Theorems · Definition · global analysis
taylorWithin
{E : Type u_2} →
[inst : NormedAddCommGroup E] → [inst_1 : NormedSpace ℝ E] → (ℝ → E) → ℕ → Set ℝ → ℝ → PolynomialModule ℝ EThe Taylor polynomial with derivatives inside of a set s.
The Taylor polynomial is given by
$$∑_{k=0}^n \frac{(x - x₀)^k}{k!} f^{(k)}(x₀),$$
where $f^{(k)}(x₀)$ denotes the iterated derivative in the set s.
- Defined in
- Mathlib.Analysis.Calculus.Taylor
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 177 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Finset.sumproof · cited by 5,195
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- Finset.rangeproof · cited by 1,341
- PolynomialModulestatement · cited by 76
- PolynomialModule.singleproof · cited by 31
- PolynomialModule.compproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- taylorWithinEvalproof · cited by 27
- taylorWithinEval_succproof · cited by 6
- taylorWithin_succstatement · cited by 1