Theorems · Theorem · real analysis
ConvexOn.secant_mono
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
ConvexOn 𝕜 s f →
∀ {a x y : 𝕜}, a ∈ s → x ∈ s → y ∈ s → x ≠ a → y ≠ a → x ≤ y → (f x - f a) / (x - a) ≤ (f y - f a) / (y - a)If f : 𝕜 → 𝕜 is convex, then for any point a the slope of the secant line of f through a
and b ≠ a is monotone with respect to b.
- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- IsStrictOrderedRingstatement and proof · cited by 2,490
- neg_subproof · cited by 272
- ConvexOnstatement and proof · cited by 232
- eq_or_lt_of_leproof · cited by 92
- lt_or_gt_of_neproof · cited by 41
- neg_div_neg_eqproof · cited by 17
- ConvexOn.slope_mono_adjacentproof · cited by 3
- ConvexOn.secant_mono_aux2proof · cited by 1
- ConvexOn.secant_mono_aux3proof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- ConvexOn.slope_monoproof · cited by 8
- ConvexOn.slope_le_of_hasDerivWithinAt_Iioproof · cited by 5
- ConvexOn.le_slope_of_hasDerivWithinAt_Ioiproof · cited by 5