FormalMultilinearSeries.radius_eq_liminf
theorem FormalMultilinearSeries.radius_eq_liminf :
ā {š : Type u_1} [inst : NontriviallyNormedField š] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace š E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace š F]
(p : FormalMultilinearSeries š E F), p.radius = Filter.liminf (fun n => 1 / ā(āp nāā ^ (1 / ān))) Filter.atTop
The theorem `FormalMultilinearSeries.radius_eq_liminf` states that for a formal multilinear series `p` over a non-trivially normed field `š` and normed additively commutative groups `E` and `F` which are also normed spaces over `š`, the radius of the series is equal to the limit inferior, as `n` goes to positive infinity, of the reciprocal of the n-th root of the norm of the n-th term of the series. The limit inferior, in this context, means the greatest lower bound (or infimum) of the set of limits of all subsequences of the sequence. The actual statement uses non-negative real numbers and some coercions.
More concisely: The radius of a formal multilinear series over a non-trivially normed field is equal to the lim inf of the reciprocal of the n-th term's norm raised to the power of 1/n, as n goes to infinity.
|