I have read the following (http://www.math.harvard.edu/~elkies/Misc/sol8.html) but I dont understand the last part of the solution:
For positive $x<1$, consider the alternating sum $$S(x) = x − x^2 + x^4 − x^8 + x^{16} − x^{32} + \cdots$$ Does $S(x)$ approach a limit as $x$ approaches $1$ from below, and if so what is this limit?
Proof Since $S$ satisfies the functional equation
$S(x) = x − S(x^2)$, it is clear that if $S(x)$ has a limit as $x$ approaches $1$ then that limit must be $1/2$. But then $S(0.995) = 0.50088\cdots > 1/2$. Iterating the functional equation, we find $S(x) = x − x^2 + S(x^4) > S(x^4)$. Therefore the fourth root, 16th root, 64th root, … of 0.995 are all values of x for which $S(x) > S(0.995) > 1/2$. Since these roots approach $1$, we conclude that in fact $S(x)$ cannot tend to $1/2$ as $x$ approaches $1$, and thus has no limit at all!
My question: why the last sentence is true? (Since these roots approach $1$, we conclude that in fact $S(x)$ cannot tend to $1/2$ as $x$ approaches $1$) and is there any way to show that $S(0.995)>1/2$ without the use of computer? Thank you so much in advance.