Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.prod.hom_ext

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {W X Y : C}
  [inst_1 : CategoryTheory.Limits.HasBinaryProduct X Y] {f g : W ⟶ X ⨯ Y},
  CategoryTheory.CategoryStruct.comp f CategoryTheory.Limits.prod.fst =
      CategoryTheory.CategoryStruct.comp g CategoryTheory.Limits.prod.fst →
    CategoryTheory.CategoryStruct.comp f CategoryTheory.Limits.prod.snd =
        CategoryTheory.CategoryStruct.comp g CategoryTheory.Limits.prod.snd →
      f = g
Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
33 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProduct

Around this declaration

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

CategoryTheory.Limits.prod.comp_lift · cited by 46prod.comp_liftCategoryTheory.Limits.prod.lift_map · cited by 26prod.lift_mapCategoryTheory.Limits.prod.map_map · cited by 7prod.map_mapHomotopicalAlgebra.RightHomotopyClass.precomp_bijective_of_cofibration_of_weakEquivalence · cited by 4RightHomotopyClass.precom…CategoryTheory.Limits.prod.lift_fst_snd · cited by 3prod.lift_fst_sndCategoryTheory.Limits.biprod.isoProd_hom · cited by 3biprod.isoProd_homHomotopicalAlgebra.RightHomotopyRel.exists_very_good_pathObject · cited by 3RightHomotopyRel.exists_v…CategoryTheory.Functor.relativelyRepresentable.of_diag · cited by 1relativelyRepresentable.o…CategoryTheory.Limits.Pi.map_eq_prod_map · cited by 1Pi.map_eq_prod_mapCategoryTheory.NonPreadditiveAbelian.lift_sub_lift · cited by 1NonPreadditiveAbelian.lif…CategoryTheory.Limits.prod.map_id_id · cited by 1prod.map_id_idCategoryTheory.Limits.preservesBinaryBiproduct_of_mono_biprodComparison · cited by 1Limits.preservesBinaryBip…HomotopicalAlgebra.PathObject.RightHomotopy.exists_good_pathObject · cited by 1RightHomotopy.exists_good…CategoryTheory.Functor.relativelyRepresentable.diag_of_map_from_obj · cited by 1relativelyRepresentable.d…CategoryTheory.IsSubterminal.isIso_diag · cited by 1IsSubterminal.isIso_diagCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.prod · cited by 364Limits.prodCategoryTheory.Limits.prod.fst · cited by 189prod.fstCategoryTheory.Limits.prod.snd · cited by 185prod.sndCategoryTheory.Limits.HasBinaryProduct · cited by 169Limits.HasBinaryProductCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.BinaryFan.IsLimit.hom_ext · cited by 5IsLimit.hom_extprod.hom_extCITED BYCITES

Cites10

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

Cited by33

Results whose statement or proof uses this declaration.