When to find the answer Constructing a set with exactly three limit points , Find a solution http://minds.wisconsin.edu/handle/1793/67009 to constructing a set with 3 limit points
set $A = \{\frac 1 n : n \in \Bbb{Z}^+\} = \{1, 1/2, 1/3, 1/4, ...\}$. This has exactly one limit point, namely $0$. I try to prove more formal. we take a x not $0$ .
- let $d = |x-0|$
construct a set $W = \{ y : |y - x| < \frac d 2\}$ Here we say W has at most finite number of points A
let set $V = (1, 1 + \frac d 2)$ then V has all the points of A except possibly the finite set of $\frac 1 n$ for which $n \leq \frac 2 d$
- So there is at most a finite set $T$ of point p which p in $A$ and p in $W$, let $g =min(\frac d 2, |x-p|)$
- Then we can find $U = \{ y : |y - x| < \frac g 2\}$, Set $U$ has no point in A ,
so x is not limit point.
My questions is in $2$ step, Why $W$ has at most finite points of A . Is this equal to if a subset of Countable set has Upper bound and Lower bound, then it is finite . In 2 step it mean the number of points of A in interval $(x - \frac 2 d, x + \frac 2 d)$ is infinte.