Suppose $z,w$ lie in the unit disk. want to show
$$ \Big| \frac{ w-z}{1- \overline{w}z} \Big| < 1 $$
try:
Can I assume that $1 - \overline{w}z \neq 0 $? IF so, then I expand the inequality as follows:
$$ |w - z | < |1 - \overline{w}{z}| \iff (w-z)(\overline{w}-\overline{z})< (1 - \overline{w}z)(1- w \overline{z}) \iff$$
$$ \iff |w| - z \overline{w} - \overline{z} w + |z| < 1 - w \overline{z} - \overline{w} z + |w||z| \iff |w| + |z| < 1 + |zw|$$
Hence, the problem reduces to show that $|w| + |z| < 1 + |zw| $. I am stuck here. Perhaps this is not a right approach?