I'm learning about complex analysis and need some help with this problem :
Given $f(z)$ entire function and $\left| f(z) \right| \le 1 + \left| z \right|^3$ for all $z \in \mathbb{C}$ show that $f$ is a polynomial. What is the degree of the polynomial?
Here's my attempt so far :
By Cauchy's Integral Formula for Derivatives we have: $$f^{(n)}(z) = \frac{n!}{2 \pi i} \int_{C} \frac{f(\zeta)}{(\zeta - z)^{n+1}} \, d\zeta $$
Let $C_R = \{z \in \mathbb{C} : \left| z \right| = R \}$.
For $\left| z \right| < R$ we have: $$\left| f^{(n)}(z) \right| = \frac{n!}{2 \pi} \left| \int_{\left| \zeta \right| = R} \frac{f(\zeta)}{(\zeta - z)^{n+1}} \, d\zeta \right| = \frac{n!}{2 \pi} \left| \int_{0}^{2 \pi}\frac{\left|f(\zeta_t) \right|}{\left|\zeta_t - z\right|^{n+1}} \, \left| \zeta'_t \right| d\zeta \right| \le$$
$$\le \frac{n!}{2 \pi} \int_{0}^{2 \pi}\frac{1 + \left| \zeta(t) \right|^3}{(\left|\zeta(t) \right| - \left| z \right|)^{n+1}} \, \left| \zeta'(t) \right| dt = \frac{n!}{2\pi} \frac{1+R^3}{(R - \left| z \right|)^{n+1}} 2\pi R =$$
$$= n! \frac{1+R^3}{(R - \left| z \right|)^{n+1}} R$$
We want $\left| f^{(n)}(z) \right| \rightarrow 0$ when $R \rightarrow \infty$.
This is where I'm stuck. Is my work correct so far and how do I continue from here to find the degree of the polynomial?
The limit tends to zero if $n > 3$. Thus, $|f^{n}(z)| = 0$ for all $n > 3$ and $z \in \mathbb{C}$ which implies that $f$ is a polynomial of degree at most three.