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.
For $\left|z\right|\le1$ and $-1\le x\le1$, we have $$ \begin{align} 1-\left|\frac{(1+z)x}{1+zx^2}\right|^2 &=1-\frac{(1+z)x}{1+zx^2}\frac{(1+\bar z)x}{1+\bar zx^2}\\ &=\frac{\left(1-x^2\right)\left(1-\left|z\right|^2x^2\right)}{1+2\mathrm{Re}(z)x^2+\left|z\right|^2x^4}\\ &\ge\frac{\left(1-x^2\right)\left(1-\left|z\right|^2x^2\right)}{\left(1+\left|z\right|x^2\right)^2}\\[6pt] &\ge0\tag{1} \end{align} $$ Assume, wlog, that $\left|z_1\right|\le\left|z_2\right|$. Then, setting $z=-\frac{z_1}{z_2}$ and $x=\left|z_2\right|$ in $(1)$, we get $$ \begin{align} \left|\frac{z_1-z_2}{1-z_1\bar{z}_2}\right| &=\left|\frac{\left(1-\frac{z_1}{z_2}\right)\left|z_2\right|}{1-\frac{z_1}{z_2}\left|z_2\right|^2}\right|\\[6pt] &\le1\tag{2} \end{align} $$