Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.biproduct.desc

{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] → {P : C} → ((b : J) → f b ⟶ P) → (⨁ f ⟶ P)

Given a collection of maps out of the summands, we obtain a map out of the biproduct.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Biproducts
Cited by
29 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.Limits.biproduct.matrix · cited by 22biproduct.matrixCategoryTheory.Limits.biproduct.fromSubtype · cited by 21biproduct.fromSubtypeCategoryTheory.Limits.biproduct.ι_desc · cited by 20biproduct.ι_descCategoryTheory.Limits.biproduct.matrix_π · cited by 7biproduct.matrix_πCategoryTheory.Limits.biproduct.ι_desc_assoc · cited by 7biproduct.ι_desc_assocCategoryTheory.Functor.biproductComparison' · cited by 7Functor.biproductComparis…CategoryTheory.Mat_.isoBiproductEmbedding · cited by 6Mat_.isoBiproductEmbeddingCategoryTheory.Limits.biproduct.whiskerEquiv · cited by 4biproduct.whiskerEquivCategoryTheory.Limits.biproduct.lift_desc · cited by 3biproduct.lift_descCategoryTheory.Limits.biproduct.map_desc · cited by 2biproduct.map_descCategoryTheory.Limits.biproduct.reindex · cited by 2biproduct.reindexCategoryTheory.Limits.biproduct.uniqueUpToIso · cited by 2biproduct.uniqueUpToIsoCategoryTheory.Mat_.additiveObjIsoBiproduct_naturality · cited by 2Mat_.additiveObjIsoBiprod…CategoryTheory.Mat_.embeddingLiftIso · cited by 2Mat_.embeddingLiftIsoCategoryTheory.Limits.biproduct.isoCoproduct_hom · cited by 1biproduct.isoCoproduct_homCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.Limits.IsColimit.desc · cited by 144IsColimit.descCategoryTheory.Limits.Cofan.mk · cited by 105Cofan.mkCategoryTheory.Limits.HasBiproduct · cited by 99Limits.HasBiproductCategoryTheory.Limits.biproduct.isColimit · cited by 5biproduct.isColimitbiproduct.descCITED BYCITES

Cites8

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

Cited by37

Results whose statement or proof uses this declaration.