Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-10-12 10:35 032f11f8

View on Github →

feat(category_theory/localization): developing the predicate is_localization (#16890) When L : C ⥤ D and W : morphism_property C, a constructor for the predicate L.is_localization W is introduced: it takes as inputs the universal property of the localized category. In this PR, it is also shown that is L.is_localization W, the functor L is essentially surjective.

Estimated changes