We define the cantor set $K$ as the set of all ternary numbers $0.{a_1a_2a_3\cdots}$ such that $a_i = {0, 2}$ for all $i$, i.e. no digit is allowed to be 1, and the first one is zero.
Here is my proof in progress.
Theorem For all $x \in K$, either $x \leq \frac{3s + 1}{3^k}$ or $x \geq \frac{3s + 2}{3^k}$
Proof We proceed by induction on $k$.
(Base Case) For $k = 1$ we show that $x \in K$ implies $x \leq s + \frac{1}{3}$ or $x \geq s + \frac{2}{3}$ for all natural $s$. By case analysis on the first digit, either $x \leq \frac{1}{3}$ or $x \geq \frac{2}{3}$. Notice $x \leq \frac{1}{3}$ implies $x \leq \frac{1}{3} + s$ for all $s$. For $s \geq 1$, $s + \frac{2}{3} \geq \frac{5}{3} > 1$ and so there is no $x \in K$ such that $x \geq s + \frac{2}{3}$.
(Inductive case) Suppose that $x = 0.a_1a_2\cdots$. If $a_1 = 0$, then $3x \in K$ so by the inductive hypothesis we have two cases. The first case is $3x \leq \frac{3s + 1} {3^k}$ for all $s$, so $x \leq \frac{3s+1}{3^{k + 1}}$ for all $s$. The second case is that $3x \geq \frac{3s + 2}{3^k}$ for all $s$, so $x \geq \frac{3s + 2}{3^{k + 1}}$ for all $s$.
Now here is where I get stuck. If $a_1 = 2$, then $3x - 2 \in K$, so we can apply the inductive hypothesis and similar reasoning to obtain that, for all $s$ either $x \leq \frac{3s + 1}{3^{k + 1}} + \frac{2}{3}$ or $x \geq \frac{3s+2}{3^{k + 1}} + \frac{2}{3}$. The problem is of course that rescaling the interval $[\frac{2}{3}, 1]$ to $[0, 1]$ "shifts" the $s$ value when compared to the intervals excluded in the previous step of the induction. I have an intuition that if $a_1 = 1$ it suffices to consider the case where $\frac{3s + 1}{3^{k + 1}} \geq \frac{2}{3}$, as the other cases are covered by the case where $a_1 = 0$, but I have no idea how to formalise this intuition. So could someone give me hints as to how to complete this proof, or at least how to formalise the aforementioned intuition?
$\textbf{Hint:}$
If $a_1=2$, then $x\ge\frac{2}{3}$, so $x\ge\frac{3s+2}{3^{k+1}}$ whenever
$\frac{3s+2}{3^{k+1}}\le\frac{2}{3}\iff 3s+2\le2\big(3^k\big)\iff 3s+3\le2\big(3^k\big)\iff s\le2\big(3^{k-1}\big)-1$.
Therefore we only need to consider values of $s$ satisfying $2\big(3^{k-1}\big)\le s<3^k$, and
$\displaystyle \frac{3s+1}{3^{k+1}}<x<\frac{3s+2}{3^{k+1}}\iff \frac{3s-2\big(3^k\big)+1}{3^k}<3x-2<\frac{3s-2\big(3^k\big)+2}{3^k}$