I am working through old qualifier questions in analysis over break, and I was hoping someone would be willing to help me verify (and correct) my proof for the following statement. I feel fairly confident in the forward side, but less so in the converse. In particular, am I on the right track in reaching for uniform convergence to move the limit inside the series? If not, what tools should I be reaching for instead? Thank you in advance for any help!
Theorem: Let $f$ be an entire function. Prove carefully that $f$ is a polynomial of degree $n$ if and only if there exists $\alpha \in \mathbb{C}$ such that $\lim_{z \to 0} z^{n} f(1/z) = \alpha$.
Proof: Suppose first $f$ is a polynomial of degree $n$. Then: $$f(z) = \sum_{k=0}^{n} a_{k}z^{k}$$
And:
$$z^{n}f(1/z) = \sum_{k=0}^{n} a_{k} z^{n-k}$$
And $z^{n}f(1/z) \to a_{n}$ as $z \to 0$. So $a_{n}$ is our choice of $\alpha$.
Conversely, let $\alpha \in \mathbb{C}$ and suppose $\lim_{z \to 0} z^{n}f(1/z) = \alpha$. As $f$ is entire, we have that $f$ is equal to its power series representation for all $z \in \mathbb{C}$: $$f(z) = \sum_{k=0}^{\infty} \dfrac{f^{(k)}(0)}{k!} z^{k}$$
As $f$ is entire and the Cauchy root test, this power series converges uniformly on $\mathbb{C}$. Now consider: $$z^{n}f(1/z) = \sum_{k=0}^{\infty} \dfrac{f^{(k)}(0)}{k!} z^{n-k}$$
I show that the power series representation of $z^{n}f(1/z)$ converges uniformly using the Weierstrass $M$-test. Let $r > 0$. We have that for any $z \in B_{r}(0)$ that: $$\left|\dfrac{f^{(k)}(0)}{k!} z^{n-k} \right| \leq \left|\dfrac{f^{(k)}(0)}{k!} \right| r^{k}$$
Let $M_{k} := \left|\dfrac{f^{(k)}(0)}{k!} \right| r^{k}$. By the Ratio Test, we see that $\sum M_{k}$ converges absolutely. So by the Weierstrass $M$-test, the power series representation of $z^{n}f(1/z)$ converges uniformly in $B_{r}(0)$. As $r$ was arbitrary, the power series representation of $z^{n}f(1/z)$ converges uniformly everywhere. Thus, we can move the limit inside the series:
$$\alpha = \lim_{z \to 0} z^{n} f(1/z) = \lim_{z \to 0} \sum_{k=0}^{\infty} \dfrac{f^{(k)}(0)}{k!} z^{n-k} = \sum_{k=0}^{\infty} \left(\lim_{z \to 0} \dfrac{f^{(k)}(0)}{k!} z^{n-k} \right) $$
It follows that $\lim_{z \to 0} \dfrac{f^{(k)}(0)}{k!} z^{n-k} = 0$ whenever $|n-k| < 0$, which implies that $f^{(k)}(0) = 0$ whenever $n-k < 0$. Now when $k = n$, $\lim_{z \to 0} \dfrac{f^{(n)}(0)}{k!} z^{0} = \alpha$. So $f$ is a polynomial of degree $n$ (provided $\alpha \neq 0$). QED.