[Math] Injectivity of sine on complex domain

complex-analysis

So the problem is :
let $R$ be region $[{z\in \mathbb{C} : -\cfrac{\pi}{2}<Re(z)<\cfrac{\pi}{2}}]$. Show that sine function is injective in R.

I could think about two starting points:

i) we have $\sin(z) = \cfrac{e^{iz}-e^{-iz}}{2i}$. So if, say for $z_1,z_2 \in R$, $\sin(z_1)=\sin(z_2)$, then we have

$e^{iz_1}-e^{-iz_1}=e^{iz_2}-e^{-iz_2}$

but I have no idea how to continue from this. Since region $R$ mentions real part of the complex number, I will need to refer to it at some point but I dont seem to find how. I tried to put $z_1$ and $z_2$ into the form $x+iy$ but it only seemed to complicate things.

ii) So after above attempt, maybe I thought it was better to consider imaginary part and real part separately:

$\sin(x+iy)=\sin(x) \cosh(y)+i\cos(x) \sinh(y)$

so I proceeded in exactly same way, but in the end I had to relate two equations arising from equating real/imaginary parts somehow, but that actually made attept too complicated.

I have a feeling that it shouldn't be this hard… any hints are appreciated!

Best Answer

$$e^{iz_1}-e^{-iz_1}=e^{iz_2}-e^{-iz_2}$$

Denote by $u_l = e^{iz_l}$. Then $u_1 - \frac{1}{u_1} = u_2 - \frac{1}{u_2} = s$ and therefore $u_1$, $-\frac{1}{u_1}$ and $u_2$, $-\frac{1}{u_2}$ are roots of the equation $$\lambda ^2 - s \lambda -1=0$$ and therefore $$\{ u_1, -\frac{1}{u_1}\} = \{ u_2, -\frac{1}{u_2}\} $$

Therefore, $u_1 = u_2$ or $u_1 \cdot u_2 = -1$ which for $z_1$, $z_2$ means

$$z_1 - z_2 = 2 k \pi $$ or $$z_1 + z_2 = (2 k+1) \pi$$

which, given the restrictions on $\mathcal{Re}(z)$ implies $z_1 = z_2$.

Related Question