Theorems · Theorem · order theory
Multiset.le_prod_of_submultiplicative_on_pred_of_nonneg
∀ {α : Type u_1} {β : Type u_2} [inst : CommMonoid α] [inst_1 : CommMonoidWithZero β] [inst_2 : PartialOrder β]
[PosMulMono β] (f : α → β) (p : α → Prop),
(∀ (a : α), 0 ≤ f a) →
f 1 ≤ 1 →
(∀ (a b : α), p a → p b → f (a * b) ≤ f a * f b) →
(∀ (a b : α), p a → p b → p (a * b)) → ∀ (s : Multiset α), (∀ a ∈ s, p a) → f s.prod ≤ (Multiset.map f s).prod- Cited by
- 2 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- LE.le.transproof · cited by 3,151
- Multisetstatement and proof · cited by 2,627
- CommMonoidstatement and proof · cited by 2,264
- CommMonoidWithZerostatement and proof · cited by 913
- Multiset.mapstatement and proof · cited by 876
- Multiset.prodstatement and proof · cited by 528
- mul_le_mul_of_nonneg_leftproof · cited by 361
- Multiset.consproof · cited by 313
- Multiset.map_congrproof · cited by 232
- PosMulMonostatement and proof · cited by 165
- Multiset.map_consproof · cited by 93
Cited by2
Results whose statement or proof uses this declaration.
- Multiset.le_prod_of_submultiplicative_of_nonnegproof · cited by 2
- Finset.le_prod_of_submultiplicative_on_pred_of_nonnegproof · cited by 0