Theorems · Theorem · real analysis
StrictConcaveOn.secant_strict_mono
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
StrictConcaveOn 𝕜 s f →
∀ {a x y : 𝕜}, a ∈ s → x ∈ s → y ∈ s → x ≠ a → y ≠ a → x < y → (f y - f a) / (y - a) < (f x - f a) / (x - a)If f : 𝕜 → 𝕜 is strictly concave, then for any point a the slope of the secant line of f
through a and b is strictly antitone with respect to b.
- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 2 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.
Cites9
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
- le_reflproof · cited by 2,061
- Nat.cast_zeroproof · cited by 1,870
- StrictConcaveOnstatement and proof · cited by 85
- StrictConcaveOn.negproof · cited by 11
- StrictConvexOn.secant_strict_monoproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- one_add_mul_self_lt_rpow_one_addproof · cited by 2
- rpow_one_add_lt_one_add_mul_selfproof · cited by 1