I have to show that if numbers:
- $z_1$ and $z_2 \in \mathbb{C} $
- $ |z_1| = |z_2| = 1 $
- $z_1*z_2 \neq -1$
then: $$\frac{z_1+z_2}{1+z_1z_2} \in \mathbb{R}$$
So I thought I can transform that expression like that: \begin{align*} \frac{z_1+z_2}{1+z_1z_2} &= \frac{(z_1+z_2)(1-z_1z_2)}{(1+z_1z_2)(1-z_1z_2)} = \frac{z_1-z_1*z_1z_2+z_2-z_2*z_1z_2}{|1+z_1z_2|^2} \\ &= \frac{z_1-|z_1|^2*z_2+z_2-|z_2|^2*z_1}{|1+z_1z_2|^2} \\ &= \frac{z_1-z_2+z_2-z_1}{|1+z_1z_2|^2} = \frac{0}{|1+z_1z_2|^2} \\ &= 0 \end{align*}
Is that correct? Could you tell me exactly why $(1+z_1z_2)(1-z_1z_2) = |1+z_1z_2|^2$ ?
I know that $z * \bar z = |z|^2$. But that equality gets me confused (if it is even right).