Theorems · Theorem · real analysis
monotoneOn_of_hasDerivWithinAt_nonneg
∀ {D : Set ℝ},
Convex ℝ D →
∀ {f f' : ℝ → ℝ},
ContinuousOn f D →
(∀ x ∈ interior D, HasDerivWithinAt f (f' x) (interior D) x) → (∀ x ∈ interior D, 0 ≤ f' x) → MonotoneOn f DLet f be a function continuous on a convex (or, equivalently, connected) subset D
of the real line. If f is differentiable on the interior of D and f' is nonnegative, then
f is a monotone function on D.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 191 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
- Realstatement and proof · cited by 25,697
- ContinuousOnstatement and proof · cited by 1,411
- interiorstatement and proof · cited by 714
- Convexstatement and proof · cited by 551
- HasDerivWithinAtstatement and proof · cited by 333
- MonotoneOnstatement · cited by 311
- isOpen_interiorproof · cited by 130
- monotoneOn_of_deriv_nonnegproof · cited by 25
- HasDerivWithinAt.differentiableWithinAtproof · cited by 19
- deriv_eqOnproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Real.sum_range_le_log_divproof · cited by 1