This was in one of the calculus textbook exercise problem. Now, I am pretty sure that there was a typo in the problem.
Problem
Let $a_n$ be a sequence of real numbers satisfying the following: $$ \lim_{n\rightarrow\infty} (2-a_n)a_{n+1} = 1. $$ Prove that $\lim\limits_{n\rightarrow\infty} a_n= 1$.
My tries
The conclusion is true under assumption of $0
The conclusion is false without any further assumption. So, the problem is incorrect as it is stated.
Question
Is the conclusion true under an additional assumption of boundedness of $a_n$?
Remarks
I was able to obtain a sequence $a_n$ that the conclusion is false. However, under the assumption of boundedness, I am wondering if we can prove the conclusion or give a counterexample.
Proof of My try 1
Let $\overline{a} = \limsup a_n$ and $\underline{a} = \liminf a_n$. Let $\{n_k\}_{k=1}^{\infty}$ be a subsequence of natural numbers such that $a_{n_k}\rightarrow \overline{a}$. Then we have
$$
(2-a_{n_k}) a_{n_k +1} \rightarrow 1.
$$
Taking a convergent subsequence of $\{a_{n_k +1}\}_{k=1}^{\infty}$ which converges to $b$, we have
$$(2-\overline{a}) b = 1.$$
This gives $b=1/(2-\overline{a})$. Since $\overline{a}$ is the limsup, we have
$$
\frac1{2-\overline{a}}\leq \overline{a}.
$$
By assumption $0
Similar argument for $\underline{a}$ gives $\underline{a}=1$. Therefore, $a_n\rightarrow 1$.
Proof of My try 2
Since $a_n=0$ or $a_n=2$ do not happen infinitely often, we may assume that $a_n\neq 0$, $a_n\neq 2$ for all $n$.
Consider $\{1/k \}_{k=1}^{\infty}$, and the sequence given by the recurrence: $$ a_{n+1} = \frac{1+\frac1 1}{2-a_n}. \ \ \textrm{(Round 1)} $$ Then there exists $n$ such that $a_n>2$. We will put the first time that it happens as $n=n_1$, and we will say that we exit the Round 1. We have $a_{n_1+1}<0$ by the recurrence.
Once we exit the Round 1, we enter into the Round 2 which starts with $n=n_1+1$ and the recurrence: $$ a_{n+1} = \frac{1+\frac12}{2-a_n}. \ \ \textrm{(Round 2)} $$ Then there exists $n$ such that $a_n>2$. We put the first time $n\geq n_1+1$ that it happens as $n=n_2$, and we exit the Round 2. Then $a_{n_2+1}<0$.
Continue this process with using the recurrence $$ a_{n+1} = \frac{1+\frac1k}{2-a_n}. \ \ \textrm{(Round $k$)} $$
Then we have the sequcne $a_n$ such that $a_n>2$ infinitely many often and $(2-a_n)a_{n+1}\rightarrow 1$.