Let $f(z)$ be a holomorphic function defined on $D=\{ z\in\mathbb{C} | \left| z \right| > 1\}$. For all $z\in D$, we have $\left| f(z) \right| \le \sqrt{\left| z \right|}$. Show that $\lim_{z\to\infty} f(z)$ exists.
How should I show this? I was thinking could I show that $f(z)$ is actually constant, but that doesn't seem to be the case. I think I can find $f(z)$ that is not constant but has limit at infinity. What is the right "picture" to think about here? Hint is greatly appreciated.
Update: So I considered $g(z) = f(\frac{1}{z})$. Take $C_R$ be circle of radius $R$. Then I got something like
$$\int_{C_R} \left| g(z) \right| dz=\int_{C_R} \left| f(\frac{1}{z})\right| dz\le \int_{C_R} \frac{1}{\sqrt{R}} dz = 2\pi \sqrt{R}$$
Then by Residue Theorem,
$$2\pi i \text{Res}_{z= 0} g(z) = 2\pi \sqrt{R}$$
Since this is true for all $R$, $\text{Res}_{z=0} f(z) = 0$
Update 2: I actually considered $\lim_{z\to 0} zg(z)$. Since $$ \left| z f\left(\frac{1}{z}\right)\right|<\left| \frac{z}{\sqrt{\left| z\right|}}\right| \to 0 \text{ as } z \to 0$$
$g(z)$ should have a removable singularity at $z=0$. So $f(z)$ should have a removable singularity at infinity?