Theorems · Theorem · group theory
Set.multiset_sum_mem_multiset_sum
∀ {ι : Type u_1} {α : Type u_2} [inst : AddCommMonoid α] (t : Multiset ι) (f : ι → Set α) (g : ι → α),
(∀ i ∈ t, g i ∈ f i) → (Multiset.map g t).sum ∈ (Multiset.map f t).sumAn n-ary version of Set.add_mem_add.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement · cited by 876
- Multiset.sumstatement · cited by 388
- Set.addCommMonoidstatement · cited by 25
- Set.list_sum_mem_list_sumproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Set.finsetSum_mem_finsetSumproof · cited by 1