Mathlib Map

Theorems · Theorem · real analysis

exists_deriv_eq_slope

∀ (f : ℝ → ℝ) {a b : ℝ},
  a < b →
    ContinuousOn f (Set.Icc a b) →
      DifferentiableOn ℝ f (Set.Ioo a b) → ∃ c ∈ Set.Ioo a b, deriv f c = (f b - f a) / (b - a)

Lagrange's Mean Value Theorem, deriv version.

Defined in
Mathlib.Analysis.Calculus.Deriv.MeanValue
Cited by
6 results in Mathlib
Foundations
Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites12

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

Cited by6

Results whose statement or proof uses this declaration.