Let $(a_n)_{n\in \mathbb{N}}$ be a sequence of strictly positive terms with $\lim_n a_n=0$ such that, for a certain $ c>0$ and for all $n \geq 1$, $|a_{n+1}-a_{n}|\leq c a_n^2$ . Prove that exists a $d>0$ such that $n a_n\geq d $ for all $n\geq 1$.
I have no immediate idea on how to approach this problem. Any thoughts?
Thanks in advance.
Using $a_n\to 0$, find $N$ such that $a_n<\frac1{2c}$ for all $n\ge N$. Pick $d>0$ such that $d<\frac1{2c}$ and $d\le na_n$ for $1\le n\le N$. Then $na_n\ge d$ for all $n\in \Bbb N$.
This follows by induction on $n$ which we can start at $n=N$. Indeed, suppose $na_n\ge d$ and $n\ge N$. The function $f(x)=x-cx^2$ is strictly increasing on $[0,a_n]$ because there $f'(x)=1-2cx \ge 1-2ca_n>0$. Therefore $$ a_{n+1}\ge a_n-ca_n^2=f(a_n)\ge f(d/n)=\frac dn\cdot\left(1-\frac{cd}{n}\right).$$ Now from $$ \frac{n+1}{n}\cdot\left(1-\frac{cd}{n}\right)>\frac{n+1}{n}\cdot\left(1-\frac{1}{2n}\right)=\frac{(n+1)(2n-1)}{2n^2}=\frac{2n^2+n-1}{2n^2}\ge1,$$ we obtain $$ (n+1)a_{n+1}\ge \frac{n+1}{n}\cdot\left(1-\frac{cd}{n}\right)\cdot d>d,$$ as desired.