I am currently a year 13 student preparing for STEP exams for university, and I came across the following problem. I solved it correct, but also solved it a second time using an alternate, much quicker method to get the same results for part a) and part c). This alternate solution, however, contained a step which I do not know how to justify.
Problem:
Let $(x_n)_{n=1}^i,\,i\in\mathbb{N}$ be a sequence satisfying $$x_1=1+\frac1{x_2},\,x_2=1+\frac1{x_3},\,\dots,\,x_i=1+\frac1{x_{1}},\ldots \quad x_n>0\,\,\forall n$$ Prove that
a) $x_n>1$ for all $n$.
b) $x_1-x_2=-\displaystyle \frac{x_2-x_3}{x_2x_3}$
c) $x_1=x_2=\dots=x_i$
My solution:
Write $$x_1=1+\cfrac1{x_2}=1+\cfrac1{1+\cfrac1{x_3}}=1+\cfrac1{1+\cfrac1{\ddots+\cfrac1{x_i}}}$$
Due to the recurrence relation being cyclical we can continue this process to get the infinite fraction
$$x_1=1+\cfrac1{1+\cfrac1{1+\ddots}}$$
which can be solved to find $x_1=\frac{1\pm\sqrt{5}}2$, giving $x_1=\frac{1+\sqrt5}2$ since $x_n>0$. Since there was nothing special about picking $x_1$ at the start, this argument also applies to $x_n$ for all $n$. This proves both a) and c).
My question:
Is it possible to justify the highlighted step in my solution? I don't think this method is justifiable as it seems too shady to me due to the fact that I am repeating a recurrence relation infinitely to reduce $x_1$ to a constant. If this step is justifiable, why?
Presumably you solved it by writing $t=1+\dfrac{1}{t}$ and solving for the limit $t\,$. Problem with this "shortcut" solution is that you have to first prove that the infinite fraction converges, otherwise you cannot pass what is essentially the recurrence $\displaystyle t_{n+1}=1+\frac{1}{t_n}$ to the limit.