Suppose that if $f(z)$ is an entire function such that $\dfrac{f(z)}{z^n}$ is bounded for $|z|\ge R$ then $f(z)$ must be a polynomial of degree at most $n$
This same question has already been asked and solved on this website but the solution relies on power series and this question is asked in my text before power series has been introduced.
My book gives the hint that I should use Cauchy's estimates for $f^{(m+1)}(z)$ on a disk $|z-z_0|<R$ and then let $R \to \infty$ to obtain that $f^{(m+1)}(z_0)=0$
I proved the hint as follows. $f$ is analytic on $|z|<R$ and also $|f(z)|<k|z|^n$ when $|z|\ge R$ so by Cauchy's estimate on $|z|<R$, $f^{(m)}(0)\le \dfrac{m!}{R^m}k|z|^n=m!kR^{n-m}\to0$ when $m>n$ and so $f^{(m)}(0)=0 \; \forall \;m>n$.
Now let $z_0\in \mathbb C$ and choose $R'$ big enough such that $B_R(0) \subset B_{R'}(z_0)$, hence $|z|>R$ when $z \in \partial B_{R'}(z_0).$ $f$ being entire is then analytic on $B_{R'}(z_0)$ and so again by Cauchy's estimates we see that $f^{(m)}(z_0)\le \dfrac{m!}{(R')^m}k|\hat z|^n$ for $\hat z\in \partial B_{R'}(z_0)$ such that $|\hat z| \ge |z|$ for any $z \in \partial B_{R'}(z_0)$. Note that $|\hat z|=|z_0|+R'$ since for any $z \in \partial B_{R'}(z_0)$ we have $|z|\le |z-z_0|+|z_0|= R' +|z_0|$. So $|\hat z| \le R' + |z_0|$ but we see that $z_0 + R'\dfrac{z_0}{|z_0|}$ is on $\partial B_{R'}(z_0)$ and $|z_0 + R'\dfrac{z_0}{|z_0|}|=|z_0|+R'$ and this means that $|\hat z| = R' +|z_0|$. Using this we now see that $f^{(m)}(z_0)\le \dfrac{m!}{(R')^m}k(|z_0|+R')^n$ and if we let $m>n$ then we see that $f^{(m)}(z_0) \to 0$ and $R' \to \infty$.
Now we can say that $f^{(m)}(z)=0$ whenever $m>n$.
Now I do not know how to continue? Why does this mean that $f$ must be a polynomial? I see how it is true if we can use power series but thats not available to me now. Can I use induction as follows?
I want to show that if $f$ is entire and $f^{(m)}(z)=0$ for $m>n$ means that $f$ is a polynomial with degree at most $n$.
For the base case suppose $f^{m}(z)=0$ whenever $m>0$. Hence $f'(z)=0$ which means $f$ is a constant function, or in other words a polynomial with degree $0$. So the base case is true.
Now suppose that $f^{m}(z)=0$ whenever $m>k$ means that $f$ is a polynomial if at most degree $k$. Suppose that $f^{m}(z)=0$ whenever $m>k+1$. Let $g(z)=f'(z)$ which is also entire since $f$ is entire. Then we see that $g^{m}(z)=0$ whenever $m>k$ which implys that $g$ is a polynomial of degree at most $k$ and therfore $f'(z)$ is a polynomial of degree at most $k$ which means that $f(z)$ is a polynomial of degree at most $k+1$ which proves the result.
Is this all correct?