Scalar series #
This file contains API for analytic functions ∑ cᵢ • xⁱ
defined in terms of scalars
c₀, c₁, c₂, …
.
Main definitions / results: #
FormalMultilinearSeries.ofScalars
: the formal power series∑ cᵢ • xⁱ
.FormalMultilinearSeries.ofScalarsSum
: the sum of such a power series, if it exists, and zero otherwise.FormalMultilinearSeries.ofScalars_radius_eq_(zero/inv/top)_of_tendsto
: the ratio test for an analytic function defined in terms of a formal power series∑ cᵢ • xⁱ
.FormalMultilinearSeries.ofScalars_radius_eq_inv_of_tendsto_ENNReal
: the ratio test for an analytic function usingENNReal
division for all valuesℝ≥0∞
.
Formal power series of ∑ cᵢ • xⁱ
for some scalar field 𝕜
and ring algebra E
Equations
- FormalMultilinearSeries.ofScalars E c n = c n • ContinuousMultilinearMap.mkPiAlgebraFin 𝕜 n E
Instances For
The submodule generated by scalar series on FormalMultilinearSeries 𝕜 E E
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
This naming follows the convention of NormedSpace.expSeries_apply_eq'
.
The sum of the formal power series. Takes the value 0
outside the radius of convergence.
Equations
Instances For
The radius of convergence of a scalar series is the inverse of the non-zero limit
fun n ↦ ‖c n.succ‖ / ‖c n‖
.
A convenience lemma restating the result of ofScalars_radius_eq_inv_of_tendsto
under
the inverse ratio.
The ratio test stating that if ‖c n.succ‖ / ‖c n‖
tends to zero, the radius is unbounded.
This requires that the coefficients are eventually non-zero as
‖c n.succ‖ / 0 = 0
by convention.
If ‖c n.succ‖ / ‖c n‖
is unbounded, then the radius of convergence is zero.
This theorem combines the results of the special cases above, using ENNReal
division to remove
the requirement that the ratio is eventually non-zero.