Theorems · Definition · category theory
coprodIsoPushout
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Limits.HasInitial C] →
[inst_2 : CategoryTheory.Limits.HasPushouts C] →
(X Y : C) →
[inst_3 : CategoryTheory.Limits.HasBinaryCoproduct X Y] →
X ⨿ Y ≅
CategoryTheory.Limits.pushout (CategoryTheory.Limits.initial.to X) (CategoryTheory.Limits.initial.to Y)In a category with an initial object and pushouts,
a coproduct of objects X and Y is isomorphic to a pushout.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairproof · cited by 536
- CategoryTheory.Limits.WalkingSpanstatement · cited by 300
- CategoryTheory.Limits.spanstatement · cited by 294
- CategoryTheory.Limits.pushoutstatement · cited by 284
- CategoryTheory.Limits.coprodstatement · cited by 252
- CategoryTheory.Limits.HasInitialstatement and proof · cited by 185
- CategoryTheory.Limits.HasPushoutsstatement and proof · cited by 172
- CategoryTheory.Limits.initialstatement · cited by 84
- CategoryTheory.Limits.HasBinaryCoproductstatement and proof · cited by 81
Cited by8
Results whose statement or proof uses this declaration.
- inl_coprodIsoPushout_invstatement · cited by 1
- inr_coprodIsoPushout_homstatement · cited by 1
- inr_coprodIsoPushout_invstatement · cited by 1
- inl_coprodIsoPushout_homstatement · cited by 1
- inl_coprodIsoPushout_inv_assocstatement and proof · cited by 0
- inr_coprodIsoPushout_hom_assocstatement and proof · cited by 0
- inr_coprodIsoPushout_inv_assocstatement and proof · cited by 0
- inl_coprodIsoPushout_hom_assocstatement and proof · cited by 0