Theorems · Theorem · ring theory
Finsupp.sum_finsetSum_index
∀ {α : Type u_1} {ι : Type u_2} {M : Type u_8} {N : Type u_10} [inst : AddCommMonoid M] [inst_1 : AddCommMonoid N]
{s : Finset ι} {g : ι → α →₀ M} {h : α → M → N},
(∀ (a : α), h a 0 = 0) →
(∀ (a : α) (b₁ b₂ : M), h a (b₁ + b₂) = h a b₁ + h a b₂) → ∑ i ∈ s, (g i).sum h = (∑ i ∈ s, g i).sum h- Cited by
- 3 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finsupp.sumstatement and proof · cited by 481
- Finset.consproof · cited by 221
- Finset.sum_consproof · cited by 84
- Finset.cons_induction_onproof · cited by 37
- Finsupp.sum_add_index'proof · cited by 14
Cited by3
Results whose statement or proof uses this declaration.
- Finsupp.sum_sum_indexproof · cited by 9
- Finsupp.sum_finset_sum_indexproof · cited by 0
- AddTorsor.convexCombination_assocproof · cited by 0