Theorems · Theorem · order theory
List.max_sum_le
∀ {α : Type u_2} {M : Type u_3} [inst : AddMonoid M] (l : List α) (f g : α → M) [inst_1 : LinearOrder M] [AddLeftMono M]
[AddRightMono M], max (List.map f l).sum (List.map g l).sum ≤ (List.map (fun i => max (f i) (g i)) l).sum- 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
- AddMonoidstatement and proof · cited by 2,864
- AddLeftMonostatement and proof · cited by 687
- AddRightMonostatement and proof · cited by 367
- le_max_leftproof · cited by 215
- le_max_rightproof · cited by 205
- max_le_iffproof · cited by 25
- List.sum_le_sumproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.max_sum_leproof · cited by 1