Theorems · Theorem · category theory
CategoryTheory.Limits.biproduct.desc_eq
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C] {J : Type}
[inst_2 : Fintype J] {f : J → C} [inst_3 : CategoryTheory.Limits.HasBiproduct f] {T : C} {g : (j : J) → f j ⟶ T},
CategoryTheory.Limits.biproduct.desc g =
∑ j, CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.biproduct.π f j) (g j)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- Finset.sum_congrproof · cited by 2,323
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.eqToHomproof · cited by 860
- CategoryTheory.Limits.zero_compproof · cited by 339
- CategoryTheory.Limits.biproductstatement · cited by 188
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.biproduct.lift_descproof · cited by 3