Mathlib Map

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₃).

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Assoc
Cited by
12 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPushoutCategoryTheory.Limits.HasPushoutCategoryTheory.Limits.HasPushoutCategoryTheory.Limits.HasPushout

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.inl_inl_pushoutAssoc_hom · cited by 2Limits.inl_inl_pushoutAss…CategoryTheory.Limits.inr_inl_pushoutAssoc_hom · cited by 2Limits.inr_inl_pushoutAss…CategoryTheory.Limits.inr_inr_pushoutAssoc_inv · cited by 2Limits.inr_inr_pushoutAss…CategoryTheory.Limits.inl_inr_pushoutAssoc_inv · cited by 1Limits.inl_inr_pushoutAss…CategoryTheory.Limits.inl_pushoutAssoc_inv · cited by 1Limits.inl_pushoutAssoc_i…CategoryTheory.Limits.inr_pushoutAssoc_hom · cited by 1Limits.inr_pushoutAssoc_h…CategoryTheory.Limits.inl_inl_pushoutAssoc_hom_assoc · cited by 0Limits.inl_inl_pushoutAss…CategoryTheory.Limits.inl_inr_pushoutAssoc_inv_assoc · cited by 0Limits.inl_inr_pushoutAss…CategoryTheory.Limits.inl_pushoutAssoc_inv_assoc · cited by 0Limits.inl_pushoutAssoc_i…CategoryTheory.Limits.inr_inl_pushoutAssoc_hom_assoc · cited by 0Limits.inr_inl_pushoutAss…CategoryTheory.Limits.inr_inr_pushoutAssoc_inv_assoc · cited by 0Limits.inr_inr_pushoutAss…CategoryTheory.Limits.inr_pushoutAssoc_hom_assoc · cited by 0Limits.inr_pushoutAssoc_h…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.pushout · cited by 284Limits.pushoutCategoryTheory.Limits.pushout.inr · cited by 193pushout.inrCategoryTheory.Limits.HasPushout · cited by 192Limits.HasPushoutCategoryTheory.Limits.pushout.inl · cited by 192pushout.inlCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Limits.pushoutPushoutLeftIsPushout · cited by 3Limits.pushoutPushoutLeft…CategoryTheory.Limits.pushoutPushoutRightIsPushout · cited by 3Limits.pushoutPushoutRigh…Limits.pushoutAssocCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.