Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsPullback.lift

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {P X Y Z : C} →
      {fst : P ⟶ X} →
        {snd : P ⟶ Y} →
          {f : X ⟶ Z} →
            {g : Y ⟶ Z} →
              CategoryTheory.IsPullback fst snd f g →
                {W : C} →
                  (h : W ⟶ X) →
                    (k : W ⟶ Y) →
                      CategoryTheory.CategoryStruct.comp h f = CategoryTheory.CategoryStruct.comp k g → (W ⟶ P)

API for PullbackCone.IsLimit.lift for IsPullback

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs
Cited by
28 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Pseudofunctor.DescentData'.pullHom' · cited by 29DescentData'.pullHom'CategoryTheory.IsPullback.lift_fst · cited by 23IsPullback.lift_fstCategoryTheory.IsPullback.lift_snd · cited by 20IsPullback.lift_sndCategoryTheory.ParametrizedAdjunction.arrowHomEquiv · cited by 11ParametrizedAdjunction.ar…CategoryTheory.Abelian.Preradical.toColon · cited by 9Preradical.toColonCategoryTheory.Functor.PullbackObjObj.mapArrowRight · cited by 9PullbackObjObj.mapArrowRi…CategoryTheory.Functor.PullbackObjObj.mapArrowLeft · cited by 8PullbackObjObj.mapArrowLe…CategoryTheory.Pseudofunctor.DescentData'.pullHom'_eq_pullHom · cited by 7DescentData'.pullHom'_eq_…CategoryTheory.IsPullback.lift.congr_simp · cited by 5lift.congr_simpCategoryTheory.IsPullback.exists_lift · cited by 5IsPullback.exists_liftCategoryTheory.Pseudofunctor.DescentData'.pullHom_pullHom' · cited by 4DescentData'.pullHom_pull…CategoryTheory.IsPullback.lift_snd_assoc · cited by 3IsPullback.lift_snd_assocCategoryTheory.IsPullback.lift_fst_assoc · cited by 2IsPullback.lift_fst_assocCategoryTheory.Limits.pullback_factors · cited by 2Limits.pullback_factorsCategoryTheory.Regular.frobeniusMorphism · cited by 2Regular.frobeniusMorphismCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.Limits.PullbackCone.IsLimit.lift · cited by 15IsLimit.liftIsPullback.liftCITED BYCITES

Cites6

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

Cited by35

Results whose statement or proof uses this declaration.