5

Given this set $A$: $$A =\left\{ \, (x,y) \mid x = 1/n, \ |y| \le n, \ n \in \mathbb{N} \, \right\} \subset \mathbb{R}^2; $$

I'd love to find the interior, closure, set of limit points, set of contour points (I doubt this is a correct English term) and similar things of this nature.

Set A

The interior is most likely empty. However it seems that one might need to explicitly add $y$ axis when specifying closure (that is $[A] = A \cup(\{0\} \times\mathbb{R})$ - kinda odd notation) and the same goes for set of limit points. It that correct? Is there some additional trickery?

Pranasas
  • 1,370

1 Answers1

2

You got it all right intuitively.

Let $P=(x,y)$ be a limit point of $A$, i.e. all neighborhoods of $P$ intersects $A\setminus\{P\}$. In other words, there is a (non quasi-constant) sequence in $A$ that converges to $P$ (pick the $n$th element from the disk around $P$ of radius $1/n$, e.g.).

So, assume $A\ni (a_n,b_n)\to (x,y)$. That is, $a_n\to x$ and $b_n\to y$. Now the first coordinate of elements of $A$ form the set $\{1/k\,\mid\,k\in\Bbb N\}$, so, either $a_n\to 1/k$ for some $k$, or $a_n\to 0$. In the former case $a_n$ must be quasi-constant, i.e. $a_n=1/k$ for $n>n_0$ for some $n_0$, and then for these $|b_n|\le k$ must hold, so $(x,y)\in A$ will follow. This shows that the limit points $\subseteq A\cup(\{0\}\times\Bbb R)$.

For the other inclusion: if $(x,y)\in A$, then, one can find a sequence on the line segment of $(x,y)$ that converges there.

Finally, for $(0,r)$, let $N:=\left\lceil\, |r|\,\right\rceil\,\in\Bbb N$, and consider for example the sequence $(a_n,b_n)\in A$ with $$a_n:= \frac1{N+n},\quad\quad b_n:=r\,.$$ This is not quasiconstant and tends to $(0,r)$.

Berci
  • 90,745