First of all: I'm very new to both the Mandelbrot Set, math and analysis in general - please be gentle. :-)
I was given the Mandelbrot set as follows: For any $c\in \mathbb{C}$ the function $P_c(z)=z^2+c$ is defined.
- Show by induction that if $|c|>2$, then the set is not bounded. Hint: Assume that $|c|=2+\delta$ where $\delta >0$. Use induction to show that $\left|z_{n}\right| \geq 2+(n-1) \delta$ for $n\geq 2$.
- Conclude that the set $M=\{c\in \mathbb{C}:$ the sequence of $z_n$ is bounded$\}$ is a subset of $\{z \in \mathbb{C}:|z| \leq 2\}$.
I've only just learned the induction method, but is unable to see how i would use it to solve 1., but any hints or points in the right direction would be appreciated! :)
Note: I've found this stackexchange post Show that Mandelbrot set is contained within the closed disc of r=2, where a similar proof is conducted only using $|z_n|\geq 2+(2^n-1)\varepsilon$ instead, but I'm unsure if i can use some of the same math here.