Prove that $$|\frac{a-b}{1-\bar ab}|=1$$ if $|a|=1$ or $|b|=1$
I assumed $|a|=1$. Then tried to show that our statement holds.
I wrote $a=a_1+ia_2$ and $b=b_1+ib_2$ and $\bar a=a_1-ia_2$
Also $$|a|=|\bar a|=a_1^2+a_2^2=1$$
However, after multiplying it all out it doesn't get me anywhere.
I figured maybe I have to use triangle inequality, in particular I know that:
$|a+b|\leq |a|+|b|$ and $|a+b| \geq |a|-|b|$
Should I take $-b$ instead of $b$? Then the inequality becomes:
$|a-b| \leq |a|+|-b|$ and $|a-b| \geq |a|-|-b|$ which looks more similar to what I need.