Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.compUniqFunctor

{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) →
                  [inst_3 : L₁.IsLocalization W'] →
                    [inst_4 : L₂.IsLocalization W'] → L₁.comp (CategoryTheory.Localization.uniq L₁ L₂ W').functor ≅ L₂

The functor of equivalence of localized categories given by Localization.uniq is compatible with the localization functors.

Defined in
Mathlib.CategoryTheory.Localization.Predicate
Cited by
16 results in Mathlib
Foundations
Depth 31 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.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.Functor.hasLeftDerivedFunctor_iff · cited by 3Functor.hasLeftDerivedFun…CategoryTheory.LocalizerMorphism.isRightDerivabilityStructure_iff · cited by 3LocalizerMorphism.isRight…CategoryTheory.Functor.hasRightDerivedFunctor_iff · cited by 3Functor.hasRightDerivedFu…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.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Localization.uniq · cited by 17Localization.uniqCategoryTheory.Localization.equivalenceFromModel · cited by 3Localization.equivalenceF…CategoryTheory.Localization.qCompEquivalenceFromModelFunctorIso · cited by 1Localization.qCompEquival…CategoryTheory.Localization.compEquivalenceFromModelInverseIso · cited by 0Localization.compEquivale…Localization.compUniqFunctorCITED BYCITES

Cites15

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

Cited by17

Results whose statement or proof uses this declaration.