Mathlib Map

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
Defined in
Mathlib.Algebra.Order.BigOperators.Group.List
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
MonoidLinearOrderMulLeftMonoMulRightMono

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.

Cited by1

Results whose statement or proof uses this declaration.