I've been working old qualifying exam problems from my university. I've been struggling with the following:
Suppose $f$ is an entire function with the property that $f(2z)=\frac{f(z)+f(z+1)}{2}$ for all $z$. Prove that $f$ must be a constant function.
Here are my thoughts
Write $f(z)=\sum_{n=0}^{\infty}c_nz^n$. Then \begin{align*} 2\sum_{n=0}^{\infty}c_n2^nz^n&=\sum_{n=0}^{\infty}c_nz^n+\sum_{n=0}^{\infty}c_n(z+1)^n\\ &=\sum_{n=0}^{\infty}c_nz^n+\sum_{n=0}^{\infty}\sum_{k=0}^{n}c_n\binom{n}{k}z^k. \end{align*} By equating the coeffients of the power series, we have $$ c_n2^{n+1}=c_n+\sum_{k=0}^{\infty}c_k\binom{k}{n}, $$ or $$ c_n2^{n+1}=2c_n+\sum_{k=n+1}^{\infty}c_k\binom{k}{n}. $$ Thus $$ (2^{n+1}-2)c_n=\sum_{k=n+1}^{\infty}c_k\binom{k}{n}. $$ Furthermore, \begin{align*} (2^{n+1}-2)c_n-(2^{n+2}-2)c_{n+1}&=\sum_{k=n+1}^{\infty}c_k\binom{k}{n}-\sum_{k=n+2}^{\infty}c_k\binom{k}{n+1}\\ &=c_{n+1}(n+1)+\sum_{k=n+2}^{\infty}c_k\left(\binom{k}{n}-\binom{k}{n+1}\right) \end{align*}
However here I am stuck. I realize that these equations should contain everything needed to solve this problem, but I don't see how to use them. Are there any easier ways to approach this problem? Any help is greatly appreciated. Thank you.
Hint 1. Let $R$ be a large positive real number, and consider how $f$ behaves on the closed disc $D$ of radius $R$ centred at $0\in\mathbb{C}.$
Hint 2.
Hint 3.
Solution.