Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.fac

{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] →
        {W : CategoryTheory.MorphismProperty C} →
          {E : Type u_3} →
            [inst_2 : CategoryTheory.Category.{v_3, u_3} E] →
              (F : CategoryTheory.Functor C E) →
                (hF : W.IsInvertedBy F) →
                  (L : CategoryTheory.Functor C D) →
                    [inst_3 : L.IsLocalization W] → L.comp (CategoryTheory.Localization.lift F hF L) ≅ F

The canonical isomorphism L ⋙ lift F hF L ≅ F for any functor F : C ⥤ E which inverts W, when L : C ⥤ D is a localization functor for W.

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

Around this declaration

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

HomologicalComplexUpToQuasiIso.homologyFunctorFactors · cited by 5HomologicalComplexUpToQua…CategoryTheory.Adjunction.isLocalization · cited by 3Adjunction.isLocalizationCategoryTheory.Functor.IsLocalization.of_equivalence_source · cited by 2IsLocalization.of_equival…CategoryTheory.Adjunction.isLocalization_leftAdjoint · cited by 2Adjunction.isLocalization…CategoryTheory.Functor.hasPointwiseRightDerivedFunctor_of_inverts · cited by 2Functor.hasPointwiseRight…CategoryTheory.Functor.isIso_of_isLeftDerivedFunctor_of_inverts · cited by 1Functor.isIso_of_isLeftDe…CategoryTheory.Functor.isIso_of_isRightDerivedFunctor_of_inverts · cited by 1Functor.isIso_of_isRightD…CategoryTheory.Localization.HasProductsOfShapeAux.compLimitFunctorIso · cited by 1HasProductsOfShapeAux.com…CategoryTheory.AreEqualizedByLocalization.map_eq_of_isInvertedBy · cited by 0AreEqualizedByLocalizatio…CategoryTheory.Functor.hasPointwiseLeftDerivedFunctor_of_inverts · cited by 0Functor.hasPointwiseLeftD…CategoryTheory.LocalizerMorphism.isLocalization_of_isLocalizedFullyFaithful · cited by 0LocalizerMorphism.isLocal…CategoryTheory.Functor.CommShift.localized · cited by 0CommShift.localizedCategoryTheory.HasShift.localized · cited by 0HasShift.localizedCategoryTheory.ObjectProperty.SerreClassLocalization.essImage_whiskeringLeft · cited by 0SerreClassLocalization.es…CategoryTheory.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.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.MorphismProperty.IsInvertedBy · cited by 118MorphismProperty.IsInvert…CategoryTheory.Localization.Lifting.iso · cited by 37Lifting.isoCategoryTheory.Localization.lift · cited by 9Localization.liftLocalization.facCITED BYCITES

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.