Theorems · Theorem · real analysis
ConvexOn.le_max_of_mem_Icc
∀ {𝕜 : Type u_1} {β : Type u_4} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[inst_3 : AddCommGroup β] [inst_4 : LinearOrder β] [IsOrderedAddMonoid β] [inst_6 : Module 𝕜 β]
[IsStrictOrderedModule 𝕜 β] {s : Set 𝕜} {f : 𝕜 → β} {x y z : 𝕜},
ConvexOn 𝕜 s f → x ∈ s → y ∈ s → z ∈ Set.Icc x y → f z ≤ max (f x) (f y)Maximum principle for convex functions on an interval. If a function f is convex on the
interval [x, y], then the eventual maximum of f on [x, y] is at x or y.
- Defined in
- Mathlib.Analysis.Convex.Jensen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- LE.le.transproof · cited by 3,151
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Set.Iccstatement and proof · cited by 1,702
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- ConvexOnstatement and proof · cited by 232
- IsStrictOrderedModulestatement and proof · cited by 111
- segment_eq_Iccproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- ConcaveOn.min_le_of_mem_Iccproof · cited by 0