Show that the sequence $\left(x_n\right)$ satisfies the cauchy criterion $x_1=1$ and $x_{n+1}=\frac{1}{2+x_n^2}\:\forall \:n\ge 1$
As per the hint for this problem, they just follow the regular route of $\left|x_{n+1}-x_n\right|$ after proving by mathematical induction that all terms in this sequence are greater than 0 and finally get to this point $\left|x_{n+1}-x_n\right|=\frac{\left|x_n^2-x_{n-1}^2\right|}{\left(2+x_n^2\right)\left(2+x_{n-1}^2\right)}\le \frac{\left|x_n-x_{n-1}\right|\left|x_n+x_{n-1}\right|}{4}$ After this the solution uses this inequality further $\left|x_n+x_{n-1}\right|\le 2$. Apparently, there is something known as the contractive condition for cauchy sequence. It would help if anyone could see how this inequality $\left|x_n+x_{n-1}\right|\le 2$ and further how the contractive condition is equivalent to the formal definition of cauchy.
It is clear that $x_n \geq 0$ and $x_{n+1}\leq \frac 1{2+0}=\frac 1 2$. So $|x_n+x_{n-1}|\leq |x_n|+|x_{n-1}|\leq \frac 1 2+\frac 1 2=1$.
This gives $|x_{n+1}-x_n|\leq \frac{|x_n-x_{n-1}||x_n+x_{n-1}|} 4\leq \frac{|x_n-x_{n-1}|} 4$. Iteration of this gives $|x_{n+1}-x_n|\leq |x_2-x_1| 4^{-(n-1)}$. Now $|x_m-x_n|\leq |x_m-x_{m-1}|+ |x_{m-1}-x_{m-2}|+\cdots +|x_{n+1}-x_n|$ for $m>n$. Can you take it from here?