Theorems · Theorem · real analysis
ConvexOn.strictMonoOn
∀ {𝕜 : Type u_1} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {s : Set 𝕜} {f : 𝕜 → 𝕜},
ConvexOn 𝕜 s f → ∀ {x y : 𝕜}, x ∈ s → x < y → f x < f y → StrictMonoOn f (s ∩ Set.Ici y)If f is convex on a set s in a linearly ordered field, and f x < f y for two points
x < y in s, then f is strictly monotone on s ∩ [y, ∞).
- Defined in
- Mathlib.Analysis.Convex.Slope
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- LE.le.transproof · cited by 3,151
- IsStrictOrderedRingstatement and proof · cited by 2,490
- LT.lt.leproof · cited by 2,189
- Set.Ioiproof · cited by 1,463
- Set.Icistatement and proof · cited by 1,070
- LT.lt.transproof · cited by 370
- ConvexOnstatement and proof · cited by 232
- StrictMonoOnstatement · cited by 194
- eq_or_lt_of_leproof · cited by 92
Cited by3
Results whose statement or proof uses this declaration.
- ConvexOn.strictAntiOnproof · cited by 2
- Real.Gamma_strictMonoOn_Iciproof · cited by 1
- ConcaveOn.strictAntiOnproof · cited by 0