limit at infinity of a meromorphic function using residues

254 Views Asked by At

Let $z_1,\dots,z_n\in\mathbb{C}$ be different points and let $f:\mathbb{C}\setminus\{z_1,\dots,z_n\}\to\mathbb{C}$ be a holomorphic function.

Suppose that $\lim\limits_{z\to\infty}f(z)=0$. Prove that

$$\lim\limits_{z\to\infty}zf(z)=\sum\limits_{k=1}^n \operatorname{Res}_{z_k}(f)$$

Clearly, we can look at $\lim\limits_{z\to 0}\frac{1}{z}f(\frac{1}{z})$. I have read something about residue at infinity, but I don't see how to use it.

2

There are 2 best solutions below

3
On BEST ANSWER

Let $R>0$ be a radius such that all the singularities $z_j$ are inside the disk $D(0,R)$. (Center $0$ and radius $R$) Hence by the residue theorem, one has

$$2i\pi \sum\limits_{k=1}^n \operatorname{Res}_{z_k}(f) = \int_{C(0,R)^+} f(z) dz.$$ Now perform a change of variable $z=1/w$ to get $$\int_{C(0,R)^+} f(z) dz = -\int_{C(0,1/R)^-} \frac{1}{w^2}f\left(\frac{1}{w}\right) dw= \int_{C(0,1/R)^+} \frac{1}{w^2}f\left(\frac{1}{w}\right) dw.$$ Since the $z_j$ were inside $D(0,R)$, it is clear that the $1/z_j$ are now outside $D(0,1/R)$. Hence, the only singularity of $\frac{1}{w^2}f \left( \frac{1}{w}\right)$ inside $D(0,1/R)$ is $0$. Hence, by the residue theorem again, one has $$\int_{C(0,1/R)^+} \frac{1}{w^2}f\left(\frac{1}{w}\right) dw = 2i\pi\operatorname{Res}_{0}\left(w \mapsto \frac{1}{w^2}f\left(\frac{1}{w}\right)\right).$$ If we put everything together, we get $$\sum\limits_{k=1}^n \operatorname{Res}_{z_k}(f) =\operatorname{Res}_{0}\left(w \mapsto \frac{1}{w^2}f\left(\frac{1}{w}\right)\right).$$ Now the only thing you have to prove is that $0$ is a simple pole of $w \mapsto \frac{1}{w^2}f\left(\frac{1}{w}\right).$ Indeed if you do this, you will have $$\operatorname{Res}_{0}\left(w \mapsto \frac{1}{w^2}f\left(\frac{1}{w}\right)\right) = \lim_{w\to 0} w \frac{1}{w^2}f\left(\frac{1}{w}\right)=\lim_{z\to \infty}zf(z)$$ and you are done. Are you able to do that ?

0
On

Those are initial thoughts... Unfortunately not a solution

Consider the domain $D$ limited by a circle $C(R)$ centered at the origin (with clockwise orientation) and with a radius $R$ large enough in order for the disk $D^\prime$ it limits to contain $\{z_1,\dots,z_n\}$ and small circles $C_1, \dots, C_n$ (oriented counterclockwise) centered respectively on $z_1, \dots, z_n$ all contained in $D^\prime$. As $f$ is holomorphic in $D$, you have $$\begin{aligned} 0=\frac{1}{2i \pi}\int_{C(R)} f + \sum\limits_{k=1}^n \int_{C_n} f &= \frac{1}{2i \pi}\int_{C(R)} f+\sum\limits_{k=1}^n Res_{z_k}(f)\\ &= -R \int_0^{2 \pi} f(Re^{2i \pi t}) \ dt+ \sum\limits_{k=1}^n Res_{z_k}(f) \end{aligned}$$

As $\lim\limits_{z\to\infty}f(z)=0$, for all $\epsilon >0$ you can find $r >0$ such that for $\vert z \vert \ge r$ you have $\vert f(z) \vert \le \epsilon$. Hence if $R \ge r$...

I don't know how to move further from there ...