Theorems · Theorem · group theory
Finset.sum_image_of_pairwise_eq_zero
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : AddCommMonoid M] [inst_1 : DecidableEq ι] {f : κ → ι} {g : ι → M}
{I : Finset κ}, ((↑I).Pairwise fun i j => f i = f j → g (f i) = 0) → ∑ s ∈ Finset.image f I, g s = ∑ i ∈ I, g (f i)A version of Finset.sum_map and Finset.sum_image, but we do not assume that f is
injective. Rather, we assume that the image of f on I only overlaps where g (f i) = 0.
The conclusion is the same as in sum_image.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidDecidableEq
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 and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- Finset.imagestatement · cited by 910
- Set.Pairwisestatement and proof · cited by 321
- Finset.sum_image'proof · cited by 5
- Finset.sum_filter_of_pairwise_eq_zeroproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.addContent_biUnionproof · cited by 2
- Finset.sum_image_of_disjointproof · cited by 1
- MeasureTheory.VectorMeasure.variation_withDensity'proof · cited by 1