I have to prove that the recursive sequence $$a_{n+1}=2a_n(a_n+1)$$ converges for $-1 \le a_0 \lt 0$.
I began by trying to prove that the sequence is decreasing: $$ a_n - a_{n+1}>0, $$ $$ a_n-2a_n(a_n+1)>0, $$ $$ a_n-2a_n^2 - 2a_n>0. $$ I don't know how to prove that inequality since $a_0$ is defined on an interval. What should I do next?
$a_0=-1$ means $a_1=0$ and $a_n=0$ so assume that $-1<a_n<0$ by induction $0< a_n<1$ since, if $-1<a_n<0$ then by adding one $0< a_n+1 < 1$. $a_{n+1}=a_n(a_n+1)$ is the product of $0< a_n+1 < 1$ and $-1< a_n < 0$ so the product will be strictly between -1 and 0. For example $\frac{-1}{2}\times\frac{1}{2}=\frac{-1}{4}<0$ and $\frac{-1}{4}>-1$. Okay now showing it is actually increasing is possible $a_{n+1}=a_n(a_n+1)>a_n$ since $a_n<0$ and $0<a_n+1<1$. Bounded increasing sequences converge.