Theorems · Theorem · real analysis
hasFTaylorSeriesUpToOn_top_iff_right
∀ {𝕜 : 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] {s : Set E}
{f : E → F} {N : WithTop ℕ∞} {p : E → FormalMultilinearSeries 𝕜 E F},
↑⊤ ≤ N →
(HasFTaylorSeriesUpToOn N f p s ↔
(∀ x ∈ s, (p x 0).curry0 = f x) ∧
(∀ x ∈ s, HasFDerivWithinAt (fun y => p y 0) (p x 1).curryLeft s x) ∧
HasFTaylorSeriesUpToOn N (fun x => (continuousMultilinearCurryFin1 𝕜 E F) (p x 1)) (fun x => (p x).shift) s)p is a Taylor series of f up to ⊤ if and only if p.shift is a Taylor series up to ⊤
for p 1, which is a derivative of f.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- ENatstatement and proof · cited by 4,985
- WithTopstatement and proof · cited by 3,754
- WithTop.somestatement and proof · cited by 1,128
- ContinuousMultilinearMapstatement · cited by 1,016
Cited by1
Results whose statement or proof uses this declaration.
- hasFTaylorSeriesUpToOn_succ_iff_rightproof · cited by 1