Theorems · Theorem · complex analysis
HasFPowerSeriesOnBall.r_eq_top_of_exists
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f : 𝕜 → E} {r : ENNReal} {x : 𝕜} {p : FormalMultilinearSeries 𝕜 𝕜 E},
HasFPowerSeriesOnBall f p x r →
(∀ (r' : NNReal), 0 < r' → ∃ p', HasFPowerSeriesOnBall f p' x ↑r') → HasFPowerSeriesOnBall f p x ⊤If a function f : 𝕜 → E has power series representation p on a ball of some radius and for
each positive radius it has some power series representation, then p converges to f on the whole
𝕜.
- Defined in
- Mathlib.Analysis.Analytic.Uniqueness
- Cited by
- 1 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.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- NNRealstatement and proof · cited by 4,310
- SummationFilter.unconditionalproof · cited by 2,068
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNNorm.nnnormproof · cited by 952
- FormalMultilinearSeriesstatement and proof · cited by 615
- HasSumproof · cited by 518
Cited by1
Results whose statement or proof uses this declaration.
- Differentiable.hasFPowerSeriesOnBallproof · cited by 0