Theorems · Theorem · real analysis
convexOn_of_slope_mono_adjacent
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
Convex 𝕜 s →
(∀ {x y z : 𝕜}, x ∈ s → z ∈ s → x < y → y < z → (f y - f x) / (y - x) ≤ (f z - f y) / (z - y)) → ConvexOn 𝕜 s fIf for any three points x < y < z, the slope of the secant line of f : 𝕜 → 𝕜 on [x, y] is
less than the slope of the secant line of f on [y, z], then f is convex.
- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- IsStrictOrderedRingstatement and proof · cited by 2,490
- le_reflproof · cited by 2,061
- Nat.cast_zeroproof · cited by 1,870
- LT.lt.ne'proof · cited by 1,417
- div_oneproof · cited by 629
- zero_lt_oneproof · cited by 598
Cited by3
Results whose statement or proof uses this declaration.
- MonotoneOn.convexOn_of_derivproof · cited by 4
- concaveOn_of_slope_anti_adjacentproof · cited by 1
- convexOn_iff_slope_mono_adjacentproof · cited by 1