Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.pushoutDesc_inl_inr
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.MorphismProperty C}
[P.IsStableUnderCobaseChange] {S S' X Y : C} (f : S ⟶ S') {v₁₂ : S ⟶ X} {v₂₂ : S ⟶ Y} {g : Y ⟶ X}
(hv₁₂ : v₁₂ = CategoryTheory.CategoryStruct.comp v₂₂ g) [inst_2 : CategoryTheory.Limits.HasPushout v₁₂ f]
[inst_3 : CategoryTheory.Limits.HasPushout v₂₂ f],
P g →
P
(CategoryTheory.Limits.pushout.desc
(CategoryTheory.CategoryStruct.comp g (CategoryTheory.Limits.pushout.inl v₁₂ f))
(CategoryTheory.Limits.pushout.inr v₁₂ f) ⋯)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Limits.pushoutstatement · cited by 284
- CategoryTheory.IsPushoutproof · cited by 219
- 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.colimit.ι_descproof · cited by 170
- CategoryTheory.Limits.PushoutCocone.mkproof · cited by 89
- CategoryTheory.Limits.WalkingSpan.leftproof · cited by 80
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.underPushoutMapproof · cited by 1