Suppose $f$ is an analytic function defined everywhere in $\mathbb{C}$ and such that for each $z_0 \in \mathbb{C}$ at least one coefficient in the expansion
$$f(z) = \sum_{n = 0}^{\infty}c_n(z-z_0)^n$$
is equal to $0$. Prove that $f$ is a polynomial.
The problem hints to use the fact that $c_nn! = f^{(n)}(z_0)$ and use a countability argument.
My attempt at a solution
The only thing I can think of in this case is that the coefficients $c_n$ of the above Taylor expansion are defined as:
$$c_n = \frac{f^{(n)}(z_0)}{n!}$$
The only way one of these $c_n$ could be zero is if the derivative of order $n$ vanishes everywhere. Thus, this would mean that $f$ is a polynomial of order $k < n$.
Does this suffice as a proof? How would I use a countability argument to prove this instead? Thanks.