Mathlib Map

Theorems · Theorem · real analysis

isLocalMin_of_deriv_Ioo

∀ {f : ℝ → ℝ} {a b c : ℝ},
  a < b →
    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) → IsLocalMin f b

The First-Derivative Test from calculus, minima version.

Defined in
Mathlib.Analysis.Calculus.DerivativeTest
Cited by
1 results in Mathlib
Foundations
Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.