Looking up examples of spaces that are bounded but not totally bounded, I came across some complex examples (in Banach spaces, etc). I have attempted to construct a simpler one.
Is the following an example of a bounded but not totally bounded space:
We take the metric space $\Bbb{R^2}$. Let us consider the sequence $\{a_i\}$ along the x-axis defined thus: $a_k=(\frac{1}{2^k},0)$. Clearly this sequence is convergent to $(0,0)$. Now let each of the points in $\{a_i\}$ be the limit of a sequence along the y-axis. For example, the sequence converging to $(\frac{1}{2^k},0)$ can be $(\frac{1}{2^k},\frac{1}{2^j})$ for all $j\in\Bbb{N}$. The points are clearly bounded.
For any $\epsilon\in\Bbb{R}$, we are to construct a finite set $J$ such that $\bigcup_{i=1}^n B(j_i,\epsilon)$ covers all the points given. As there are infinite sequences converging to points of the form $(\frac{1}{2^k},0)$, and $J$ is finite, $J$ can contain points from only a finite number of them. As for the selected points, $\epsilon$ can be made small enough so that no points from the sequences from which no points are selected are included in the balls $B(j_i,\epsilon)$. Hence, the space is bounded, but not totally bounded.
Is this example correct? Thanks in advance!