What am I not doing in showing: If a holo fcn $f: \mathbb C \to \mathbb C$ satisfies $|f(z)| \le A|z|+B$ then $f$ is linear without using power series

278 Views Asked by At

We want to solve this without using power series.


I know I should use Cauchy's estimates formula, but I can't seem to get a correct proof.

We want to show that $f'(z)$ is constant and the result will then follow from Liouville's theorem.


Choose $R>0$ and consider $\overline{B_R(0)}$. Then for $z \in \partial \overline{B_R(0)}$, we have $|f(z)|\le A|z|+B \le AR+B$.

So, $$|f'(0)| \le \frac{1}{R}(AR+B) = A+\frac{B}{R}.$$

As $R \to \infty$, then $|f'(0)| \le A$.

However, I need to show that $|f'(z)|$ is bounded and thus constant.

How can I continue?