Given these condition, I am seeking a proof:
Define a sequence of real numbers by $x_1 = 3$ and then, for $n \geq 2$,
$x_n = \sqrt{2 \; x_{n-1} + 1 }$
Prove that for all positive integers $n$, $x_n \geq x_{n+1}$.
I began a proof by induction, but ran out of steam. I tested the base case for $n=2$ , but I could not seem to get anywhere after that. I feel like there is not enough information (ie recursion, sequence, etc) to prove by induction. Is an induction proof an efficient way to proceed? Are there easier methods of proof?