Theorems · Theorem · general algebraic systems
DFinsupp.sum_of_support_subset
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → Zero (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] {f : Π₀ (i : ι), β i}
{g : (i : ι) → β i → γ} {s : Finset ι}, f.support ⊆ s → (∀ i ∈ s, g i 0 = 0) → f.sum g = ∑ i ∈ s, g i (f i)- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement · cited by 5,195
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportstatement and proof · cited by 158
- Finset.sum_subsetproof · cited by 79
- DFinsupp.sumstatement · cited by 64
- DFinsupp.mem_support_toFunproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- DFinsupp.sum_congr_of_eq_on_unionproof · cited by 1