This is an exercise in my real analysis book; "Find all $x$ such that both $x$ and $2x$ belong to $C$, the Cantor set." I tried tackling this problem in the following way. Let the ternary expansion of $x\in C$ be $x=0.a_1 a_2 a_3 \ldots$. We divide into three cases:
Case 1. $x$ has a 'tail' of 0's
In this case, unless $x=0$, there is the last '2', appearing in $x$'s expansion. Let that digit be $a_N=2$, and write $x=0.a_1 a_2 \ldots a_N$. We now consider $x$'s expansion as consecutive 0's and consecutive 2's taking turns. Unless $x=0.22\ldots 2$ (all 2), there is the last appearance of '0', say at $a_k$, where $1\leq k\leq N-1$. Adding $x$ to itself now shows that the $k$th digit of $2x$ must be 1, so that $2x$ is not in $C$. Hence the only possible $x$ in this case is $x=0$, since $x=0.22\ldots 2$ is clearly impossible by size.
Case 2. $x$ has a 'tail' of 2's
Similarly, unless $x=1$, there is the last '0', appearing in $x$'s expansion. Let that digit be $a_N=0$, and write $x=0.a_1 a_2 \ldots a_N22\ldots=a_1 a_2 \ldots a_{N-1}1$. If '2' appears among $a_1, \ldots, a_{N-1}$, similar reasoning as in case 1 shows that we must have something like $x=0.22\ldots200\ldots01$. But considering the ternary expansion of $2x$, the only possible $x$'s are of the form $x=0.00\ldots01=\frac{1}{3^k}$.
Case 4. $x$ has infinitely many 0's and 2's
Considering $x$'s expansion as consecutive 0's and consecutive 2's taking turns, this case forces the ternary expansion of $2x$ to have infinite 1's. Thus $2x$ cannot be in $C$.
In conclusion, the only possible $x$'s are : 0 or $\frac{1}{3^k}$ for some $k$.
So.. my questions are
- Is the above argument correct?
- If instead of $2x$ we require $2x-1$ to be in $C$, a similar argument will show that the answer in this case must be $x=1$ or $x=0.22\ldots2=1-\frac{1}{3^k}$. Is this also correct?
Thank you in advance.