Theorems · Definition · category theory
CategoryTheory.Limits.pushoutAssoc
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X₁ X₂ X₃ Z₁ Z₂ : C} →
(g₁ : Z₁ ⟶ X₁) →
(g₂ : Z₁ ⟶ X₂) →
(g₃ : Z₂ ⟶ X₂) →
(g₄ : Z₂ ⟶ X₃) →
[inst_1 : CategoryTheory.Limits.HasPushout g₁ g₂] →
[inst_2 : CategoryTheory.Limits.HasPushout g₃ g₄] →
[inst_3 :
CategoryTheory.Limits.HasPushout
(CategoryTheory.CategoryStruct.comp g₃ (CategoryTheory.Limits.pushout.inr g₁ g₂)) g₄] →
[inst_4 :
CategoryTheory.Limits.HasPushout g₁
(CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.pushout.inl g₃ g₄))] →
CategoryTheory.Limits.pushout
(CategoryTheory.CategoryStruct.comp g₃ (CategoryTheory.Limits.pushout.inr g₁ g₂)) g₄ ≅
CategoryTheory.Limits.pushout g₁
(CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.pushout.inl g₃ g₄))The canonical isomorphism (X₁ ⨿[Z₁] X₂) ⨿[Z₂] X₃ ≅ X₁ ⨿[Z₁] (X₂ ⨿[Z₂] X₃).
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Isostatement · cited by 3,963
- CategoryTheory.Limits.pushoutstatement · cited by 284
- CategoryTheory.Limits.pushout.inrstatement and proof · cited by 193
- CategoryTheory.Limits.HasPushoutstatement and proof · cited by 192
- CategoryTheory.Limits.pushout.inlstatement and proof · cited by 192
- CategoryTheory.Limits.IsColimit.coconePointUniqueUpToIsoproof · cited by 67
- CategoryTheory.Limits.pushoutPushoutLeftIsPushoutproof · cited by 3
- CategoryTheory.Limits.pushoutPushoutRightIsPushoutproof · cited by 3
Cited by12
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.inl_inl_pushoutAssoc_homstatement and proof · cited by 2
- CategoryTheory.Limits.inr_inl_pushoutAssoc_homstatement and proof · cited by 2
- CategoryTheory.Limits.inr_inr_pushoutAssoc_invstatement and proof · cited by 2
- CategoryTheory.Limits.inl_inr_pushoutAssoc_invstatement and proof · cited by 1
- CategoryTheory.Limits.inl_pushoutAssoc_invstatement and proof · cited by 1
- CategoryTheory.Limits.inr_pushoutAssoc_homstatement and proof · cited by 1
- CategoryTheory.Limits.inl_inl_pushoutAssoc_hom_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inl_inr_pushoutAssoc_inv_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inl_pushoutAssoc_inv_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inr_inl_pushoutAssoc_hom_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inr_inr_pushoutAssoc_inv_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inr_pushoutAssoc_hom_assocstatement and proof · cited by 0