3

Let $f$ be an entire function and suppose there is a constant $M$, and an integer $n \geq 1 $ such that $|f(z)| \leq M|z|^n $ for large $|z|$. Show that $f$ is a polynomial of degree $ \leq n$.

dustin
  • 8,241

1 Answers1

5

Hint Let $g(z)=f(z)-f(0)-\frac{f'(0)}{1!}z-..-\frac{f^{(n-1)}(0)}{(n-1)!}z^n$.

Prove that $\frac{g(z)}{z^n}$ has a removable discontinuity at $0$, and its continuation is entire and bounded.

N. S.
  • 132,525
  • How does the function g(z)/(z^n) become entire? – MAS Mar 07 '19 at 20:51
  • 1
    @BijanDatta Well, it is easy to prove that $g/z^n$ is differentiable at $z \neq 0$, and $g/z^n$ has a Taylor series at $z=0$, thus it is differentiable.. – N. S. Mar 07 '19 at 23:25