Theorems · Theorem · global analysis
hasDerivWithinAt_taylor_coeff_within
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {x y : ℝ} {k : ℕ} {s t : Set ℝ},
UniqueDiffWithinAt ℝ t y →
s ∈ nhdsWithin y t →
DifferentiableWithinAt ℝ (iteratedDerivWithin (k + 1) f s) s y →
HasDerivWithinAt
(fun z => (((↑k + 1) * ↑k.factorial)⁻¹ * (x - z) ^ (k + 1)) • iteratedDerivWithin (k + 1) f s z)
((((↑k + 1) * ↑k.factorial)⁻¹ * (x - y) ^ (k + 1)) • iteratedDerivWithin (k + 2) f s y -
((↑k.factorial)⁻¹ * (x - y) ^ k) • iteratedDerivWithin (k + 1) f s y)
t y- Defined in
- Mathlib.Analysis.Calculus.Taylor
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
Cited by1
Results whose statement or proof uses this declaration.
- hasDerivWithinAt_taylorWithinEvalproof · cited by 2