Theorems · Theorem · group theory
Set.multiset_sum_subset_multiset_sum
∀ {ι : Type u_1} {α : Type u_2} [inst : AddCommMonoid α] (t : Multiset ι) (f₁ f₂ : ι → Set α),
(∀ i ∈ t, f₁ i ⊆ f₂ i) → (Multiset.map f₁ t).sum ⊆ (Multiset.map f₂ t).sumAn n-ary version of Set.add_subset_add.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 58 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_subset_list_sumproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Set.finsetSum_subset_finsetSumproof · cited by 1