In Understanding Analysis by Stephen Abbott
there is an exercise:
$$\text{Prove that $ x_1 = 3 $, $ x_{n+1} = \frac {1} {4-x_n} $ converges}$$
In the solution Abbott says that the series is bounded by the following logic:
- Need to prove that if $ x_n > x_{n+1} $, then $ x_{n+1} > x_{n+2} $.
- $x_n > x_{n+1} $ implies that $ −x_n <−x_{n+1} $. Then we have $ 4−x_n <4−x_{n+1} $.
The conclusion of the above is that $x_n$ is decreasing.
I can follow. But how can one just assume $x_n > x_{n+1}$ by only the first and second term? I feel somewhat uncomfortable with this, as in it's not a complete proof, why is this ok?
I mean he used $ x_n > x_{n+1} $ as a fact and base, though it was something that is needed to be proven to show that the sequence is bounded no?
Thank you, I'm probably asking silly obvious things again.