I am stuck on the following problem:
Suppose an entire function maps two horizontal lines onto two other horizontal lines. Prove that its derivative is periodic.
The author supplies a hint: Assume $f = u+iv$ maps the lines $y=y_1$ and $y=y_2$ onto $v=v_1$ and $v=v_2$ with $y_2-y_1 = c$ and $v_2-v_1 = d$. Show then that $f(z+2ci)+f(z)+2di$ for all $z$.
I am trying to apply the Schwarz reflection principle to solve this problem.
What I've done so far:
If we let $\gamma$ be the analytic arc given by the first line, $x+iy_1$. Then, the reflection of $x+iy_2$ over $\gamma$ is $x+i(y_1-c)$, or
$$w = \gamma(x+ic) = x+i(y_1+c) = x+iy_2 \\ w^* = \gamma(x-ic) = x+i(y_1-c).$$
Now, what we want is that $f(z+2ci) = f(z)+2di$. Take $z = w^*$, so $z+2ci = w$.
Then, we have $f(z+2ci) = f(w) = f(w^*) + 2di$.
Then, we need to compute $f(w^*)$ and show that it is equal to the reflection of the image of $w$ under $f$ over $\lambda := f(\gamma) = u+iv_1$.
But I'm stuck on where to go from here.
Is this even the right approach? I'm taking it for a specific $z$... clearly this can't work for all $z$...