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 gA pullback cone on f and g is determined by morphisms fst : W ⟶ X and snd : W ⟶ Y
such that fst ≫ f = snd ≫ g.
- 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Limits.WalkingPairproof · cited by 1,319
- CategoryTheory.Limits.WalkingCospanproof · cited by 496
- CategoryTheory.Limits.PullbackConestatement · cited by 136
- CategoryTheory.Limits.WalkingPair.casesOnproof · cited by 59
Cited by274
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.PullbackCone.mk_π_appstatement and proof · cited by 120
- CategoryTheory.Limits.pullback.liftproof · cited by 114
- CategoryTheory.Limits.pullback.lift_fstproof · cited by 40
- CategoryTheory.Limits.pullback.lift_sndproof · cited by 30
- AlgebraicGeometry.pullbackSpecIsoproof · cited by 26
- CategoryTheory.Limits.pullbackConeEquivBinaryFanproof · cited by 23
- CategoryTheory.Limits.hasPullback_symmetryproof · cited by 22
- CategoryTheory.IsPullback.of_isoproof · cited by 17
- CategoryTheory.Limits.PullbackCone.IsLimit.liftproof · cited by 15
- CategoryTheory.Limits.PullbackCone.IsLimit.mkstatement and proof · cited by 14
- CategoryTheory.Limits.pullbackIsPullbackstatement · cited by 14
- CategoryTheory.Limits.PullbackCone.IsLimit.lift_fstproof · cited by 12
Showing the 200 most cited of 274.