Theorems · Definition · category theory
CategoryTheory.Limits.pasteVertIsPushout
{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) →
CategoryTheory.Limits.IsColimit t₁ →
CategoryTheory.Limits.IsColimit t₂ → CategoryTheory.Limits.IsColimit (t₁.pasteVert t₂ hi₂)Given
``
Y₃ - i₃ -> X₃
| |
g₂ f₂
∨ ∨
Y₂ - i₂ -> X₂
| |
g₁ f₁
∨ ∨
Y₁ - i₁ -> X₁
``
The big square is a pushout if both the small squares are.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 35 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.
Cites17
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.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- 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.IsColimit.ofIsoColimitproof · cited by 45
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pushoutRightPushoutInlIsoproof · cited by 10
- CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_homproof · cited by 2
- CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_invproof · cited by 1
- CategoryTheory.Limits.inr_pushoutRightPushoutInlIso_invproof · cited by 1
- CategoryTheory.Limits.inr_inr_pushoutRightPushoutInlIso_homproof · cited by 1
- CategoryTheory.Limits.pushoutAssocSymmIsPushoutproof · cited by 1
- CategoryTheory.Limits.pasteVertIsPushoutEquivproof · cited by 0