Thursday, December 29, 2016

real analysis - Induction proof showing the Cantor set is closed.



Definition: A set SR is open if its complement is closed.



Let the Cantor set be defined as C=k=0Sk and let S0=[0,1] and let Sk be defined in the following manner for k1.



S1=S0(13,23)=[0,13][23,1],S2=S1{(19,29)(79,89)}=[0,19][29,39][69,79][89,1],S3=S2{(127,227)(727,827)(1927,2027)(2527,2627)}=[0,127][227,327][627,727][827,927][1827,1927][2027,2127][2425,2527][2627,1]



The ultimate goal is to show that the cantor set is compact. I know that it is bounded between [0,1], but I need to use an induction proof to show that it is closed.



I have only gotten as far as the base case. The complement for the interval [0,1] is the union of open sets (,0)(1,). Hence the interval [0,1] is closed.




How would one set up this induction?


Answer



If you look at the actual construction of Sk+1 from Sk, you’ll see that Sk+1=SkUk, where Uk is the union of a certain finite collection of open intervals in [0,1]. Thus, Sk+1=Sk([0,1]Uk), the intersection of two closed sets, and so must itself be closed. That’s the induction step in outline right there; all you have to do is fill in a few details about Uk.



Once you’ve shown by induction that all of the sets Sk are closed, you just use the fact that any intersection of closed sets is automatically a closed set.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...