Theorems · Theorem · category theory
CategoryTheory.Limits.isPushout_map_codiagonal
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {X Y : C} [inst_1 : CategoryTheory.Limits.HasPushouts C]
{S T : C} (f : T ⟶ X) (g : T ⟶ Y) (i : S ⟶ T),
CategoryTheory.IsPushout
(CategoryTheory.Limits.pushout.map i i (CategoryTheory.CategoryStruct.comp i f)
(CategoryTheory.CategoryStruct.comp i g) f g (CategoryTheory.CategoryStruct.id S) ⋯ ⋯)
(CategoryTheory.Limits.pushout.codiagonal i)
(CategoryTheory.Limits.pushout.map (CategoryTheory.CategoryStruct.comp i f) (CategoryTheory.CategoryStruct.comp i g)
f g (CategoryTheory.CategoryStruct.id X) (CategoryTheory.CategoryStruct.id Y) i ⋯ ⋯)
(CategoryTheory.CategoryStruct.comp f (CategoryTheory.Limits.pushout.inl f g))Given f : T ⟶ X, g : T ⟶ Y, and i : S ⟶ T, the diagram
``
X ⨿ₛ Y ⟶ X ⨿ₜ Y
↑ ↑
| |
| |
T ⨿ₛ T ⟶ T
``
is a pushout square.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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.Iso.homproof · cited by 7,684
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- Quiver.Hom.opproof · cited by 1,948
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.IsPullbackproof · cited by 320
Cited by1
Results whose statement or proof uses this declaration.
- RingHom.Flat.mapOfCompatibleSMulproof · cited by 1