Theorems · Theorem · ring theory
Finsupp.sum_finset_sum_index
Deprecated since 2026-04-08Use Finsupp.sum_finsetSum_index instead.
∀ {α : 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 hAlias of Finsupp.sum_finsetSum_index.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 72 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement · cited by 12,281
- Finsuppstatement · cited by 5,255
- Finset.sumstatement · cited by 5,195
- Finsupp.sumstatement · cited by 481
- Finsupp.sum_finsetSum_indexproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.