Mathlib Map

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 ⋯
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs
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.

CategoryTheory.Functor.PushoutObjObj.mapArrowLeft_comp · cited by 2PushoutObjObj.mapArrowLef…CategoryTheory.Functor.PushoutObjObj.mapArrowRight_comp · cited by 1PushoutObjObj.mapArrowRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.Functor.PushoutObjObj.mapArrowLeft_id · cited by 0PushoutObjObj.mapArrowLef…CategoryTheory.Functor.PushoutObjObj.mapArrowRight_id · cited by 0PushoutObjObj.mapArrowRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.triangle · cited by 0PushoutProduct.triangleCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.leftUnitor_naturality · cited by 0PushoutProduct.leftUnitor…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.pentagon · cited by 0PushoutProduct.pentagonCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hexagon_forward · cited by 0PushoutProduct.hexagon_fo…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hexagon_reverse · cited by 0PushoutProduct.hexagon_re…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.rightUnitor_naturality · cited by 0PushoutProduct.rightUnito…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.tensorHom_comp_tensorHom · cited by 0PushoutProduct.tensorHom_…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIsTerminalIso'_hom_left · cited by 0PushoutProduct.isInitialI…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIsTerminalIso'_inv_left · cited by 0PushoutProduct.isInitialI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsPushout · cited by 219CategoryTheory.IsPushoutCategoryTheory.IsPushout.desc · cited by 31IsPushout.descdesc.congr_simpCITED BYCITES

Cites5

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

Cited by14

Results whose statement or proof uses this declaration.