Theorems · Theorem · order theory
List.max_prod_le
∀ {α : Type u_2} {M : Type u_3} [inst : Monoid M] (l : List α) (f g : α → M) [inst_1 : LinearOrder M] [MulLeftMono M]
[MulRightMono M], max (List.map f l).prod (List.map g l).prod ≤ (List.map (fun i => max (f i) (g i)) l).prod- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Monoidstatement and proof · cited by 3,887
- MulLeftMonostatement and proof · cited by 410
- MulRightMonostatement and proof · cited by 263
- le_max_leftproof · cited by 215
- le_max_rightproof · cited by 205
- max_le_iffproof · cited by 25
- List.prod_le_prod'proof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.max_prod_leproof · cited by 1