Theorems · Theorem · group theory
Finset.sum_image_of_disjoint
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : AddCommMonoid M] [inst_1 : DecidableEq ι]
[inst_2 : PartialOrder ι] [inst_3 : OrderBot ι] {f : κ → ι} {g : ι → M},
g ⊥ = 0 → ∀ {I : Finset κ}, (↑I).PairwiseDisjoint f → ∑ 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 images of f are disjoint on I, and g ⊥ = 0. The
conclusion is the same as in sum_image.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement · cited by 5,195
- Bot.botstatement and proof · cited by 4,720
- Disjointproof · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- Finset.imagestatement · cited by 910
- Function.onFunproof · cited by 570
- Set.PairwiseDisjointstatement and proof · cited by 275
- disjoint_selfproof · cited by 28
Cited by1
Results whose statement or proof uses this declaration.