Theorems · Theorem · category theory
CategoryTheory.whiskerLeft_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 : C) {Q R : C} {J : Type u_2}
(s : Finset J) (g : J → (Q ⟶ R)),
CategoryTheory.MonoidalCategoryStruct.whiskerLeft P (∑ j ∈ s, g j) =
∑ j ∈ s, CategoryTheory.MonoidalCategoryStruct.whiskerLeft P (g j)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.Functor.objproof · cited by 19,642
- Finsetstatement and proof · cited by 13,712
- Finset.sumstatement · 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
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement · cited by 915
- map_sumproof · cited by 455
- CategoryTheory.MonoidalPreadditivestatement and proof · cited by 65
- CategoryTheory.Functor.mapAddHomproof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.tensor_sumproof · cited by 2