Determine whether a set is open or closed in R

general-topologyreal-analysis

If I had a set such as $[1,\infty)$ or $(-1,\infty)$ how could I prove whether the sets are open or closed. I know the $\epsilon$ definition of openness and the fact that a set is closed if it contains all of its limit points. I want to start by fixing an arbitrary limit point in the set, but I need help figuring out what to do next.

Best Answer

There are two ways to go about this. First, we should decide whether each of these sets are open or closed. Let's start with $[1,\infty)$. Here, it's best to look at the complement $$ \mathbb{R} \setminus [1,\infty) = (-\infty, 1). $$ Note that the above is an open interval, and is thus open in $\mathbb{R}$. Consequently, $[1,\infty)$ is closed. Alternatively, one can use a sequential argument. For $[1,\infty)$ to be closed, we must show that every convergent sequence $(x_n)$ of points in $[1,\infty)$ has its limit in $[1,\infty)$. More precisely, assume that $(x_n)$ is a sequence in $[1,\infty)$ converging to some $x \in \mathbb{R}$. Since $x_n \geq 1$ for all $n$, it is clear that $x \geq 1$ as well. That is, $$ x = \lim{x_n} \in [1,\infty). $$ From this, we deduce that $[1,\infty)$ is closed.

Now, we treat the second set $(-1,\infty)$. Again, this is an open interval and is thus (by definition) open.

Related Question