[Math] Prove the closure is closed and is contained in every closed set

general-topologymetric-spaces

Let $(X,d)$ be a metric space and $Y \subseteq X$ a subset. I want to show the following without using accumulation points or limit points at all.

  1. $\overline Y$ is a closed subset of $X$.
  2. $\overline Y$ is contained in every closed set which contains $Y$.

My definitions are:

The interior of $Y$ is

$$Y^\circ = \{y \in Y \mid \exists \varepsilon \gt 0:B_\varepsilon(y) \subseteq Y\}.$$

The boundary of $Y$ is

$$ \partial Y= \{x \in X \mid \forall \varepsilon \gt 0: B_\varepsilon(x) \cap Y \neq \emptyset \neq B_\varepsilon(x) \cap (X \setminus Y) \}.$$

And the closure of $Y$ is

$$\overline Y = Y \cup \partial Y.$$

I know also that a set $O \subseteq X$ is open in $X$ iff every convergent sequence with limit in $O$ has also almost all of its terms in $O$. And a set $A$ is closed in $X$ iff every convergent sequence with all of its terms in $A$ has also its limit in $A$.

I tried showing that $X \setminus \overline Y$ is open as well as using the above result for sequences but both times I got stuck in complicated set expressions resulting from figuring out what $X \setminus \overline Y$ is. Can you show me how to prove this?

I found only proofs using limit or accumulation points (links: here, here, here, here, here)

Best Answer

  1. Asserting that $\overline Y$ is closed is the same thing as asserting that $X\setminus\overline Y$ is open. Take $x\in X\setminus\overline Y$. Since $x\notin\partial Y$, there is some $\varepsilon>0$ such that $B_\varepsilon(x)\cap Y=\emptyset$ or that $B_\varepsilon(x)\cap(X\setminus Y)=\emptyset$. But the second possibility cannot occur, since $x\in B_\varepsilon(x)\cap(X\setminus Y)$. Therefore, $B_\varepsilon(x)\cap Y=\emptyset$. Now, take $y\in B_\varepsilon(x)$ and take $\varepsilon'>0$ such that $B_{\varepsilon'}(y)\subset B_\varepsilon(x)$. Then $B_{\varepsilon'}(y)\subset Y\setminus X$, which proves that $y\notin\partial Y$. Therefore, $B_\varepsilon(x)\cap(Y\cup\partial Y)=\emptyset$. In other words, $B_\varepsilon(x)\cap\overline Y=\emptyset$. This proves that $B_\varepsilon(x)\subset X\setminus\overline Y$ and, since this happens for each $x\in X\setminus\overline Y$, $X\setminus\overline Y$ is open.
  2. Let $F$ be a closed set such that $F\supset Y$. Let $y\in\partial Y$. Can we have $y\notin F$? No, because $X\setminus F$ is open and therefore there would be a $\varepsilon>0$ such that $B_\varepsilon(y)\subset X\setminus F$. In other words, $B_\varepsilon(y)\cap F=\emptyset$ and, in particular, $B_\varepsilon(y)\cap Y=\emptyset$. This is absurd, since $y\in\partial Y$. So, this proves that $F\supset Y\cup\partial Y=\overline Y$.