Singleton closure in Hausdorff spaces.

1.7k Views Asked by At

Need feedback. Especially on writing style.

QUESTION: Consider a topological space $(X, \mathcal{T} )$. Show that the following properties are equivalent.
(A) $X$ is Hausdorff.
(B) Let $x\in X$. For every $y\in X$ such that $x\ne y$, there exists $U(x)\in \mathcal{T}$ such that $y \notin \overline U(x)$.

(C) For $x \in X$, $\bigcap_{U \in \mathcal{U}} \bar U = \{x\}$

ANSWER: Suppose $(X, \mathcal{T})$ is a topological space. Let $\mathcal{U}=\{U \mid U \in \mathcal{T}, x \in U\}$ denote the family of all open neighbourhoods of $x$ in $X$. We show that $(A)$ and $(B)$ are equivalent.

Let $X$ be Hausdorff. Consider two arbitrary points $x,y$ in $X$, $x \neq y$. Since $X$ is Hausdorff and $x \neq y$, there exists an open neighbourhood $U \in \mathcal{U}$ of $x$ and an open neighbourhood $V \in \mathcal{T}$ of $y$, such that $U \cap V = \emptyset$. It follows that $y$ is not a point of closure of $U$ and thus, $y \notin \bar U$. Hence, we have shown that for every pair of distinct points $x,y \in X$, where $X$ is Hausdorff, there exists $U \in \mathcal{U}$ such that $y \notin U$.

Conversely, let, for every $x,y \in X$ such that $x \neq y$, there exist $U \in \mathcal{U}$ such that $y \notin \bar U$. This implies that $y$ is not a point of closure of $U$, and so there must exist an open neighbourhood of $y$, $V \in \mathcal{T}$ such that $U \cap V= \emptyset$. Thus, for every pair of distinct points $x,y \in X$, we have found a set of disdoint neighbourhoods, $U, V$ in $X$. Hence, $X$ is Hausdorff.

Now we show that (B) and (C) are equivalent. Let $\mathcal{U}$ be the family of all open neighbourhoods of $x$ in $X$, as already defined. Assume that for every $x,y \in X$ such that $x \neq y$, there exists $U \in \mathcal{U}$ such that $y \notin \bar U$. It follows from assumption that for any $y \neq x$, $y \notin \bigcap_{U \in \mathcal{U}} \bar U$. We are now required to show that $x \in \bar U$ for each $U \in \mathcal{U}$. Let $U,U' \in \mathcal{U}$ be arbitrary open neighbourhoods of $x$. Clearly, $x \in U'$ and $x \in U$, and so $x \in U \cap U'$. Consequently $U \cap U' \neq \emptyset$ and thus $x$ is a point of closure of each $U \in \mathcal{U}$. Therefore, $x \in \bigcap_{U \in \mathcal{U}} \bar U$. Hence, we have shown that $\bigcap_{U \in \mathcal{U}} \bar U = \{x\}$. Conversely, let $\bigcap_{U \in \mathcal{U}} \bar U = \{x\}$. It follows that for every $y \neq x$, there is some $U$ in $\mathcal{U}$ such that $y \notin \bar U$ and so, every $y \neq x$ is not a point of closure of $U$ for some (or the other) $U \in \mathcal{U}$. Thus, for every $y, y \neq x$, there exists $U \in \mathcal{U}$ such that $y \notin \bar U$.

1

There are 1 best solutions below

3
On

$\newcommand{\cl}{\operatorname{cl}}$I’ll do what I did before: comment on the proof a bit at a time.

ANSWER: Suppose $(X, \mathcal{T})$ is a topological space. Let $\mathcal{U}=\{U \mid U \in \mathcal{T}, x \in U\}$ denote the family of all open neighbourhoods of $x$ in $X$. We show that $(A)$ and $(B)$ are equivalent.

This is fine, though I would write $\mathcal{U}=\{U\in\mathcal{T}:x\in U\}$ instead of putting both conditions on the righthand side of the such that divider.

Let $X$ be Hausdorff. Consider two arbitrary points $x,y$ in $X$, $x \neq y$. Since $X$ is Hausdorff and $x \neq y$, there exists an open neighbourhood $U \in \mathcal{U}$ of $x$ and an open neighbourhood $V \in \mathcal{T}$ of $y$, such that $U \cap V = \emptyset$.

There’s nothing really wrong with this, but it’s redundant to say both that $U$ is an open nbhd of $x$ and that it’s in $\mathcal{U}$: after all, if it’s in $\mathcal{U}$, by definition it’s an open nbhd of $x$. Similarly, it’s redundant to say that $V\in\mathcal{T}$ when you’re already said that $V$ is open. You could reduce the whole thing to this:

Let $X$ be Hausdorff. Consider arbitrary points $x,y\in X$ such that $x\ne y$. Since $X$ is Hausdorff and $x\ne y$, there are a $U\in\mathcal{U}$ and an open nbhd $V$ of $y$ such that $U\cap V=\varnothing$.

The next bit is fine until the typo at the very end:

It follows that $y$ is not a point of closure of $U$ and thus, $y \notin \bar U$. Hence, we have shown that for every pair of distinct points $x,y \in X$, where $X$ is Hausdorff, there exists $U \in \mathcal{U}$ such that $y \notin U$.

You want to conclude that $y\notin\overline U$.

Conversely, let, for every $x,y \in X$ such that $x \neq y$, there exist $U \in \mathcal{U}$ such that $y \notin \bar U$.

The English is a bit mangled here. You want something like this:

Conversely, suppose that for every $x,y\in X$ such that $x\ne y$ there is a $U\in\mathcal{U}$ such that $y\notin\overline U$.

The rest is basically fine, though there’s a little redundancy that can be removed. You have:

This implies that $y$ is not a point of closure of $U$, and so there must exist an open neighbourhood of $y$, $V \in \mathcal{T}$ such that $U \cap V= \emptyset$.

You could say simply

... an open nbhd $V$ of $y$ such that $U\cap V=\varnothing$.


By the way, (B) is easily seen to be equivalent to the assertion that for each $x\in X$,

$$\{x\}=\bigcap\{\cl U:x\in U\in\mathcal{T}\}\;.$$