Question: Prove that $\left|\dfrac{z_1-z_2}{1-z_1\bar{z_2}}\right|\lt 1$ if $|z_1|\lt1$, $ |z_2|\lt 1$
My solution:
I had no idea how to go about this one so instead I started simplifying the inequality and my solution is as follows:-
$$\begin{equation} \left|\dfrac{z_1-z_2}{1-z_1\bar{z_2}}\right|\lt 1 \\ \implies \left|\dfrac{z_1-z_2}{1-z_1\bar{z_2}}\right|^2\lt 1 \\ \implies \left( \dfrac{z_1-z_2}{1-z_1\bar{z_2}}\right)\overline{\left({\dfrac{z_1-z_2}{1-z_1\bar{z_2}}}\right)} \lt 1 \\ \implies |z_1|^2+|z_2|^2 \lt 1 +|z_1|^2|z_2|^2 \\ \implies (|z_1|^2-1)(1-|z_2|^2) \lt 0 \end{equation}$$
Now as $|z_1| \lt 1$, so $(|z_1|^2-1) \lt 0$ and similarly $(1-|z_2|^2) \gt 0$, hence we can safely conclude that the above inequality holds.
Whats my question about:-
Now the book that I am solving from also gave the same solution it just further factored $(|z_1|^2-1)(1-|z_2|^2)$. This doesn't seem a good enough proof for me. If anyone can suggest a proof which doesn't simply verify the statement to be proved.
P.S.:- This question has also been asked here, but I don't think I have the same query as the OP of that post.