Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.biproduct.hom_ext

∀ {J : Type w} {C : Type u} [inst : CategoryTheory.Category.{v, u} C]
  [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] {f : J → C} [inst_2 : CategoryTheory.Limits.HasBiproduct f]
  {Z : C} (g h : Z ⟶ ⨁ f),
  (∀ (j : J),
      CategoryTheory.CategoryStruct.comp g (CategoryTheory.Limits.biproduct.π f j) =
        CategoryTheory.CategoryStruct.comp h (CategoryTheory.Limits.biproduct.π f j)) →
    g = h
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Biproducts
Cited by
27 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasBiproduct

Around this declaration

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

CategoryTheory.leftDistributor_hom · cited by 4CategoryTheory.leftDistri…CategoryTheory.rightDistributor_hom · cited by 4CategoryTheory.rightDistr…CategoryTheory.Mat_.additiveObjIsoBiproduct_naturality · cited by 2Mat_.additiveObjIsoBiprod…CategoryTheory.leftDistributor_ext_right · cited by 2CategoryTheory.leftDistri…CategoryTheory.Limits.biproduct.isoProduct_inv · cited by 2biproduct.isoProduct_invCategoryTheory.Limits.biproduct.ι_toSubtype · cited by 2biproduct.ι_toSubtypeCategoryTheory.rightDistributor_ext_right · cited by 2CategoryTheory.rightDistr…CategoryTheory.Limits.biproduct.fromSubtype_toSubtype · cited by 1biproduct.fromSubtype_toS…CategoryTheory.Limits.biproduct.toSubtype_fromSubtype · cited by 1biproduct.toSubtype_fromS…CategoryTheory.Limits.biproduct.lift_eq · cited by 1biproduct.lift_eqCategoryTheory.Limits.biproduct.lift_map · cited by 1biproduct.lift_mapCategoryTheory.Limits.biproduct.lift_matrix · cited by 1biproduct.lift_matrixCategoryTheory.Limits.biproduct.ι_toSubtype_subtype · cited by 1biproduct.ι_toSubtype_sub…CategoryTheory.Functor.biproductComparison'_comp_biproductComparison · cited by 1Functor.biproductComparis…CategoryTheory.Limits.biproduct.map_eq_map' · cited by 1biproduct.map_eq_map'CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Discrete.as · cited by 269Discrete.asCategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.Limits.HasBiproduct · cited by 99Limits.HasBiproductCategoryTheory.Limits.biproduct.π · cited by 93biproduct.πCategoryTheory.Limits.IsLimit.hom_ext · cited by 43IsLimit.hom_extCategoryTheory.Limits.biproduct.isLimit · cited by 9biproduct.isLimitbiproduct.hom_extCITED BYCITES

Cites11

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

Cited by27

Results whose statement or proof uses this declaration.