Let $C$ be the Cantor tertiary set. Show $C+C \equiv \{x+y : x,y\in C\}=[0,2]$
My guess is that I should utilize the standard base-3 representation for $x,y \in C$.
It is immediate that $C+C \subset [0,2]$. I cannot show the other inclusion. Here's where I'm stuck: let $\alpha \in [0,2]$ (we assume $\alpha$ has a base-3 representation). We must find an $x,y \in C$ such that $x+y=\alpha$. My thought is to break up $\alpha$ as such: $$\alpha = \sum_{n=0}^{\infty}\frac{x_n}{3^n}+ \sum_{n=1}^{\infty}\frac{y_n}{3^n} \equiv \alpha_1 + \alpha_2$$ with $x_n \in \{0,1\}$ and $y_n \in \{0,2\}$. Certainly, $\alpha_2 \in C$. I also note that $2*\alpha_1 \in C$. But I can't get any further insight from this.
My other attempt was to approach the problem from a base-2 perspective, but I was not able to advance at all here. Any hint or bump in the right direction would be greatly appreciated!