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') gThe canonical isomorphism W ⨿[Y] (Y ⨿[X] Z) ≅ W ⨿[X] Z
- Cited by
- 10 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.
Cites10
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.HasPushoutstatement and proof · cited by 192
- CategoryTheory.Limits.pushout.inlstatement and proof · cited by 192
- CategoryTheory.Limits.IsColimit.coconePointUniqueUpToIsoproof · cited by 67
- CategoryTheory.Limits.pushout.isColimitproof · cited by 8
- CategoryTheory.Limits.pasteVertIsPushoutproof · cited by 4
Cited by10
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_homstatement · cited by 2
- CategoryTheory.Limits.inr_inl_pushoutRightPushoutInlIso_homstatement and proof · cited by 1
- CategoryTheory.Limits.inr_inr_pushoutRightPushoutInlIso_homstatement and proof · cited by 1
- CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_invstatement · cited by 1
- CategoryTheory.Limits.inr_pushoutRightPushoutInlIso_invstatement · cited by 1
- CategoryTheory.Limits.inr_inl_pushoutRightPushoutInlIso_hom_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inr_inr_pushoutRightPushoutInlIso_hom_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_hom_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_inv_assocstatement and proof · cited by 0
- CategoryTheory.Limits.inr_pushoutRightPushoutInlIso_inv_assocstatement and proof · cited by 0