Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullback.lift

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {W X Y Z : C} →
      {f : X ⟶ Z} →
        {g : Y ⟶ Z} →
          [inst_1 : CategoryTheory.Limits.HasPullback f g] →
            (h : W ⟶ X) →
              (k : W ⟶ Y) →
                autoParam (CategoryTheory.CategoryStruct.comp h f = CategoryTheory.CategoryStruct.comp k g)
                    CategoryTheory.Limits.pullback.lift._auto_1 →
                  (W ⟶ CategoryTheory.Limits.pullback f g)

A pair of morphisms h : W ⟶ X and k : W ⟶ Y satisfying h ≫ f = k ≫ g induces a morphism pullback.lift : W ⟶ pullback f g.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
114 results in Mathlib
Foundations
Depth 24 from the axioms, rests on 157 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullback

Around this declaration

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

CategoryTheory.Limits.pullback.map · cited by 156pullback.mapCategoryTheory.Limits.pullback.diagonal · cited by 67pullback.diagonalCategoryTheory.Over.pullback · cited by 53Over.pullbackCategoryTheory.MorphismProperty.Over.pullback · cited by 42Over.pullbackCategoryTheory.Limits.pullback.lift_fst · cited by 40pullback.lift_fstCategoryTheory.Limits.pullback.lift_snd · cited by 30pullback.lift_sndCategoryTheory.Functor.PullbackObjObj.ofHasPullback · cited by 21PullbackObjObj.ofHasPullb…CategoryTheory.PreOneHypercover.cylinder · cited by 17PreOneHypercover.cylinderCategoryTheory.PreOneHypercover.toPullback · cited by 16PreOneHypercover.toPullba…AlgebraicGeometry.Scheme.Pullback.Triplet.SpecTensorTo · cited by 13Triplet.SpecTensorToCategoryTheory.Limits.pullback.lift.congr_simp · cited by 13lift.congr_simpCategoryTheory.Limits.pullback.lift_fst_assoc · cited by 13pullback.lift_fst_assocCategoryTheory.Limits.pullbackComparison · cited by 13Limits.pullbackComparisonCategoryTheory.Limits.pullbackProdFstIsoProd · cited by 12Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdSndIsoProd · cited by 10Limits.pullbackProdSndIso…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.PullbackCone.mk · cited by 203PullbackCone.mkCategoryTheory.Limits.limit.lift · cited by 48limit.liftpullback.liftCITED BYCITES

Cites8

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

Cited by171

Results whose statement or proof uses this declaration.