Theorems · Theorem · global analysis
hasDerivWithinAt_taylorWithinEval_at_Icc
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {a b t : ℝ} (x : ℝ) {n : ℕ},
a < b →
t ∈ Set.Icc a b →
ContDiffOn ℝ (↑n) f (Set.Icc a b) →
DifferentiableOn ℝ (iteratedDerivWithin n f (Set.Icc a b)) (Set.Icc a b) →
HasDerivWithinAt (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) (Set.Icc a b) tCalculate the derivative of the Taylor polynomial with respect to x₀.
Version for closed 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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- Set.Iccstatement and proof · cited by 1,702
- Nat.factorialstatement · cited by 616
- DifferentiableOnstatement and proof · cited by 419
- HasDerivWithinAtstatement · cited by 333
- ContDiffOnstatement and proof · cited by 294
- self_mem_nhdsWithinproof · cited by 215
Cited by1
Results whose statement or proof uses this declaration.
- taylor_mean_remainder_boundproof · cited by 1