Could someone advise me on how to approach this problem: Suppose an entire function $f$ is real if and only if $z$ is real. Prove that $f$ has at most $1$ zero. without the use of argument principle ?
Here is my attempt: Suppose $f(z)$ has two zeroes at $z=a.$ Let $f(z) = \sum^{\infty}_{n=0}a_n(z-a)^n, \forall z. \ $
Then $f(z)=(z-a)^2 \left(\dfrac{a_{0}}{(z-a)^2} +\dfrac{a_1}{z-a}+a_2+a_3(z-a)+...\right)$
$\implies a_0=a_1=0.$
$\implies f(z)= (z-a)^2\left(a_2+a_3(z-a)+a_4(z-a)^2+...\right)$
$\implies .... ?$
Thank you.