Theorems · Theorem · category theory
CategoryTheory.Limits.biproduct.matrix_desc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C] {J K : Type}
[inst_2 : Finite J] [inst_3 : CategoryTheory.Limits.HasFiniteBiproducts C] [inst_4 : Fintype K] {f : J → C}
{g : K → C} (m : (j : J) → (k : K) → f j ⟶ g k) {P : C} (x : (k : K) → g k ⟶ P),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.biproduct.matrix m)
(CategoryTheory.Limits.biproduct.desc x) =
CategoryTheory.Limits.biproduct.desc fun j => ∑ k, CategoryTheory.CategoryStruct.comp (m j k) (x k)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Finitestatement and proof · cited by 3,029
- CategoryTheory.Limits.biproductstatement · cited by 188
- CategoryTheory.Limits.HasFiniteBiproductsstatement and proof · cited by 106
- CategoryTheory.Limits.biproduct.descstatement and proof · cited by 29
- CategoryTheory.Limits.biproduct.hom_ext'proof · cited by 24
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.biproduct.matrix_desc_assocproof · cited by 0