I am tried to prove this:
Let a entire function $f$ such that $\lim_{ z \to \infty} \frac{f(z)}{z^N} = 0. $ Show that $f$ is a polynomial of degree at most $N$.
I find this results
So, I start my proof asuming that if $f$ is entire, it is equal to a power series centered at 0 with radius of convergence $\infty$, and its Taylor series is
$$f(z) = \sum_{n=0}^{\infty} \frac{f^{(N)}(0)}{N!}z^N$$
and I have the Cauchy formula says:
$$\frac{f^{n}(z_0)}{n!} = \frac{1}{2\pi i}\int_{|z-z_0|=r} \frac{f(z)}{(z-z_0)^{n+1}}dz$$
so if I consider $z_0 = 0$ and $$\frac{f^{n}(z_0)}{n!} {2\pi i} = \int_{|z|=r} \frac{f(z)}{z^{n+1}}dz$$
I tried to following the results of that, but I don't shure if I am in right way.
Can you help me to do it, please?