Can Degenerate Laurent Series Converge in Non-Standard Regions?

Josh Swanson
Messages
19
Reaction score
0
Suppose we have

f(z) = \sum_{n=-\infty}^\infty c_n z^n; \quad U(z) = \sum_{n=0}^\infty c_n z^n; \quad L(z) = \sum_{n=1}^\infty c_{-n} z^{-n}
where f(z) converges* in the interior of some annulus with inner radius r and outer radius R > r. Further suppose U(z) has radius of convergence R_0 and L(1/z) has radius of convergence 1/r_0, so L(z) converges for |z| > r_0. Must it be the case that r_0 \leq r < R \leq R_0? Obviously the sum over all integers converges for r_0 < |z| < R_0 (if any such z exist), but for instance what happens if R_0 < r_0? It's conceivable that the upper and lower sums both individually diverge, but that their combined sum still converges. It doesn't seem possible to me for this case to actually occur on a non-empty open set like an annulus... but I dunno.

For instance, where does
... + \frac{1}{2^3} \frac{1}{z^3} + \frac{1}{2^2} \frac{1}{z^2} + \frac{1}{2} \frac{1}{z} + 1 + z + z^2 + z^3 + ...

converge?

This question came about in the context of the uniqueness of Laurent series. It seems that Laurent series are typically assumed to only be defined where their upper and lower sums converge, which sidesteps this issue. Each source I've looked at (Rudin's Real and Complex Analysis; Wikipedia; MathWorld; http://www.math.binghamton.edu/sabalka/teaching/09Spring375/Chapter8.pdf) at best includes this requirement implicitly and at worst ignores it entirely which makes me wonder if it's really necessary.


*I'm interpreting \sum_{n=-\infty}^\infty c_n z^n as \lim_{N \rightarrow \infty} \sum_{n=-N}^N c_n z^n.
 
Physics news on Phys.org
Must it be the case that r_0\le r < R \le R_0?

Yes.

You can prove it playing a bit with power series. For example, take any z_0, r<|z_0|<R. This implies that c_n|z_0|^n \to 0 as n\to \pm\infty, so the sequence c_n|z_0|^n is bounded.

Comparison with geometric series gives that L(z) converges for all |z|> |z_0|. Since U(z) =f(z) - L(z), then U(z) converges for all z, |z_0|< |z|<R as difference of 2 convergence series (both f(z) and L(z) converge in this annulus).

But power series (with positive powers) converge in a disc, so U(z) converges for |z|<R. Then L(z) =f(z) - U(z) converges in the annulus r< |z|<R (f(z) converges in the annulus, L(z) converges in the disc |z|<R). Then using comparison test we can concluyde that L(z) converges for all |z|>r.
 
Hawkeye18 said:
Comparison with geometric series gives that L(z) converges for all |z|> |z_0|.

I don't see how this is true, though you made me consider the fact that the nth term goes to 0 on this annulus, which gives the result anyway.

Outside the radius of convergence of a power series, the nth terms do not go to 0 (which is how divergence is proven there), so each r < z < R is not outside the radius of convergence of U(z), so R_0 \ge R. The lower bound is similar.
 
It occurred to me there are some details missing yet. Hawkeye's statement, essentially
\lim_{n \rightarrow \pm \infty} c_n z^n \rightarrow 0
on the annulus of convergence, requires some justification. The nth term test only gives
\lim_{n \rightarrow \infty} c_n z^n + c_{-n} z^{-n} = 0 \mbox{ for } r < |z| < R \quad \mbox{ (*)}
which is not a priori the same. Suppose for now that |z| = 1 satisfies the above. Putting z=1, i into (*) and simplifying gives
\lim_{k \rightarrow \infty} c_{2k+1} + c_{-2k-1} = \lim_{k \rightarrow \infty} c_{2k+1} - c_{-2k-1} = 0
so that \lim_{k \rightarrow \infty} c_{2k+1} = 0. Thus \liminf_{n \rightarrow \infty} |c_n| = 0. Suppose to the contrary \limsup_{n \rightarrow \infty} |c_n| > 0. There is some subsequence \{|c_{n_k}|\} where \lim_{k \rightarrow \infty} |c_{n_k}| = a > 0. Cutting off finitely many terms, this constrains \{c_{n_k}\} to lie on a compact annulus not containing the origin, so the subsequence has a limit point c in this annulus. Passing to a further subsequence, we may then take
\lim_{k \rightarrow \infty} c_{n_k} = c \ne 0
Applying (*) with this subsequence and z=1 gives \lim_{k \rightarrow \infty} c_{n_k} + c_{-n_k} = 0 \Rightarrow \lim_{k \rightarrow \infty} c_{-n_k} = -c. Taking z = e^{it} in (*) gives
\lim_{k \rightarrow \infty} c_{n_k} e^{i n_k t} + c_{-n_k} e^{-i n_k t} = 0
\Rightarrow \lim_{k \rightarrow \infty} c_{n_k} e^{2i n_k t} + c_{-n_k} = 0
\Rightarrow \lim_{k \rightarrow \infty} c_{n_k} e^{2i n_k t} = -(-c) = c
\Rightarrow \lim_{k \rightarrow \infty} e^{2i n_k t} = c/c = 1
This last line is obviously nonsense, for instance with t=\pi/2, so \lim_{n \rightarrow \infty} c_n = 0 = \lim_{n \rightarrow \infty} c_n z^n after all, which forces \lim_{n \rightarrow \infty} c_{-n} z^{-n} = 0. We may peel back the |z| = 1 assumption by applying the above to z / |z|.
 
Back
Top