For $c>0$, consider the quadratic equation ${x^2-x-c=0, x>0}$. Define the sequence $\{x_n\}$ recursively by fixing $x_1>0$ and then, if n is an index for which $x_n$ has been defined, defining ${x_{n+1}=\sqrt{(c+x_n)}}$. Prove that the sequence $\{x_n\}$ converges monotonically to the solution of the above equation.
So, I know that a sequence must be bounded and monotone in order for for it to converge monotonically. I also have the solution to the quadratic equation, $x'=\frac{1+\sqrt{1+4c}}{2}$. My professor says that there will be two cases, which I understand as we have to consider it increasing or decreasing. But, the other hint he gives which is to use algebra to establish that $x_1\leq x_2 = \sqrt{c+x_1}$ is confusing to me. He also says to state case 1 as $x_1 \leq x'$, and I am just very confused about everything.
Wouldn't I be able to just prove it is monotonically increasing as $x,c\geq 0$ and then somehow show it is bounded? (Not that I would know how to do that either)
Thanks for any help