I want to show that the sequence $z_n$ is unbounded if $|c|>2$, but I can't find a nice way to do that. $(z_0 = 0, z_{n+1} = z_n^2 + c)$.
The only usable tool seems to be the reverse triangle inequality. By using that I've found that $|z_2|>|c|\epsilon$, where $\epsilon>1$ and that $|z_3|>|c|(|c|\epsilon^2-1)$. How to continue the argument is unclear.