I was reading about this problem yesterday:
I was wondering, if instead of
Let $f:\mathbb{C}\rightarrow\mathbb{C}$ be a holomorphic function. Suppose that for each $a\in \mathbb{C}$ at least one coefficient of the Taylor's series $f$ about $a$ is zero. Show that $f$ is a polynomial.
we ask
Let $f:\mathbb{C}\rightarrow\mathbb{C}$ be a holomorphic function. Suppose that for each $a\in \mathbb{C}$ at least one coefficient of the Taylor's series $f$ about $a$ is real. Then, is $f$ still a polynomial?
It seems that I have fall into a logic mistake in approaching it:
For $f(z)=\sum_{n=0}^\infty c_n(z-a)^n$. Still, the coefficient for the series at $n$ is $c_n=\frac{f^{(n)}(a)}{n!}=r$, for $n$ is the index and $r$ is the real coefficient. Does this means the coefficient $c_{n+1}$ should be $c_{n+1}$ because $f^{(n)}(a)=n! r$ seems like a constant? And then everything back to the "zero" statement.
Am I right or wrong? If wrong, is there any other approaches to the new question?