Mandelbrot set, inequality proof

161 Views Asked by At

If I have the relation $z_{n+1} = z_{n}^2 + c$. How can I show that $|z_{n+1}| > k |z_n|$ for some $k>1$, if $|z_n| > |c| > 2$? I have no idea how to proof this, any help will be good.

1

There are 1 best solutions below

2
On

You have $|z_{n+1}| \ge |z_n|^2-|c|\gt |z_n|(|c|-1)$