Mathlib Map

Theorems · Theorem · global analysis

taylorWithinEval_hasDerivAt_Ioo

∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {a b t : ℝ} (x : ℝ) {n : ℕ},
  a < b →
    t ∈ Set.Ioo a b →
      ContDiffOn ℝ (↑n) f (Set.Icc a b) →
        DifferentiableOn ℝ (iteratedDerivWithin n f (Set.Icc a b)) (Set.Ioo a b) →
          HasDerivAt (fun y => taylorWithinEval f n (Set.Icc a b) y x)
            (((↑n.factorial)⁻¹ * (x - t) ^ n) • iteratedDerivWithin (n + 1) f (Set.Icc a b) t) t

Calculate the derivative of the Taylor polynomial with respect to x₀. Version for open intervals

Defined in
Mathlib.Analysis.Calculus.Taylor
Cited by
1 results in Mathlib
Foundations
Depth 190 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

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

Cites24

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.