Theorems · Theorem · complex analysis
AnalyticOn.hasFPowerSeriesOnSubball
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {f : 𝕜 → 𝕜} {x : 𝕜} {r : ENNReal},
0 < r →
AnalyticOn 𝕜 f (Metric.eball x r) →
r ≤ (FormalMultilinearSeries.ofScalars 𝕜 fun n => iteratedDeriv n f x / ↑n.factorial).radius →
HasFPowerSeriesOnBall f (FormalMultilinearSeries.ofScalars 𝕜 fun n => iteratedDeriv n f x / ↑n.factorial) x rIf f is analytic on Bᵣ(x₀) and its Taylor series converges on this ball, then it converges
to f.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLike
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement and proof · cited by 9,879
- RCLikestatement and proof · cited by 2,829
- zero_addproof · cited by 2,366
- le_antisymmproof · cited by 2,068
- le_reflproof · cited by 2,061
- le_of_ltproof · cited by 1,175
- le_transproof · cited by 985
- Nat.factorialstatement and proof · cited by 616
- FormalMultilinearSeriesproof · cited by 615
- AnalyticAtproof · cited by 321
- Metric.eballstatement and proof · cited by 294
- sub_neg_eq_addproof · cited by 264
Cited by2
Results whose statement or proof uses this declaration.
- Complex.one_add_cpow_hasFPowerSeriesOnBall_zeroproof · cited by 3
- AnalyticOn.hasFPowerSeriesOnBallproof · cited by 0