Theorems · Inductive type · real analysis
HasFTaylorSeriesUpToOn
{𝕜 : Type u} →
[inst : NontriviallyNormedField 𝕜] →
{E : Type uE} →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
{F : Type uF} →
[inst_3 : NormedAddCommGroup F] →
[inst_4 : NormedSpace 𝕜 F] → WithTop ℕ∞ → (E → F) → (E → FormalMultilinearSeries 𝕜 E F) → Set E → PropHasFTaylorSeriesUpToOn n f p s registers the fact that p 0 = f and p (m+1) is a
derivative of p m for m < n, and is continuous for m ≤ n. This is a predicate analogous to
HasFDerivWithinAt but for higher-order derivatives.
Notice that p does not sum up to f on the diagonal (FormalMultilinearSeries.sum), even if
f is analytic and n = ∞: an additional 1/m! factor on the mth term is necessary for that.
- Cited by
- 80 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- NontriviallyNormedFieldstatement · cited by 8,742
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- FormalMultilinearSeriesstatement · cited by 615
Cited by84
Results whose statement or proof uses this declaration.
- ContDiffWithinAtproof · cited by 283
- ContDiffWithinAt.of_leproof · cited by 22
- HasFTaylorSeriesUpToOn.contstatement and proof · cited by 20
- HasFTaylorSeriesUpToOn.fderivWithinstatement and proof · cited by 20
- HasFTaylorSeriesUpToOn.zero_eqstatement and proof · cited by 19
- ContDiffWithinAt.compproof · cited by 18
- ContDiffWithinAt.prodMkproof · cited by 17
- ContDiffWithinAt.mono_of_mem_nhdsWithinproof · cited by 13
- HasFTaylorSeriesUpToOn.monostatement and proof · cited by 12
- ContDiffOn.ftaylorSeriesWithinstatement and proof · cited by 11
- ContDiffWithinAt.continuousWithinAtproof · cited by 11
- ContDiffWithinAt.congr_of_eventuallyEqproof · cited by 9