Theorems · Theorem · order theory
Finset.le_prod_of_submultiplicative_on_pred_of_nonneg
∀ {ι : Type u_1} {R : Type u_2} [inst : CommSemiring R] [inst_1 : PartialOrder R] [IsOrderedRing R] {M : Type u_4}
[inst_3 : CommMonoid M] (f : M → R) (p : M → Prop),
(∀ (a : M), 0 ≤ f a) →
f 1 ≤ 1 →
(∀ (a b : M), p a → p b → f (a * b) ≤ f a * f b) →
(∀ (a b : M), p a → p b → p (a * b)) →
∀ (s : Finset ι) (g : ι → M), (∀ a ∈ s, p (g a)) → f (∏ i ∈ s, g i) ≤ ∏ i ∈ s, f (g i)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- le_transproof · cited by 985
- Multiset.mapproof · cited by 876
- IsOrderedRingstatement and proof · cited by 777
- Multiset.prodproof · cited by 528
- Finset.valproof · cited by 438
- Multiset.map_congrproof · cited by 232
- Multiset.map_mapproof · cited by 151
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.