Given any $a\in [0,1]$, I would like to prove that there are $x,y$ in the Cantor set such that $y-x=a$. I need a hint or something, this question seems a little bit unintuitive for me.
Thanks a lot.
|
Given any $a\in [0,1]$, I would like to prove that there are $x,y$ in the Cantor set such that $y-x=a$. I need a hint or something, this question seems a little bit unintuitive for me. Thanks a lot. |
||||
|
|
|
Hint: what is the base 3 representation of points in the cantor set? |
|||
|
|
Have you seen the ternary expansion formulation of the Cantor set? The Cantor set is precisely those real numbers that have a ternary expansion consisting entirely of $0$s and/or $2$s. Your task, then, is equivalent to determine how to add such a number ($x$) to some non-Cantor element ($a$) of $[0,1]$ such that the resulting sum ($y$) is a Cantor element. |
|||||||
|
|
First remember that every number $\in [0,1]$ can be expressed in base 3 by $\sum_{k = 1}^{\infty}{\frac{\beta_k}{3^k}};\; \beta_k \in \{0,1,2\}$. Notations: $A + B = \{a + b;\; a \in A,\; b\in B\}$ $A - B = \{a - b;\; a \in A,\; b\in B\}$ $|A - B| = \{|a - b|;\; a \in A,\; b\in B\}$ The question asked is equivalent to prove that $[0,1] = \{|x - y|; x, y \in K = Cantor\;set\}$. We know that the elements of the Cantor set are the numbers $\in [0,1]$ that only have 0 or 2 in their base 3 representation. The trick is to add 1 to x - y, and remember that because of the Cauchy series, $ 1 = \sum_{k=1}^{\infty}{\frac{2}{3^k}} $ in base 3: $x - y + 1 = \sum_{k = 1}^{\infty}{\frac{\sigma_{xk}}{3^k}} - \sum_{k = 1}^{\infty}{\frac{\sigma_{yk}}{3^k}}+\sum_{k = 1}^{\infty}{\frac{2}{3^k}}; \sigma_{xk}, \sigma_{yk} \in \{0, 2\} \text{ Therefore:} \sum_{k = 1}^{\infty}{\frac{\sigma_{xk} - \sigma_{yk}+2}{3^k}}; \sigma_{xk} -\sigma_{yk} + 2 = \alpha_k \in \{0, 2, 4\}$ putting $t_k = \frac{\alpha_k}{2}: \sum_{k = 1}^{\infty}{\frac{\alpha_k}{3^k}} = 2\sum_{k = 1}^{\infty}{\frac{t_k}{3^k}}; \;t_k \in \{0, 1, 2\}$. In other words, every number $\in [0,1] \text{ is expressed by }\sum_{k = 1}^{\infty}{\frac{t_k}{3^k}}$. However, since we're multipling it by 2, every number $\in [0,2] \text{is expressed by} \sum_{k = 1}^{\infty}{\frac{\sigma_k}{3^k}}$ In conclusion: $K - K + 1 = [0,2] \rightarrow K- K = [-1, 1] \rightarrow |K-K| = [0, 1]$ |
|||
|
|