Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PullbackCone.mk

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      {f : X ⟶ Z} →
        {g : Y ⟶ Z} →
          {W : C} →
            (fst : W ⟶ X) →
              (snd : W ⟶ Y) →
                autoParam (CategoryTheory.CategoryStruct.comp fst f = CategoryTheory.CategoryStruct.comp snd g)
                    CategoryTheory.Limits.PullbackCone.mk._auto_1 →
                  CategoryTheory.Limits.PullbackCone f g

A pullback cone on f and g is determined by morphisms fst : W ⟶ X and snd : W ⟶ Y such that fst ≫ f = snd ≫ g.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackCone
Cited by
203 results in Mathlib
Foundations
Depth 23 from the axioms, rests on 141 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.PullbackCone.mk_π_app · cited by 120PullbackCone.mk_π_appCategoryTheory.Limits.pullback.lift · cited by 114pullback.liftCategoryTheory.Limits.pullback.lift_fst · cited by 40pullback.lift_fstCategoryTheory.Limits.pullback.lift_snd · cited by 30pullback.lift_sndAlgebraicGeometry.pullbackSpecIso · cited by 26AlgebraicGeometry.pullbac…CategoryTheory.Limits.pullbackConeEquivBinaryFan · cited by 23Limits.pullbackConeEquivB…CategoryTheory.Limits.hasPullback_symmetry · cited by 22Limits.hasPullback_symmet…CategoryTheory.IsPullback.of_iso · cited by 17IsPullback.of_isoCategoryTheory.Limits.PullbackCone.IsLimit.lift · cited by 15IsLimit.liftCategoryTheory.Limits.PullbackCone.IsLimit.mk · cited by 14IsLimit.mkCategoryTheory.Limits.pullbackIsPullback · cited by 14Limits.pullbackIsPullbackCategoryTheory.Limits.PullbackCone.IsLimit.lift_fst · cited by 12IsLimit.lift_fstCategoryTheory.Limits.PullbackCone.IsLimit.lift_snd · cited by 12IsLimit.lift_sndCategoryTheory.IsPullback.isoPullback_hom_snd · cited by 11IsPullback.isoPullback_ho…CategoryTheory.IsPullback.isoPullback_hom_fst · cited by 10IsPullback.isoPullback_ho…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.PullbackCone · cited by 136Limits.PullbackConeCategoryTheory.Limits.WalkingPair.casesOn · cited by 59WalkingPair.casesOnPullbackCone.mkCITED BYCITES

Cites7

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

Cited by274

Results whose statement or proof uses this declaration.