Given two non-zero complex numbers $z$ and $w$ such that $zw$ doesn't equal $-1$. Prove if $\overline{z}=z^{-1}$ and $\overline{w}=w^{-1}$, then $\frac{(z+w)}{(1+zw)}$ is real.
Having trouble simplifying the expression.
I know the denominator would always be real since I'll multiple by conjugate, I don't know about numerator.
$$F=\frac{z+w}{1+zw} \implies F=\frac{\frac{1}{w}+\frac{1}{z}}{\frac{1}{z}\frac{1}{w}+1}=\frac{\bar w+ \bar z}{\bar z \bar w+1}= \bar F$$ So $F$ is real.