Theorems · Theorem · category theory
CategoryTheory.Limits.pushout.condition_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} {f : X ⟶ Y} {g : X ⟶ Z}
[inst_1 : CategoryTheory.Limits.HasPushout f g] {Z_1 : C} (h : CategoryTheory.Limits.pushout f g ⟶ Z_1),
CategoryTheory.CategoryStruct.comp f (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inl f g) h) =
CategoryTheory.CategoryStruct.comp g (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inr f g) h)- Cited by
- 6 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.pushoutstatement and proof · 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.pushout.conditionproof · cited by 23
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pushout_inl_inv_inr_of_right_isIsoproof · cited by 1
- CategoryTheory.OrthogonalReflection.toSucc_surjectivityproof · cited by 1
- CategoryTheory.Limits.pushout_inr_inv_inl_of_right_isIsoproof · cited by 1
- CategoryTheory.OrthogonalReflection.isLocal_isLocal_toSuccproof · cited by 1
- CategoryTheory.OrthogonalReflection.isIso_toSucc_iffproof · cited by 0
- HomotopicalAlgebra.ModelCategory.hasLiftingProperty_of_joyalTrickproof · cited by 0