Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pushoutRightPushoutInlIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {W X Y Z : C} →
      (f : X ⟶ Y) →
        (g : X ⟶ Z) →
          (f' : Y ⟶ W) →
            [inst_1 : CategoryTheory.Limits.HasPushout f g] →
              [inst_2 : CategoryTheory.Limits.HasPushout f' (CategoryTheory.Limits.pushout.inl f g)] →
                CategoryTheory.Limits.pushout f' (CategoryTheory.Limits.pushout.inl f g) ≅
                  CategoryTheory.Limits.pushout (CategoryTheory.CategoryStruct.comp f f') g

The canonical isomorphism W ⨿[Y] (Y ⨿[X] Z) ≅ W ⨿[X] Z

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

Around this declaration

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

CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_hom · cited by 2Limits.inl_pushoutRightPu…CategoryTheory.Limits.inr_inl_pushoutRightPushoutInlIso_hom · cited by 1Limits.inr_inl_pushoutRig…CategoryTheory.Limits.inr_inr_pushoutRightPushoutInlIso_hom · cited by 1Limits.inr_inr_pushoutRig…CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_inv · cited by 1Limits.inl_pushoutRightPu…CategoryTheory.Limits.inr_pushoutRightPushoutInlIso_inv · cited by 1Limits.inr_pushoutRightPu…CategoryTheory.Limits.inr_inl_pushoutRightPushoutInlIso_hom_assoc · cited by 0Limits.inr_inl_pushoutRig…CategoryTheory.Limits.inr_inr_pushoutRightPushoutInlIso_hom_assoc · cited by 0Limits.inr_inr_pushoutRig…CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_hom_assoc · cited by 0Limits.inl_pushoutRightPu…CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_inv_assoc · cited by 0Limits.inl_pushoutRightPu…CategoryTheory.Limits.inr_pushoutRightPushoutInlIso_inv_assoc · cited by 0Limits.inr_pushoutRightPu…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.HasPushout · cited by 192Limits.HasPushoutCategoryTheory.Limits.pushout.inl · cited by 192pushout.inlCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Limits.pushout.isColimit · cited by 8pushout.isColimitCategoryTheory.Limits.pasteVertIsPushout · cited by 4Limits.pasteVertIsPushoutLimits.pushoutRightPushoutInl…CITED BYCITES

Cites10

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

Cited by10

Results whose statement or proof uses this declaration.