Theorems · Definition · category theory
CategoryTheory.Limits.PushoutCocone.mk
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y Z : C} →
{f : X ⟶ Y} →
{g : X ⟶ Z} →
{W : C} →
(inl : Y ⟶ W) →
(inr : Z ⟶ W) →
CategoryTheory.CategoryStruct.comp f inl = CategoryTheory.CategoryStruct.comp g inr →
CategoryTheory.Limits.PushoutCocone f gA pushout cocone on f and g is determined by morphisms inl : Y ⟶ W and inr : Z ⟶ W such
that f ≫ inl = g ↠ inr.
- Cited by
- 89 results in Mathlib
- Foundations
- Depth 23 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.
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.WalkingSpanproof · cited by 300
- CategoryTheory.Limits.PushoutCoconestatement · cited by 66
- CategoryTheory.Limits.WalkingPair.casesOnproof · cited by 59
Cited by134
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pushout.descproof · cited by 46
- CategoryTheory.Limits.PushoutCocone.mk_ι_appstatement and proof · cited by 30
- CategoryTheory.Limits.hasPushout_symmetryproof · cited by 18
- CategoryTheory.IsPushout.inl_isoPushout_invproof · cited by 10
- CategoryTheory.IsPushout.of_isoproof · cited by 10
- CommRingCat.pushoutCoconeproof · cited by 9
- CategoryTheory.Limits.PushoutCocone.IsColimit.mkstatement and proof · cited by 8
- CategoryTheory.Limits.pushout.inr_descproof · cited by 8
- CategoryTheory.Limits.pushout.inl_descproof · cited by 8
- CategoryTheory.Limits.pushoutCoconeEquivBinaryCofanproof · cited by 7
- CategoryTheory.Limits.pushoutCoconeOfLeftIsoproof · cited by 7
- CategoryTheory.Limits.pushoutCoconeOfRightIsoproof · cited by 7