Mathlib Map

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).sum

An n-ary version of Set.add_subset_add.

Defined in
Mathlib.Algebra.Group.Pointwise.Set.BigOperators
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.

Cited by1

Results whose statement or proof uses this declaration.