Theorems · Theorem · real analysis
ConvexOn.slope_mono
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜} {x : 𝕜},
ConvexOn 𝕜 s f → x ∈ s → MonotoneOn (slope f x) (s \ {x})If f : 𝕜 → 𝕜 is convex on s, then for any point x ∈ s the slope of the secant line of f
through x is monotone on s \ {x}.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- MonotoneOnstatement · cited by 311
- ConvexOnstatement and proof · cited by 232
- slopestatement · cited by 147
- Set.notMem_of_mem_sdiffproof · cited by 9
- Set.mem_of_mem_sdiffproof · cited by 6
- slope_fun_def_fieldproof · cited by 5
- ConvexOn.secant_monoproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- ConcaveOn.slope_antiproof · cited by 2
- bddBelow_slope_lt_of_mem_interiorproof · cited by 2
- ConvexOn.leftDeriv_le_rightDeriv_of_mem_interiorproof · cited by 2
- bddAbove_slope_gt_of_mem_interiorproof · cited by 2
- ConvexOn.monotoneOn_slope_gtproof · cited by 1
- ConvexOn.monotoneOn_slope_ltproof · cited by 1
- ConvexOn.monotoneOn_leftDerivproof · cited by 0
- ConvexOn.monotoneOn_rightDerivproof · cited by 0