Theorems · Theorem · category theory
CategoryTheory.Limits.biproduct.lift_matrix
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C] {J : Type}
[inst_2 : Fintype J] {K : Type} [inst_3 : Finite K] [inst_4 : CategoryTheory.Limits.HasFiniteBiproducts C] {f : J → C}
{g : K → C} {P : C} (x : (j : J) → P ⟶ f j) (m : (j : J) → (k : K) → f j ⟶ g k),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.biproduct.lift x)
(CategoryTheory.Limits.biproduct.matrix m) =
CategoryTheory.Limits.biproduct.lift fun k => ∑ j, CategoryTheory.CategoryStruct.comp (x j) (m j 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.
Cites18
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
- CategoryTheory.Category.assocproof · cited by 6,433
- 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.πproof · cited by 93
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.biproduct.lift_matrix_assocproof · cited by 0