Theorems · Theorem · real analysis
isMinOn_Ioo_of_deriv
∀ {f : ℝ → ℝ} {a b c : ℝ},
ContinuousAt f b →
DifferentiableOn ℝ f (Set.Ioo a b) →
DifferentiableOn ℝ f (Set.Ioo b c) →
(∀ x ∈ Set.Ioo a b, deriv f x ≤ 0) → (∀ x ∈ Set.Ioo b c, 0 ≤ deriv f x) → IsMinOn f (Set.Ioo a c) bSuppose f : ℝ → ℝ is continuous at b, the derivative f' is nonpositive on Ioo a b and
nonnegative on Ioo b c. Then f attains its minimum on Ioo a c at b.
- Defined in
- Mathlib.Analysis.Calculus.DerivativeTest
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.Ioostatement and proof · cited by 1,214
- ContinuousAtstatement and proof · cited by 697
- derivstatement and proof · cited by 676
- DifferentiableOnstatement and proof · cited by 419
- IsMinOnstatement · cited by 96
- antitoneOn_of_deriv_nonposproof · cited by 25
- monotoneOn_of_deriv_nonnegproof · cited by 25
- interior_Icoproof · cited by 12
- interior_Iocproof · cited by 10
- convex_Icoproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- isLocalMin_of_deriv_Iooproof · cited by 1