Prove if $|z|,|w|<1 $, then $|\frac{z-w}{1-zw}|<1 $ and if $|w|=|z|=1 $, then $\frac{z-w}{1-zw}\in{\Re}$

2.3k Views Asked by At

Prove:

If $|z|,|w|<1$, then $\left|\frac{z-w}{1-z\bar{w}}\right|<1$.

Not quite sure how to approach this.. I've tried squaring it and to do something from there:

$$\left|\frac{z-w}{1-z\bar{w}}\right|^2<1^2$$ or $$\frac{z-w}{1-z\bar{w}}*\overline{\frac{z-w}{1-z\bar{w}}}<1$$

I started to multiply all the $z$ and $w$ but then it appears that I reached a dead end.

Also the second part is, Prove:

If $|w|=|z|=1$, then $\frac{z-w}{1-zw}\in{\Re}$.

Don't have a clue on this one..

2

There are 2 best solutions below

0
On BEST ANSWER

Let $|w|=|z|=1$

$\frac{z-w}{1-wz}=\frac{\bar{z}-\bar{w}}{1-\bar{z}\bar{w}}$

But:

$(1-\bar{w}\bar{z})(z-w)=z-\bar{w}-w+\bar{z}=(\bar{z}-\bar{w})(1-zw)$

From this calculation we have that the above fractional complex number is equal to its conjugate,thus it is a real number.

2
On

For the second part:

You only need to show that for $r = \frac{z-w}{1-z w}$ holds $\bar r = r$.

We have $$|z| = |w|= 1 \Rightarrow \frac{1}{z} = \bar z \mbox{ and } \frac{1}{w} = \bar w$$

Now,

$$\bar r = \frac{\bar z - \bar w}{1-\bar z \bar w} = \frac{\frac{1}{z} - \frac{1}{w}}{1-\frac{1}{zw}} = \frac{w - z}{wz-1} = r$$ So, second part is also done.