Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.liftNatIso

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        (L : CategoryTheory.Functor C D) →
          (W : CategoryTheory.MorphismProperty C) →
            {E : Type u_3} →
              [inst_2 : CategoryTheory.Category.{v_3, u_3} E] →
                [L.IsLocalization W] →
                  (F₁ F₂ : CategoryTheory.Functor C E) →
                    (F₁' F₂' : CategoryTheory.Functor D E) →
                      [h₁ : CategoryTheory.Localization.Lifting L W F₁ F₁'] →
                        [h₂ : CategoryTheory.Localization.Lifting L W F₂ F₂'] → (F₁ ≅ F₂) → (F₁' ≅ F₂')

Given a localization functor L : C ⥤ D for W : MorphismProperty C, if (F₁' F₂' : D ⥤ E) are functors which lift functors (F₁ F₂ : C ⥤ E), a natural isomorphism τ : F₁ ⟶ F₂ lifts to a natural isomorphism F₁' ⟶ F₂'.

Defined in
Mathlib.CategoryTheory.Localization.Predicate
Cited by
12 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Localization.LiftingCategoryTheory.Localization.Lifting

Around this declaration

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

CategoryTheory.Functor.IsLocalization.of_equivalence_target · cited by 8IsLocalization.of_equival…CategoryTheory.Functor.commShiftOfLocalization.iso · cited by 5commShiftOfLocalization.i…CategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.LocalizerMorphism.homMap_apply · cited by 4LocalizerMorphism.homMap_…CategoryTheory.Localization.liftNatIso_hom · cited by 3Localization.liftNatIso_h…CategoryTheory.Functor.mapHomologicalComplexUpToQuasiIsoFactorsh · cited by 3Functor.mapHomologicalCom…CategoryTheory.Adjunction.isLocalization · cited by 3Adjunction.isLocalizationCategoryTheory.LocalizerMorphism.isRightDerivabilityStructure_iff · cited by 3LocalizerMorphism.isRight…CategoryTheory.Localization.equivalence · cited by 3Localization.equivalenceCategoryTheory.FreeGroupoid.liftNatIso · cited by 2FreeGroupoid.liftNatIsoCategoryTheory.Adjunction.isLocalization_leftAdjoint · cited by 2Adjunction.isLocalization…CategoryTheory.Localization.liftNatIso_inv · cited by 1Localization.liftNatIso_i…CategoryTheory.Localization.Monoidal.rightUnitor · cited by 1Monoidal.rightUnitorCategoryTheory.LocalizerMorphism.isEquivalence_imp · cited by 1LocalizerMorphism.isEquiv…CategoryTheory.Localization.Monoidal.leftUnitor · cited by 1Monoidal.leftUnitorCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Localization.Lifting · cited by 41Localization.LiftingCategoryTheory.Localization.liftNatTrans · cited by 11Localization.liftNatTransLocalization.liftNatIsoCITED BYCITES

Cites9

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

Cited by21

Results whose statement or proof uses this declaration.