Im new to analysis and in a lecture my professor told us that we can by induction show that if $|c|>2$ then a sequence of $z_n$'s is not bounded, where for every $c\in \mathbb{C}$ $P_c(z)=z^2+c$ is a function and a sequence of complex numbers is defined recursive as $z_1=0$, $z_2=P(z_1)=c$, $z_{n+1}=P(z_n)$.
The hint to show this is: Assume $|c|=2 + \delta$ with $\delta >0$. Use induction to show that $|z_n|\geq 2+(n-1)\delta$ for $n \geq 2$.
Can someone help me with some more hints? Maybe with what is my basis, induction hypothesis and induction step to show this?