Let $(u_n)$ be a sequence defined with $u_{0}$ a real number such that $u_0 \notin \{0,1,2\}$ and $$u_{n+1} = \frac{2}{2-u_n}$$
Prove that $(u_n)$ diverges.
I try to use the fact that this sequence fluctuates, having negatives values followed by values smaller than 1, then getting values bigger than 1 to get a contradiction using the definition of convergence. The problem is that I can't get any additional information after I find a value bigger than 1, because I can't eliminate the possibility that from that point, the sequence will be bound by 2. Am I missing something here? Is there another route I'm not considering?