Theorems · Theorem · general algebraic systems
DFinsupp.prod_finset_sum_index
Deprecated since 2026-04-08Use DFinsupp.prod_finsetSum_index instead.
∀ {ι : Type u} {β : ι → Type v} [inst : DecidableEq ι] {γ : Type w} {α : Type x}
[inst_1 : (i : ι) → AddCommMonoid (β i)] [inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : CommMonoid γ]
{s : Finset α} {g : α → Π₀ (i : ι), β i} {h : (i : ι) → β i → γ},
(∀ (i : ι), h i 0 = 1) →
(∀ (i : ι) (b₁ b₂ : β i), h i (b₁ + b₂) = h i b₁ * h i b₂) → ∏ i ∈ s, (g i).prod h = (∑ i ∈ s, g i).prod hAlias of DFinsupp.prod_finsetSum_index.
- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Finset.sumstatement · cited by 5,195
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement · cited by 2,264
- DFinsuppstatement · cited by 694
- DFinsupp.prodstatement · cited by 30
- DFinsupp.prod_finsetSum_indexproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.