Theorems · Theorem · order theory
Multiset.sum_map_le_sum_map
∀ {ι : Type u_1} {α : Type u_2} [inst : AddCommMonoid α] [inst_1 : Preorder α] [AddLeftMono α] {s : Multiset ι}
(f g : ι → α), (∀ i ∈ s, f i ≤ g i) → (Multiset.map f s).sum ≤ (Multiset.map g s).sum- Cited by
- 1 results in Mathlib
- Foundations
- Depth 27 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.
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement · cited by 876
- AddLeftMonostatement and proof · cited by 687
- Multiset.sumstatement · cited by 388
- Multiset.rel_mapproof · cited by 5
- Multiset.rel_refl_of_refl_onproof · cited by 5
- Multiset.sum_le_sum_of_rel_leproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finset.sum_le_sumproof · cited by 182