Ternary Expansion of elements of Cantor Set

375 Views Asked by At

I'm working on a problem and I don't think my solution is correct. The problem is, "Prove that if $x\in C$ where $C$ is the Cantor set then $x=\sum_{k=1}^{\infty}a_k3^{-k}$, where each $a_k \in \{0,2\}$". My solution goes as follows, any $x\in[0,1]$ has the expansion $x=\sum_{k=1}^{\infty}a_k3^{-k}$ where $a_k\in\{0,1,2\}$ assume that $x\in C$ and $a_k\neq0,2$. Then $x=\frac{1}{2}\not\in C$. I don't think this is correct, any suggestions? Thanks.

1

There are 1 best solutions below

0
On

You can't conclude that $x=\frac{1}{2}$ because all you know is that $a_k=1$ for at least one $k$.

Instead, try showing that the intervals removed at each step of the Cantor set construction correspond exactly to the real numbers in $[0,1]$ having a $1$ in their ternary expansion at that position.