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) tCalculate 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
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.
- 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
- nhdsproof · cited by 5,554
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- nhdsWithinproof · cited by 1,912
- Set.Iccstatement and proof · cited by 1,702
- Set.Ioostatement and proof · cited by 1,214
- Nat.factorialstatement · cited by 616
- HasDerivAtstatement · cited by 493
Cited by1
Results whose statement or proof uses this declaration.
- taylor_mean_remainderproof · cited by 2