Let z, w $\in\mathbb{C}$ such that z$\ne\overline{w}$. Prove that if zw isn't purely imaginary, then $\lvert \frac{(z+\overline{w})}{(z-\overline{w})}\rvert \ne 1$.
I've written out z=a+bi and w=c+di, then w=c-di and expanded all of it. I've just been getting lost on how to make sure it's not actually equal to 1. Any help would be appreciated.
From the thesis, we have: $$|z+\overline{w}|\neq|z-\overline{w}|$$ Now, let $z=a+ib \land w=c+id$, we obtain: $$\sqrt{(a+c)^2+(b-d)^2}\neq\sqrt{(a-c)^2+(b-d)^2} \leftrightarrow 2ac-2bd\neq-2ac+2bd \leftrightarrow ac\neq bd \leftrightarrow ac-bd\neq 0$$ From the hypotesis, we have: $$(a+ib)(c+id)\neq ik, k \in R \leftrightarrow (ac-bd)+i(bc+ad)\neq ik \leftrightarrow ac-bd \neq 0$$ The two condition are the same, so your thesis is correct.