How do I solve this equation $$\left| \frac{2+z}{2-z} \right| < 1$$ for complex $z \in \Bbb C$?
I know the answer is $\text{Re}(z) \lt 0$ but I can not understand how to get there. I tried making the denominator real but how do I proceed from here?
$$\left| \frac{2+z}{2-z} \right| = \left| \frac{(2+z)^2}{(2-z)(2+z)} \right| = \left| \frac{4+4z+z^2}{4 - z^2} \right|$$
Rewrite like this $$|z-(-2)|<|z-2|$$ so $z$ is closer to $-2$ than to $2$. The set of points $z$ such that $z$ is equally apart from $2$ and $-2$ is $ \operatorname{Re}(z)=0$ so in this case we have $ \operatorname{Re}(z)<0$.