Theorems · Definition · category theory
CategoryTheory.Limits.PushoutCocone.pasteVertFlip
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{Y₃ Y₂ Y₁ X₃ : C} →
{g₂ : Y₃ ⟶ Y₂} →
{g₁ : Y₂ ⟶ Y₁} →
{i₃ : Y₃ ⟶ X₃} →
(t₁ : CategoryTheory.Limits.PushoutCocone g₂ i₃) →
{i₂ : Y₂ ⟶ t₁.pt} →
(t₂ : CategoryTheory.Limits.PushoutCocone g₁ i₂) →
(hi₂ : i₂ = t₁.inl) → (t₁.pasteVert t₂ hi₂).flip ≅ t₁.flip.pasteHoriz t₂.flip hi₂Pasting two pushout cocones vertically is isomorphic to the pushout cocone obtained by flipping them, pasting horizontally, and then flipping the result again.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 33 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.
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Limits.WalkingSpanstatement · cited by 300
- CategoryTheory.Limits.spanstatement · cited by 294
- CategoryTheory.Limits.PushoutCoconestatement and proof · cited by 66
- CategoryTheory.Limits.PushoutCocone.inlstatement and proof · cited by 58
- CategoryTheory.Limits.PushoutCocone.flipstatement and proof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pasteVertIsPushoutproof · cited by 4