Mathlib Map

Theorems · Theorem · order theory

Multiset.sum_le_sum_of_rel_le

∀ {α : Type u_2} [inst : AddCommMonoid α] [inst_1 : Preorder α] {s t : Multiset α} [AddLeftMono α],
  Multiset.Rel (fun x1 x2 => x1 ≤ x2) s t → s.sum ≤ t.sum
Defined in
Mathlib.Algebra.Order.BigOperators.Group.Multiset
Cited by
2 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
AddCommMonoidPreorderAddLeftMono

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.