Let $s$ be $0\:\le \:s\le \:\frac{1}{4}$ and consider this sequence:
$a_1\:=\:s$
$a_{n+1}\:=\:s\:+\:a_n^2$
I want to prove that is monotonic sequence, so I thought about induction or assume in negative and get a contradiction but I always get stuck. can someone guide me for the method how to prove this? tnx!
Induction:
$$a_2:=s+a_1^2\ge a_1\iff a_1^2-a_1+s\ge 0\stackrel{a_1=s\ge 0}\iff \Delta:=1-4s\le 0\;$$
and the last inequality is true since $\;s\le\frac14\;$ .
Now
$$a_{n+1}:=s+a_n^2\ge a_n\iff a_n^2-a_n+s\ge 0\;\stackrel{\text{ind. Hyp.}\implies a_n\ge 0}\iff\;\Delta:=1-4s\ge 0$$
and we're done.