0

If $z,s\in \mathbb{C}$ ( with norm less than $1$) then show that $\left|\frac{1-s/z}{1/z-\overline{s}}\right|<1$. I'm hoping for an algebraic proof but possibly also a proof by geometric means if possible ( even with a picture if possible).

Squirtle
  • 6,698

1 Answers1

1

Your inequality is equivalent to $|1 - s/z| < |1/z - \bar{s}| \iff |z - s|^2 < |1 - \bar{s} z|^2$. Expanding yields $$ z \bar{z} + s \bar{s} - z \bar{s} - \bar{z} s < 1 - z \bar{z} s \bar{s} - z \bar{s} - s \bar{z}$$ So we need to show $|z|^2 + |s|^2 < 1 + |s|^2|z|^2$. But this is equivalent to $0 < (1 - |z|^2) ( 1 - |s|^2)$ which is clearly true since $|z|, |s| < 1$.

Martin R
  • 113,040