How to prove fat Cantor set has no isolated point

741 Views Asked by At

When we prove that the Cantor set has no isolated point, we can use argument about ternary expansion. I feel we cannot use any similar argument to prove the result of fat Cantor set where the ratio of each interval we remove at each step decreases. Can anyone give me any hint or proof about this fact of fat Cantor set? Thanks in advance for any help!

1

There are 1 best solutions below

3
On BEST ANSWER

The fat Cantor set $C$ that you mentioned is of the form $\bigcap_{n\in\mathbb{Z}^+}C_n$, where:

  • $C_0=[0,1]$;
  • each $C_n$ is an union of finitely many closed intervals ($2^n$ interval, in fact), and you get $C_{n-1}$ from $C_n$ by removing from each of these intervals the middle open interval whose length is $a^n$, where $a\in\left(0,\frac13\right)$ is a fixed number.

Note that the endpoints of each of these intervals belong to $C$. On the other hand, each of the $2^n$ closed intervals whose disjoint union is $C_n$ has length equal to$$2^{-n}\left(1-3a\left(1-\left(\frac23\right)^n\right)\right)\tag1$$and, clearly,$$\lim_{n\to\infty}2^{-n}\left(1-3a\left(1-\left(\frac23\right)^n\right)\right)=0.$$Now, given $x\in C$ and $\varepsilon>0$, take $n\in\mathbb{Z}^+$ such that $(1)<\varepsilon$. Then $x\in C_n$. Let $x'$ be an endpoint of the interval to which $x$ belongs. Then$$|x-x'|\leqslant2^{-n}\left(1-3a\left(1-\left(\frac23\right)^n\right)\right)<\varepsilon.$$This proves that $x$ is not an isolated point of $C$.