Theorems · Theorem · category theory
CategoryTheory.IsPushout.desc.congr_simp
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {Z X Y P : C} {f f_1 : Z ⟶ X} (e_f : f = f_1)
{g g_1 : Z ⟶ Y} (e_g : g = g_1) {inl inl_1 : X ⟶ P} (e_inl : inl = inl_1) {inr inr_1 : Y ⟶ P} (e_inr : inr = inr_1)
(hP : CategoryTheory.IsPushout f g inl inr) {W : C} (h h_1 : X ⟶ W) (e_h : h = h_1) (k k_1 : Y ⟶ W) (e_k : k = k_1)
(w : CategoryTheory.CategoryStruct.comp f h = CategoryTheory.CategoryStruct.comp g k),
hP.desc h k w = ⋯.desc h_1 k_1 ⋯- Cited by
- 14 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.IsPushoutstatement and proof · cited by 219
- CategoryTheory.IsPushout.descstatement and proof · cited by 31
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.PushoutObjObj.mapArrowLeft_compproof · cited by 2
- CategoryTheory.Functor.PushoutObjObj.mapArrowRight_compproof · cited by 1
- CategoryTheory.Functor.PushoutObjObj.mapArrowLeft_idproof · cited by 0
- CategoryTheory.Functor.PushoutObjObj.mapArrowRight_idproof · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.triangleproof · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.pentagonproof · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hexagon_forwardproof · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hexagon_reverseproof · cited by 0