Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.lift

{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) →
                W.IsInvertedBy F → (L : CategoryTheory.Functor C D) → [L.IsLocalization W] → CategoryTheory.Functor D E

Given a localization functor L : C ⥤ D for W : MorphismProperty C and a functor F : C ⥤ E which inverts W, this is a choice of functor D ⥤ E which lifts F.

Defined in
Mathlib.CategoryTheory.Localization.Predicate
Cited by
9 results in Mathlib
Foundations
Depth 78 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.

CategoryTheory.LocalizerMorphism.localizedFunctor · cited by 29LocalizerMorphism.localiz…CategoryTheory.Localization.fac · cited by 10Localization.facHomologicalComplexUpToQuasiIso.homologyFunctor · cited by 4HomologicalComplexUpToQua…CategoryTheory.Adjunction.isLocalization · cited by 3Adjunction.isLocalizationCategoryTheory.LocalizerMorphism.Derives.isIso_of_isRightDerivedFunctor · cited by 3Derives.isIso_of_isRightD…CategoryTheory.Localization.lift₂ · cited by 2Localization.lift₂CategoryTheory.Adjunction.isLocalization_leftAdjoint · cited by 2Adjunction.isLocalization…CategoryTheory.Functor.IsLocalization.of_equivalence_source · cited by 2IsLocalization.of_equival…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.limitFunctor · cited by 1HasProductsOfShapeAux.lim…CategoryTheory.AreEqualizedByLocalization.map_eq_of_isInvertedBy · cited by 0AreEqualizedByLocalizatio…CategoryTheory.Localization.lift₃ · cited by 0Localization.lift₃CategoryTheory.LocalizerMorphism.isLocalization_of_isLocalizedFullyFaithful · cited by 0LocalizerMorphism.isLocal…CategoryTheory.ObjectProperty.SerreClassLocalization.essImage_whiskeringLeft · cited by 0SerreClassLocalization.es…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.MorphismProperty.IsInvertedBy · cited by 118MorphismProperty.IsInvert…CategoryTheory.Localization.functorEquivalence · cited by 0Localization.functorEquiv…Localization.liftCITED BYCITES

Cites8

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.