Mathlib Map

Theorems · Theorem · global analysis

taylor_mean_remainder_lagrange_iteratedDeriv

∀ {f : ℝ → ℝ} {x x₀ : ℝ} {n : ℕ},
  x₀ ≠ x →
    ContDiffOn ℝ (↑n + 1) f (Set.uIcc x₀ x) →
      ∃ x' ∈ Set.uIoo x₀ x,
        f x - taylorWithinEval f n (Set.uIcc x₀ x) x₀ x =
          iteratedDeriv (n + 1) f x' * (x - x₀) ^ (n + 1) / ↑(n + 1).factorial

A corollary of Taylor's theorem with the Lagrange form of the remainder.

Defined in
Mathlib.Analysis.Calculus.Taylor
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.

Cites29

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.