So easy inequality in complex numbers

54 Views Asked by At

Show that $$|z| \lt 1 \Rightarrow |z-i| \lt \sqrt 2$$ $x^2+y^2 \lt 1$ How can I show $x^2+(y-1)^2 \lt 2$ ? I’m sorry, i know it’s so easy but I couldnt obtain it in no way.

2

There are 2 best solutions below

2
On

This is incorrect. Consider $z=-\frac{1}{2}i$. Then $|z|=\frac{1}{2}<1$ but $|z-i|=\left|-\frac{1}{2}i-i\right|=\left|-\frac{3}{2}i\right|=\frac{3}{2}>\sqrt{2}$.

0
On

After the correction $\sqrt 2\to 2$: use the triangle inequality: $$|z - i|\le |z| + |i|< 1 + 1 = 2.$$