Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pushout.hom_ext

∀ {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] {W : C} {k l : CategoryTheory.Limits.pushout f g ⟶ W},
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inl f g) k =
      CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inl f g) l →
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inr f g) k =
        CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inr f g) l →
      k = l

Two morphisms out of a pushout are equal if their compositions with the pushout morphisms are equal

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
30 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPushout

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.isIso_pushoutSection_of_iSup_eq · cited by 2AlgebraicGeometry.isIso_p…CategoryTheory.OrthogonalReflection.isLocal_isLocal_toSucc · cited by 1OrthogonalReflection.isLo…CategoryTheory.SmallObject.functorMap_π · cited by 1SmallObject.functorMap_πCategoryTheory.Limits.pushout.map_comp · cited by 1pushout.map_compCategoryTheory.Limits.pushout.map_id · cited by 1pushout.map_idCategoryTheory.Limits.preservesCoequalizers_of_preservesPushouts_and_binaryCoproducts · cited by 1Limits.preservesCoequaliz…RingHom.Flat.mapOfCompatibleSMul · cited by 1Flat.mapOfCompatibleSMulAlgebraicGeometry.mono_pushoutSection_of_isCompact_of_flat_left · cited by 1AlgebraicGeometry.mono_pu…CategoryTheory.Limits.pushout.congrHom_inv · cited by 1pushout.congrHom_invAlgebraicGeometry.isIso_pushoutSection_of_isQuasiSeparated_of_flat_left · cited by 1AlgebraicGeometry.isIso_p…CategoryTheory.Limits.pushoutComparison_map_desc · cited by 1Limits.pushoutComparison_…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.OrthogonalReflection.isIso_toSucc_iff · cited by 0OrthogonalReflection.isIs…CategoryTheory.Limits.pushout.mapLift_comp · cited by 0pushout.mapLift_compCategoryTheory.SmallObject.functorMap_id · cited by 0SmallObject.functorMap_idCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.Limits.pushout · cited by 284Limits.pushoutCategoryTheory.Limits.pushout.inr · cited by 193pushout.inrCategoryTheory.Limits.HasPushout · cited by 192Limits.HasPushoutCategoryTheory.Limits.pushout.inl · cited by 192pushout.inlCategoryTheory.Limits.colimit.cocone · cited by 136colimit.coconeCategoryTheory.Limits.colimit.hom_ext · cited by 54colimit.hom_extCategoryTheory.Limits.PushoutCocone.coequalizer_ext · cited by 3PushoutCocone.coequalizer…pushout.hom_extCITED BYCITES

Cites11

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

Cited by30

Results whose statement or proof uses this declaration.