I'm trying to prove that the Mandelbrot set intersects the X-axis on the interval [-2,.25]. I understand and have proven that the Mandelbrot set lies in a radius of 2. Mostly, I'm wondering how to prove that .25 is the greatest possible point on the X-axis. I've attempted to develop a proof using this argument:
$ z_{n+1}=z_n^2+c $
$\\ 0=z_n^2+c-z_{n+1}$
Upon finding the discriminant, $ \sqrt{1-4c} $, it's clear that the only values for which the equation yields real answers are those with $ c \geq 1/4$. But, given the recursive definition, I'm not sure manipulating the quadratic equation is valid.
Thanks!
It is straightforward for real values of $z_n$: $$ z_{n+1} - z_n = z_n^2 - z_n + c = \left(z_n - \frac12\right)^2 +c -\frac14 \ge c-\frac14, $$ so if $c-\frac14 > 0$ you get by induction that $z_n \ge z_0 + n\left(c-\frac14\right) \to \infty$ for $n \to \infty$.