37
$\begingroup$

From Rudin's Principles of Mathematical Analysis (Chapter 2, Exercise 6)

Let $E'$ be the set of all limit points of a set $E$. Prove that $E'$ is closed.

I think I got it but my argument is a bit hand wavy:

If $x$ is a limit point of $E'$, then every neighborhood of $x$ contains some $y\in E'$, and every neighborhood of $y$ contains some $z\in E$. Therefore every neighborhood of $x$ contains some $z\in E$, and so $x$ is a limit point of $E$. Then $x\in E'$, so $E'$ is closed.

The thing that's bugging me is the leap from one neighborhood to another. Is this formally correct?

  • 0
    If your space is Hausdorff the leap is easy2015-08-01

9 Answers 9

21

Your argument is correct, but incomplete: All you need to finish it is to ensure that you can find a neighborhood of $y$ contained in the neighborhood of $x$ that you began with (any will do, since all contain elements of $E$). Use the triangle inequality to find an appropriate radius for the neighborhood of $y$.

  • 0
    Why do we need the triangle inequality? I think its enough to choose r because we want the neighborhood of$y$to be a subset of neighborhood of x. ($N_r(y)\subset N_R(x)$2015-03-31
14

Let $\hat S$ be the set of all limit points of $S$. Prove that $\hat S$ is a closed set.

Proof: Suppose $x_0$ is a limit point of $\hat S$. Then given $\varepsilon > 0$ there exists $x \in \hat S$ with $\vert x - x_0\vert < \frac\varepsilon2$. Now $x \in \hat S$ is a limit point of $S$ so there exists $x' \in S$ such that $\vert x' - x \vert < \frac\varepsilon2$. Now $\vert x' - x_0 \vert = \vert x' - x + x - x_0 \vert \leq \vert x' - x \vert + \vert x - x_0 \vert < \frac\varepsilon2 + \frac\varepsilon2 = \varepsilon$ Thus $x_0$ is a limit point of $S$ and by definition is contained in $\hat S$. We have shown that $\hat S$ contains all of its limit points. By theorem that states that a set is closed if and only if it contains all its limit points, we have just shown that $\hat S$ is a closed set.

  • 1
    We have that |x′−x| is strictly less than min(ε/2, |x−$x_0$|). This will ensure that x′ ≠ $x_0$.2016-11-02
5

Let $x$ be a limit point of $E'$, and let $\varepsilon >0$. Then (by definition) there exists $y\in E'$ such that $0. Since $y\in E'$ there exists $z\in E$ such that $0 (here one uses $d(x,y)$ as the epsilon from the definition of a limit point).

By triangle inequality we have $d(x,z)\leq d(x,y)+d(y,z)<\varepsilon$, and note that indeed $x\neq y$. So (by definition) $x$ is a limit point of $E$. That is $E'' \subseteq E'$, which proves that $E'$ is closed.

3

If x is a limit point of E', then \forall x \forall r > 0 ( d(x, y) < r \to \exists y \in E' ) There exists a positive real number h such that $d(x, y) = r - h$.

y is a limit point of E, then $\forall y ( d(y, z) < h \to \exists z \in E )$

So, $\forall x \forall r > 0 ( d(x, z) < d(x, y) + d(y, z) = r \to \exists z \in E )$ Thus x is a limit point of E, x \in E'.

2

An equivalent definition of a neighborhood of $x$ is that it is an open set containing $x$. If you adopt this definition, then your proof is perfect.

  • 1
    What do you mean by “equivalent” here?2013-11-24
2

I thought the following, could someone validate if I'm not mistaken or mixed up? ;)

Proving that $A'$ is closed is equivalent to prove that $\mathbb{R}^{n}\setminus A'$ is open

Let $x\in\mathbb{R}^{n}\setminus A'\iff\exists B_{r}\left(x\right):B\cap A\setminus\left\{ x\right\} =\emptyset$ for some $r>0$

Let $B*:=B\setminus\left\{ x\right\} $ and take any $y\in B*\Longrightarrow B*\cap A\setminus\left\{ y\right\} =\emptyset\Longrightarrow y\in\mathbb{R}^{n}\setminus A'\Longrightarrow B\subset\mathbb{R}^{n}\setminus A'\Longrightarrow\mathbb{R}^{n}\setminus A'=\left(\mathbb{R}^{n}\setminus A'\right)^{o}\Longrightarrow A'=\overline{A'}$ So $A'$ is closed

1

You want to use that every neighbourhood of $x$ contains an open neighbourhood of $x$. Now an open set is, by definition, a neighbourhood of each of its elements.

In the case of a metric space, $\varepsilon$-neighbourhoods can be used, and depending on your definitions and what has already been proved, you may need to use the triangle inequality to show that they are open.

0

I found the proofs in previous answers confusing, so here is an alternative proof by contradiction:

Let $x$ be any limit point of $E'$.

Assume $x \notin E'$. By the definition of limit points, there exists $\epsilon > 0$ such that $(x - \epsilon, x + \epsilon) \cap E$ contains at most one point, $x$, in $E$. But, since $x$ is an limit point of $E'$, then $\exists y \in E'$ such that $|x - y| < \epsilon_1$. Similarly, $y$ is an limit point of $E$, so $\forall \epsilon_2$, $\exists z \in E$ such that $|y - z| < \epsilon_2$. If we take the interval $|x - z|$, then: \begin{align*} |x - z| &= |x + (y - y) - z| \\ &= |(x - y) + (y - z)| \\ &\leq |x - y| + |y - z| \tag{by triangle inequality} \\ &< \epsilon_1 + \epsilon_2 \end{align*} We can choose $\epsilon_1, \epsilon_2 < \frac{\epsilon}{2}$, which means $|x - z| < \epsilon$, and every interval around $x$ contains at least two points in $E$, so $x$ is a limit point of $E$ and $x \in E'$, which contradicts our initial assumption. Therefore, every limit point of $E'$ is in $E'$.

0

Let x is limit point of E'.So $\forall\epsilon>0\exists y\in E'$ such that |x-y|<$\epsilon$/2
Now as E' contatain all limit points of E therefore $\forall y\in E'\forall \epsilon>0\exists z\in E$ such that |y-z|<$\epsilon$/2
Now consider |x-z|$\le$|x-y|+|y-z|$\le$ $\epsilon$By Triangular Inequality.
x $\in E'$.This is true for every limit point of E'.
This implies Set of limit point is closed set