I am stuck on the following question.
Given that $f$ is an entire function with $|f(z)|\le1+\sqrt{|z|}$ for all $z\in \mathbb{C}$, show that $f$ is constant.
Can anyone give me a hint to get me started?
OK, based on one of the hints below, I define: $$g(z)=\frac{f(z)-f(0)}{z}$$ Now, let me assume that this is entire by defining $g(0)=f'(0)$. Is that fair, and if so, why?
Continuing, $$\begin{align*} \left|g(z)\right| &=\left|\frac{f(z)-f(0)}{z}\right|\\ &\le \left|\frac{f(z)}{z}\right|+\left|\frac{f(0)}{z}\right|\\ &=\frac{|f(z)|}{|z|}+\frac{|f(0)|}{|z|}\\ &\le\frac{1+\sqrt{|z|}}{|z|}+\frac{|f(0)|}{|z|}\\ &=\frac{1}{|z|}+\frac{\sqrt{|z|}}{|z|}+\frac{|f(0)|}{|z|}\\ &=\frac{1}{|z|}+\frac{1}{\sqrt{|z|}}+\frac{|f(0)|}{|z|}\\ &\le 1+1+|f(0)|\\ &=2+|f(0)|, \end{align*} $$ provided $|z|\ge 1$.
Next, $g$ is entire on the disk $D=\{z:\,|z|\le 1\}$, which is compact, so it must assume a maximum value on this disk, say $|g(z)|\le M$ on $D$. Taking $M_s$ as the smaller of $2+|f(0)|$ and $M$, we have $|g(z)\le M_s$ for all $z\in C$.
Now, by Liouville's Theorem, $g$ is constant.
However, going back to the beginning of the argument, my only worry is whether $g$ is made entire by defining $g(0)=f'(0)$. I am not sure that is valid. Can someone comment on this and also comment on the above if there are errors?
Thanks.