I am working through some practice problems and I have this one which is stumping me:
Take $f$ and entire function such that $f(z) = f(z+1)=f(z+\sqrt{2})$, then it is constant.
I was thinking, given the function is entire, then it has a Taylor series expansion about the origin, with an infinite radius of convergence:
$$f(z) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}z^n=\sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}(z+1)^n=\sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}(z+\sqrt{2})^n$$
Which we can also write:
$$\sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}z^n = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}\sum_{k=0}^{n}{n\choose k}z^k = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}\sum_{k=0}^{n}{n\choose k}z^k\sqrt{2}^{n-k}$$
But I am not quite sure this is the correct place to go. Any ideas as to how I can move forward on this problem?
Thank you!