Consider the function f = $\sin(x)$ defined as
$$ \sin(x) = \frac{e^{ix}- e^{-ix}}{2i} $$
How to prove that the only zeroes of this function lie on the line $i = 0$ in the complex plane and furthermore that those zeroes are of the form $\pi k$ for $k \in \Bbb{Z}$. To begin the first step I note that we really just interested in the zeroes of
$$ e^{ix}- e^{-ix} $$
Furthemore consider a zero x such that $i \ne 0 $ we can declare $x = a + bi$ and therefore
$$ e^{ai - b} - e^{b - ai} = 0 $$
From here it follows that $$ ai - b = b - ai$$
We note that that the only circumstance this can happen is if $b = ai$ and since b,a are real number it then MUST be the case that $b = 0$ resulting in a contradiction.
For the second phase I note that
$$ e^{ix} = e^{-ix} $$
Obviously we desire $e^{ix} = \pm 1 $. Given by definition that $e^{i\pi} = -1$ and that integer powers of $-1$ are also in the set $1,-1$ it then follows that each integer times pi is a zero.
But how do I know that integer multiples of $pi$ are the ONLY values for which $e^{ix} = \pm 1$ ?
We have $\sin(z) = \sin(x+iy) = \frac{e^{ix-y}-e^{-ix+y}}{2i}$
$\frac{e^{ix}e^{-y}-e^{-ix}e^{y}}{2i}$
So $|\sin(z)| = \left|\frac{e^{ix}e^{-y}-e^{-ix}e^{y}}{2i}\right|$
$=\frac{\left|e^{ix}e^{-y}-e^{-ix}e^{y}\right|}{2}$
$\geq \left|\frac{\left|e^{ix}e^{-y}\right|-\left|e^{-ix}e^{y}\right|}{2}\right|$ Because $|e^{ix}| = 1$, we can simplify,
$= \left|\frac{e^{-y}-e^{y}}{2}\right|$
so we've found out $|\sin(x+iy)| \geq \left|\frac{e^{-y}-e^{y}}{2}\right|$. But this can only equal 0 if $y=0$, aka $z = x+0y$ for $x \in \mathbb{R}$.