Exercise 3.3.7

As some more evidence of the surprising nature of the Cantor set, follow these steps to show that the sum C + C = { x + y : x , y C } is equal to the closed interval [ 0 , 2 ] . (Keep in mind that C has zero length and contains no intervals.)

Because C [ 0 , 1 ] , C + C [ 0 , 2 ] , so we only need to prove the reverse inclusion [ 0 , 2 ] { x + y : x , y C } . Thus, given s [ 0 , 2 ] , we must find two elements x , y C satisfying x + y = s

(a)
Show that there exist x 1 , y 1 C 1 for which x 1 + y 1 = s . Show in general that, for an arbitrary n N , we can always find x n , y n C n for which x n + y n = s .
(b)
Keeping in mind that the sequences ( x n ) and ( y n ) do not necessarily converge, show how they can nevertheless be used to produce the desired x and y in C satisfying x + y = s .

Answers

(a)
Recall the definition for sets A and B , A + B = { x + y : x A , y B } . Note that [ a , b ] + [ c , d ] = [ a + c , b + d ] . Recall C 1 = [ 0 , 1 3 ] [ 2 3 , 1 ] ; we have
C 1 + C 1 = ( [ 0 , 1 3 ] + [ 0 , 1 3 ] ) ( [ 2 3 , 1 ] + [ 2 3 , 1 ] ) ( [ 0 , 1 3 ] + [ 2 3 , 1 ] ) = [ 0 , 2 3 ] [ 4 3 , 2 ] [ 2 3 , 4 3 ] = [ 0 , 2 ]

We prove the general case through induction; the base case has been demonstrated above. Define A + r = { x + r : x A } , r A = { rx : x A } for r R . Note that [ a , b ] + c = [ a + c , b + c ] and r ( A + B ) = r A + r B .

The inductive hypothesis is that C n + C n = [ 0 , 2 ] . We can complete the inductive step by noticing that if we scale up C n + 1 a factor of 3, we simply get two copies of C n , with one being offset 2 away; this ultimately makes it easy to express C n + 1 in terms of C n . Let C n + 1 = C n ( C n + 2 ) = 3 C n + 1 be this upscaled C n + 1 . Then

C n + 1 + C n + 1 = ( C n + C n ) ( C n + ( C n + 2 ) ) ( ( C n + 2 ) + ( C n + 2 ) ) = [ 0 , 2 ] ( [ 0 , 2 ] + 2 ) ( [ 0 , 2 ] + 4 ) = [ 0 , 6 ]
1 3 ( C n + 1 + C n + 1 ) = C n + 1 + C n + 1 = 1 3 [ 0 , 6 ] = [ 0 , 2 ]

and the inductive step is complete.

(b)
Since C is compact, there exists a subsequence ( x n k ) x with x C . Now since x n k + y n k = s for all k , we have lim y n k = lim s x n k = s x . Now since each y n k C the limit y = s x C as well, thus we have found x , y C with x + y = s .
User profile picture
2022-01-27 00:00
Comments