4

Let $f$ be a entire function. Assume that there exist a real number $a$ such that $f^{(r)}(a)=0$ for all integer $r≥0$. My question is show that the function $f$ is identically zero.

DER
  • 3,011
  • How much do you know about holomorphic functions? For example what do you know about power series expansions (Taylor series)? – mrf Apr 11 '14 at 08:37
  • @mrf: I know about them. – DER Apr 11 '14 at 08:41

1 Answers1

5

An entire function is a function that is holomorphic on the whole complex plane. Such a function can be expressed globally as its Taylor series, developed by ANY point of the complex plane. So you can take $a$. Hence you have that $f(z)=\sum_{n=0}^{+\infty}\frac{f^{(n)}(a)}{n!}(z-a)^n\;\;\forall z\in\mathbb C$. But $f^{(n)}(a)=0\;\;\forall n\geq0$ by hypotesis. Hence $f\equiv0$, as wanted.

Joe
  • 11,745