Theorems · Theorem · general algebraic systems
DFinsupp.sum_add_index
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddCommMonoid (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] {f g : Π₀ (i : ι), β i}
{h : (i : ι) → β i → γ},
(∀ (i : ι), h i 0 = 0) →
(∀ (i : ι) (b₁ b₂ : β i), h i (b₁ + b₂) = h i b₁ + h i b₂) → (f + g).sum h = f.sum h + g.sum h- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 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.
- DFunLike.coeproof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumproof · cited by 5,195
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportproof · cited by 158
- Finset.sum_add_distribproof · cited by 131
- Finset.sum_subsetproof · cited by 79
- DFinsupp.sumstatement and proof · cited by 64
- Finset.subset_union_leftproof · cited by 59
- Finset.mem_unionproof · cited by 49
- Finset.subset_union_rightproof · cited by 45
- DFinsupp.mem_support_toFunproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- DFinsupp.sum_finsetSum_indexproof · cited by 2