[Math] Proving that a function has a removable singularity at infinity

analysisanalyticitycomplex-analysissingularity-theory

I'm having trouble with the following exercise from Ahlfors' text (not homework)

"If $f(z)$ is analytic in a neighborhood of $\infty$ and if $z^{-1} \Re f(z) \to0$ as $z \to \infty$, show that $\lim_{z \to \infty} f(z)$ exists. (In other words, the isolated singularity at $\infty$ is removable)

Hint: Show first, by use of Cauchy's integral formula, that $f = f_1 +f_2$
where $f_1(z) \to 0$ for $z \to \infty$ and $f_2(z)$ is analytic in the whole plane.

My attempt:

$f$ is analytic in the exterior of some disk $\{|z|\geq R_0 \}$. For large enough $|z|$ the circle $C_1(z)$ around $z$ with radius one lies in the domain of analyticity, and we can apply Cauchy's integral formula:
$$f(z)=\frac{1}{2\pi i}\oint_{C_1(z)}\frac{f(\zeta)}{\zeta-z} \mathrm{d} \zeta=\frac{1}{2 \pi i} \oint_{C_1(z)}\frac{\Re f(\zeta)}{\zeta-z} \mathrm{d} \zeta+\frac{1}{2\pi} \oint_{C_1(z)}\frac{\Im f(\zeta)}{\zeta-z} \mathrm{d} \zeta. $$
I want to say that the last expression is exactly the decomposition $f_1+f_2$. Indeed, using Cauchy's estimate (and the fact about the real part) one can show that the first integral tends to zero for large $|z|$, but I can't understand how to define the other one for all $z \in \mathbb C$.

In fact, even if I have such a decomposition, I don't think that it will suffice: For instance $f(z)=f_1(z)+f_2(z)$ with $f_1(z)=0,f_2(z)=\exp(z)$ has an essential singularity at $\infty$.

Thank you for any directions.

Best Answer

The existence of the decomposition does not depend on the assumption on the real part of $f$. The shortest way to get it is to expand $f$ in Laurent series in some neighbourhood of infinity $W=\{ \vert z\vert >a\}$ : $$f(z)=\sum_{n=-\infty}^{-1} c_n z^n + \sum_{n=0}^\infty c_n z^n\, .$$ The first sum is $f_1(z)$. The second series is a power series converging in $W$, hence in fact in the whole complex plane, so it defines an entire function $f_2(z)$.

If you want to follow the hint to get the decomposition, you can proceed as follows. Fix $R_0$ such that $f$ is holomorphic in an open set containing $\{\vert z\vert\geq R_0\}$. For each $R\geq R_0$, denote by $\Gamma_R$ the circle $\{\vert z\vert=R\}$ and define $$f_R(z)=\frac{1}{2i\pi}\int_{\Gamma_R} \frac{f(\xi)}{\xi -z}d\xi\, ,$$ which is holomorphic in $\mathbb C\setminus\Gamma_R$. By Cauchy's formula, we have $$f(z)=f_R(z)-f_{R_0}(z)$$ whenever $R_0<\vert z\vert <R$. This shows that if $R_0<R< R'$, then the functions $f_R$ and $f_{R'}$ agree in $\{ R_0<\vert z\vert<R\}$, and hence on the disk $D(0,R)$ by analytic continuation. In other words (letting $R\to\infty$), we get a single entire function $f_2$ equal to $F_R$ on $D(0,R)$ for any $R>R_0$. Finally, put $f_1=-f_{R_0}$.

Having done this, observe that the function $f_2$ satisfies the same assumption as $f$, since $f$ and obviously $f_1$ do. Moreover, $f_1$ has a limit at $\infty$ (!) Thus, to prove that $f$ has a limit at $\infty$, it is in fact enough to assume that $f$ is an $entire$ function.

At this point, I don't see how to conclude without using the $Borel$-$Caratheodory\;inequality$, which allows to control $\vert f\vert$ by ${\rm Re} f$. A special case of this inequality reads as follows : for any $r>0$ $$\sup_{\vert z\vert=r} \vert f(z)\vert\leq 2\sup_{\vert z\vert=2r} {\rm Re}f(z)+3\vert f(0)\vert\, .$$ From this, it follows that $z^{-1} f(z)\to 0$ as $z\to\infty$. Then the usual proof of Liouville's theorem shows that $f$ is constant (recall that we are assuming that $f$ is entire).

Related Question