Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Localization.Lifting

{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] →
        {E : Type u_3} →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} E] →
            CategoryTheory.Functor C D →
              CategoryTheory.MorphismProperty C →
                CategoryTheory.Functor C E → CategoryTheory.Functor D E → Type (max u_1 v_3)

When L : C ⥤ D is a localization functor for W : MorphismProperty C and F : C ⥤ E is a functor, we shall say that F' : D ⥤ E lifts F if the obvious diagram is commutative up to an isomorphism.

Defined in
Mathlib.CategoryTheory.Localization.Predicate
Cited by
41 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Localization.Lifting.iso · cited by 37Lifting.isoCategoryTheory.Localization.liftNatTrans_app · cited by 20Localization.liftNatTrans…CategoryTheory.Localization.liftNatIso · cited by 12Localization.liftNatIsoCategoryTheory.Localization.liftNatTrans · cited by 11Localization.liftNatTransCategoryTheory.Localization.Monoidal.curriedTensorPreIsoPost · cited by 6Monoidal.curriedTensorPre…CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp · cited by 5Monoidal.functorCoreMonoi…CategoryTheory.Functor.commShiftOfLocalization.iso · cited by 5commShiftOfLocalization.i…CategoryTheory.LocalizerMorphism.homMap_apply · cited by 4LocalizerMorphism.homMap_…CategoryTheory.Localization.Monoidal.functorMonoidalOfComp · cited by 4Monoidal.functorMonoidalO…CategoryTheory.Localization.equivalence · cited by 3Localization.equivalenceCategoryTheory.Localization.Monoidal.curriedTensorPreIsoPost_hom_app_app · cited by 3Monoidal.curriedTensorPre…CategoryTheory.Localization.liftNatIso_hom · cited by 3Localization.liftNatIso_h…CategoryTheory.Functor.commShiftOfLocalization · cited by 2Functor.commShiftOfLocali…CategoryTheory.Functor.commShiftOfLocalization.iso_hom_app · cited by 2commShiftOfLocalization.i…CategoryTheory.Functor.commShiftOfLocalization.iso_inv_app · cited by 2commShiftOfLocalization.i…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…Localization.LiftingCITED BYCITES

Cites3

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

Cited by59

Results whose statement or proof uses this declaration.