Theorems · Theorem · category theory
CategoryTheory.tensor_sum
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Preadditive C]
[inst_2 : CategoryTheory.MonoidalCategory C] [CategoryTheory.MonoidalPreadditive C] {P Q R S : C} {J : Type u_2}
(s : Finset J) (f : P ⟶ Q) (g : J → (R ⟶ S)),
CategoryTheory.MonoidalCategoryStruct.tensorHom f (∑ j ∈ s, g j) =
∑ j ∈ s, CategoryTheory.MonoidalCategoryStruct.tensorHom f (g j)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 56 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.compproof · cited by 17,999
- Finsetstatement and proof · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- Finset.sum_congrproof · cited by 2,323
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftproof · cited by 915
- CategoryTheory.MonoidalCategoryStruct.whiskerRightproof · cited by 903
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement · cited by 587
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.leftDistributor_rightDistributor_assocproof · cited by 0
- CategoryTheory.leftDistributor_assocproof · cited by 0