Theorems · Theorem · global analysis
hasDerivWithinAt_taylorWithinEval
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {x y : ℝ} {n : ℕ} {s s' : Set ℝ},
UniqueDiffOn ℝ s →
s' ∈ nhdsWithin y s →
y ∈ s' →
s' ⊆ s →
ContDiffOn ℝ (↑n) f s →
DifferentiableWithinAt ℝ (iteratedDerivWithin n f s) s y →
HasDerivWithinAt (fun t => taylorWithinEval f n s t x)
(((↑n.factorial)⁻¹ * (x - y) ^ n) • iteratedDerivWithin (n + 1) f s y) s' yCalculate the derivative of the Taylor polynomial with respect to x₀.
Version for arbitrary sets
- Defined in
- Mathlib.Analysis.Calculus.Taylor
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 189 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupproof · cited by 12,871
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldproof · cited by 8,742
- Filterstatement · cited by 8,121
- ENatstatement · cited by 4,985
- mul_oneproof · cited by 3,885
- WithTopstatement · cited by 3,754
Cited by2
Results whose statement or proof uses this declaration.
- taylorWithinEval_hasDerivAt_Iooproof · cited by 1
- hasDerivWithinAt_taylorWithinEval_at_Iccproof · cited by 1