Possible Duplicate:
How to show that the modulus of $\frac{z-w}{1-\bar{z}w}$ is always $1$?
I wish to prove:
$$|\frac{z_{1}-z_{2}}{1-\overline{z_{1}}z_{2}}|=1$$ when $$|z_1|=1$$.
This is what I have tried:
$$|\frac{z_{1}-z_{2}}{1-\overline{z_{1}}z_{2}}|=1\iff|z_{1}-z_{2}|=|1-\overline{z_{1}}z_{2}|$$ Denote $z_{1}=a+bi,z_{2}=c+di$. $$ |z_{1}-z_{2}|=|1-\overline{z_{1}}z_{2}| $$
$$ \iff(a-c)^{2}+(b-d)^{2}=(1-ac-bd)^{2}+(ac+bd)^{2}$$
$$\iff a^{2}-2ac+c^{2}+b^{2}-2bd+d^{2}=1-2ac+a^{2}c^{2}-2bd+2abcd+b^{2}d^{2}+a^{2}c^{2}+b^{2}d^{2}+2abcd$$
$$\iff c^{2}+d^{2}=2a^{2}c^{2}+4abcd+2b^{2}d^{2}$$
This is where I am stuck, the last line doesn't even seem correct, though I checked my calculations multiple times. Can someone please provide a hint/help on how to continue or how to solve this problem ? I would appriciate it very much!