Theorems · Theorem · global analysis
taylorWithinEval_succ
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] (f : ℝ → E) (n : ℕ) (s : Set ℝ) (x₀ x : ℝ),
taylorWithinEval f (n + 1) s x₀ x =
taylorWithinEval f n s x₀ x +
(((↑n + 1) * ↑n.factorial)⁻¹ * (x - x₀) ^ (n + 1)) • iteratedDerivWithin (n + 1) f s x₀- Defined in
- Mathlib.Analysis.Calculus.Taylor
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Nat.cast_oneproof · cited by 2,501
- mul_commproof · cited by 2,262
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- map_addproof · cited by 964
- Polynomial.evalproof · cited by 796
- Nat.factorialstatement and proof · cited by 616
Cited by6
Results whose statement or proof uses this declaration.
- taylorWithinEval_selfproof · cited by 7
- taylor_within_applyproof · cited by 3
- taylor_isLittleOproof · cited by 2
- hasDerivWithinAt_taylorWithinEvalproof · cited by 2
- taylor_integral_remainder_auxproof · cited by 2
- ProbabilityTheory.exists_cgf_eq_iteratedDeriv_two_cgf_mulproof · cited by 1