Imagine you're representing numbers not by using our usual base-10 system, but rather by using base-3, known as the ternary system. In this system, numbers are expressed as sums of multiples of powers of 3. For example, the number 0.0213 in ternary can be expressed as \( \frac{0}{3^1} + \frac{2}{3^2} + \frac{1}{3^3} + \frac{3}{3^4} \). This means:
- The first position after the decimal, representing \( 3^1 \), holds a 0.
- The second position, representing \( 3^2 \), has a 2.
- The third position, denoting \( 3^3 \), contains a 1, and so on.
What's fascinating about this system is that it relates directly to the Cantor set. If a number has a ternary representation using only the digits 0 and 2, then it aligns perfectly with the Cantor set's criteria. This is because these numbers avoid the middle thirds of each interval as we repeatedly remove them to form the Cantor set.
Therefore, understanding ternary representation helps us see how points are kept within the Cantor set during its construction. Every number in the Cantor set has a ternary form limited to these two digits, demonstrating their preservation through each iterative removal step.