Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.biproduct.lift

{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) → P ⟶ f b) → (P ⟶ ⨁ f)

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

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Biproducts
Cited by
31 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.toSubtype · cited by 21biproduct.toSubtypeCategoryTheory.Limits.biproduct.lift_π · cited by 19biproduct.lift_πCategoryTheory.Functor.biproductComparison · cited by 9Functor.biproductComparis…CategoryTheory.Limits.biproduct.matrix_π · cited by 7biproduct.matrix_πCategoryTheory.Mat_.isoBiproductEmbedding · cited by 6Mat_.isoBiproductEmbeddingCategoryTheory.Limits.biproduct.lift_desc · cited by 3biproduct.lift_descCategoryTheory.Limits.biproduct.isoProduct_inv · cited by 2biproduct.isoProduct_invCategoryTheory.Limits.biproduct.reindex · cited by 2biproduct.reindexCategoryTheory.Limits.biproduct.uniqueUpToIso · cited by 2biproduct.uniqueUpToIsoCategoryTheory.Mat_.additiveObjIsoBiproduct_hom_π · cited by 2Mat_.additiveObjIsoBiprod…CategoryTheory.Mat_.embeddingLiftIso · cited by 2Mat_.embeddingLiftIsoCategoryTheory.Limits.biproductBiproductIso · cited by 2Limits.biproductBiproduct…CategoryTheory.Limits.biproduct.ι_toSubtype · cited by 2biproduct.ι_toSubtypeCategoryTheory.Limits.biproduct.lift_eq · cited by 1biproduct.lift_eqCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftCategoryTheory.Limits.HasBiproduct · cited by 99Limits.HasBiproductCategoryTheory.Limits.Fan.mk · cited by 46Fan.mkCategoryTheory.Limits.biproduct.isLimit · cited by 9biproduct.isLimitbiproduct.liftCITED BYCITES

Cites8

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

Cited by39

Results whose statement or proof uses this declaration.