0

QUESTION : Let E be a non-empty subset of R. Let E' be its derived set i.e. the set of all limit points of E. Prove that E' is a closed set.

THANK YOU.

Stefan Hamcke
  • 27,733
user93765
  • 335
  • 3
  • 9

3 Answers3

1

This actually holds in any $T_1$ space $X$. Let $p\in X\setminus E'$. Then there is an open set $U$ about $p$ such that $U\cap E\setminus\{p\} = \varnothing$. Suppose for the sake of contradiction that $p$ is a limit point of $E'$. Then $U$ contains an element $q$ of $E'$. Since $p\notin E'$, $p\ne q$. Thus $U\setminus \{p\}$ is an open neighborhood of $q$ that does not contain an element of $E$, contradicting the fact that $q\in E'$.

dfeuer
  • 9,069
0

You want to show that $E'$ is closed, so it is equivalent to showing that $U = (E')^c$ is open. For any $x\in U$, $x$ is not a limit point of $E$. Hence, no sequence in $E$ converges to $x$. In other words, (why?), there is a neighbourhood $V$ of $x$ such that $$ V\cap E = \emptyset $$ Now for any point $y\in V$, $y$ cannot be a limit point of $E$, and hence $y \in U$. Hence, $$ x\in V \subset U $$ Thus, every point $x\in U$ has a neighbourhood $V$ such that $V\subset U$. In other words, $U$ is open.

Does this help?

0

Or more directly you can show that $(E')'=E'$.
So let $a\in (E')'$ and $\epsilon>0$.
Then there is a $b\in E'$ such that $|a-b|<\frac\epsilon2$ and there is a $c\in E$ such that $|b-c|<\frac\epsilon2$ (why?).
Can you see that $|a-c|\lt\epsilon$ and therefore $a\in E'?$

P..
  • 14,929