How can a ratio containing only real numbers have a complex value?

I think none of the existing answers refer to the continued fraction, which looks real.

By simple calculations, the first few convergents of $\frac2{1-\frac2{1-\frac2\cdots}}$ are:

$$2, -2, \frac23,6,-\frac25,\frac{10}7,-\frac{14}3,\frac6{17},\frac{34}{11},-\frac{22}{23},\frac{46}{45},\mathbf{-90} ,\frac{2}{91},\frac{182}{89}$$

This suggests that the continued fraction diverges.

I am trying to come up with a rigorous proof.

EDIT:

Just to preserve @Quantaliinuxite valuable comment(which indeed can, alone, be a fabulous answer):

Actually the sheer fact that this sequence of real numbers should converge to complex number tell us that the sequence does not converge. It’s a basic result in real analysis that any sequence of real numbers which converges converges to a real number. This is true because the real line is closed. (Intuitively if it converges to some complex number which is not a real number (ie not zero) you could find a neighborhood of that complex number where all the points of your sequence belong for n big enough. But this can’t happen since all the points of our sequence are real.


The simple answer is that this repeated fraction isn't convergent for any initial value. Here's a plot of the first thousand iterations of $f_n(x) = 1 - \frac 2 {f_{n-1}(x)}$.

The animation shows how the plot changes for different values of $f_0$. As you can tell, it bounces around a lot. Here's what the first 200 values look like with a line drawn between them (using $f_0=0.001$):

enter image description here

The only stable values of the function are in the complex plane. And even in the complex plane, the function isn't exactly convergent (here the initial value is $f_0=1+i$:

enter image description here

Instead of converging to a single value, the output of the function "orbits" around one of the stable points.


It is not strange at all. Look at this: $$x^2+1=0$$ This equation consists only of real coefficients (even only of integers) but still solutions are $i$ and $-i$. $$5x=3$$ A the coefficients are natural numbers, but the solution isn't, the solution is rational $3/5$ There are even identities in maths, where you have real numbers on the one side and complex on the other.

For example Euler's identity:$$e^{πi}=-1$$ So it's completely ok to have equation with real coefficients and complex solutions. Also, remember that real numbers are also complex numbers.

EDIT: I misunderstood your question a bit. You meant that we have only $x$ on the LHS and real number on RHS. Can you prove that number on the RHS is real ? How can you be convinced that number on the RHS even exists?

EDIT: I was wrong about the fact that you need to prove that number on RHS is real, because, actually as all other commenters pointed out, you need to prove that number on the RHS converges. And to do so you need use definition of continued fraction.