Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.uniq

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {D₁ : Type u_4} →
      {D₂ : Type u_5} →
        [inst_1 : CategoryTheory.Category.{v_4, u_4} D₁] →
          [inst_2 : CategoryTheory.Category.{v_5, u_5} D₂] →
            (L₁ : CategoryTheory.Functor C D₁) →
              (L₂ : CategoryTheory.Functor C D₂) →
                (W' : CategoryTheory.MorphismProperty C) → [L₁.IsLocalization W'] → [L₂.IsLocalization W'] → D₁ ≌ D₂

If L₁ : C ⥤ D₁ and L₂ : C ⥤ D₂ are two localization functors for the same MorphismProperty C, this is an equivalence of categories D₁ ≌ D₂.

Defined in
Mathlib.CategoryTheory.Localization.Predicate
Cited by
17 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsLocalization

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Localization.compUniqFunctor · cited by 16Localization.compUniqFunc…CategoryTheory.Localization.exists_leftFraction · cited by 14Localization.exists_leftF…CategoryTheory.areEqualizedByLocalization_iff · cited by 6CategoryTheory.areEqualiz…CategoryTheory.Functor.hasPointwiseRightDerivedFunctorAt_iff · cited by 5Functor.hasPointwiseRight…CategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.Functor.hasPointwiseLeftDerivedFunctorAt_iff · cited by 4Functor.hasPointwiseLeftD…CategoryTheory.LocalizerMorphism.isRightDerivabilityStructure_iff · cited by 3LocalizerMorphism.isRight…CategoryTheory.MorphismProperty.LeftFraction.map_compatibility · cited by 2LeftFraction.map_compatib…HomotopicalAlgebra.bijective_rightHomotopyClassToHom · cited by 2HomotopicalAlgebra.biject…CategoryTheory.MorphismProperty.LeftFraction.map_eq_of_map_eq · cited by 1LeftFraction.map_eq_of_ma…CategoryTheory.Localization.SmallHom.equiv_chgUniv · cited by 1SmallHom.equiv_chgUnivCategoryTheory.LocalizerMorphism.isEquivalence_imp · cited by 1LocalizerMorphism.isEquiv…CategoryTheory.Localization.morphismProperty_eq_top · cited by 1Localization.morphismProp…CategoryTheory.Functor.IsLocalization.comp · cited by 1IsLocalization.compCategoryTheory.Localization.isoUniqFunctor · cited by 0Localization.isoUniqFunct…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Equivalence.trans · cited by 57Equivalence.transCategoryTheory.Localization.equivalenceFromModel · cited by 3Localization.equivalenceF…Localization.uniqCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by20

Results whose statement or proof uses this declaration.