I am trying to prove the following statement.
Let $(z_n)\subset \mathbb{C} $ and $0\neq z\in\mathbb{C}$. Then $z_n\to z$ iff $\frac{z-z_n}{z+z_n}\to 0$.
I proved $\implies$ direction by distinguishing the cases $z>0$ and $z<0$.However, in the reverse direction I am stuck at
$$ |z-z_n|=\bigg| \frac{z-z_n}{z+z_n}\bigg| \cdot| z+z_n|\leq \bigg| \frac{z-z_n}{z+z_n}\bigg| \cdot \big( | z| +|z_n|\big) $$
If I can show that $z_n$ is bounded I will be done. Thanks for any help!
I'm honestly pretty skeptical about your claim in the $\implies$ direction, because inequalities like $z > 0$ don't usually make sense for complex numbers. Positive and negative numbers are really special to $\mathbb{R}$, not $\mathbb{C}$. You could break up the proof based on the argument of $z$, but it really shouldn't come up naturally in the proof at all.
That being said, here is an idea for your converse direction. Suppose that $z_n$ is a given sequence and that $z \in \mathbb{C}$ satisfies $(z - z_n) / (z + z_n) \to 0$. Certainly $z \ne 0$, or we get a contradiction.
Now we need to see why $z_n$ is bounded; suppose it wasn't. Then there is a subsequence $z_{n_k}$ whose moduli tend to infinity. In particular, we can have $|z_{n_k}| > 2|z|$ for all $k$.
Try to use this to find a contradiction. The idea to have is that $z_n$ is the important term in $(z - z_n) / (z + z_n)$, while $z$ is negligible; so the sequence behaves like $-1/1 = -1$ which doesn't tend to zero.