The m-th term of the power series p evaluated at x, i.e. aₘ · (x - x₀)^m.
Instances For
The n-th partial sum of the power series p evaluated at x, i.e.
∑_{m=0}^{n-1} aₘ (x - x₀)^m.
Instances For
The Cauchy–Hadamard radius of convergence of a scalar power series with coefficients a
agrees with the radius of the associated formal multilinear series
FormalMultilinearSeries.ofScalars ℝ a from Mathlib.
Comparison criterion for the radius of convergence: if the sequence
|aₙ| · rⁿ is uniformly bounded by some constant C, then r lies inside the
disk of convergence, i.e. r ≤ radiusOfConvergence a.
Absolute convergence inside the radius of convergence: for any r < radiusOfConvergence a,
the series ∑ₙ |aₙ| · rⁿ is summable.
Uniform convergence of a power series on closed sub-intervals of its disk of convergence:
if ∑ aⱼ (x - x₀)^j has radius of convergence ρ ∈ (0, ∞], then for every r ∈ (0, ρ) the
partial sums converge uniformly on [x₀ - r, x₀ + r] to the sum ∑' j, aⱼ (x - x₀)^j.