11

Can someone give me an example or a hint to come up with a countable compact set in the real line with infinitely many accumulation points? Thank you in advance!

TheGeekGreek
  • 7,869

4 Answers4

17

What about if we define $H = \{ \frac{1}{n} : n\in \mathbb{N}\} \cup \{0\}$, a sort of standard countable compact set with 0 at its sole limit point, then define your countable compact set to be:

$$S = \{ x + y \mid x, y \in H\}.$$

To unpack the thought behind this definition:

  1. This set $S$ is countable.
  2. This set $S$ is bounded, because its smallest member is 0 and its largest member is 1+1 = 2.
  3. Each $x \in H$ is a limit point of $S$. If we fix $x$ and vary $y\in H$ in the definition of $S$, we can see that $x$ is a limit point of $S$.
  4. This set $S$ is closed (and therefore compact, because it is a bounded subset of the real line.) ($S$ is closed because it is the sum of two compact subsets of $\mathbb{R}$ and is therefore closed in $\mathbb{R}$.)
user326210
  • 17,287
7

HINT: Start with $\{0\}\cup\left\{\frac1n:n\in\Bbb Z^+\right\}$, and figure out how to add for each $n\in\Bbb Z^+$ a sequence between $\frac1{n+1}$ and $\frac1n$ converging downwards to $\frac1{n+1}$.

Brian M. Scott
  • 616,228
6

First consider the set:

$$A=\left\{ \frac{1}{n}:n\in\mathbb{Z}^+\right\}\cup\{0\}$$

For each $n>1$, take a sequence $\{\varepsilon_k^n\}_{k=1}^\infty$ such that $\frac{1}{n}<\varepsilon^n_k<\frac{1}{n-1}$, and $\varepsilon_k^1>1$ such that

$$\lim_{k\to\infty}\varepsilon_k^n=\frac{1}{n}$$

Put $$K=A\cup \{\varepsilon_k^n:n,k\in\mathbb{Z}^+\}$$

Notice that this $K$ works.

Reveillark
  • 13,044
2

Let $a_0=0$ and let $(a_n)_{n\in N}$ be a strictly increasing sequence of members of $(0,1)$ with $\lim_{n\to \infty}a_n=1.$

For each $n\in N$ (i.e. $n>0$) let $(b_{n,j})_{j\in N}$ be a strictly increasing sequence of members of $[a_{n-1},a_n)$ with $b_{n,1}=a_{n-1}$ and $\lim_{j\to \infty}b_{n,j}=a_n.$

Let $S=\{b_{n,j}:n,j\in N\}\cup \{1\}.$ Then S is closed and bounded, hence compact, and the set of accumulation points of $S$ is $\{a_n:n\in N\}\cup \{1\}.$