Prove equivalence of singletons being closed with the $T_1$ property.

94 Views Asked by At

Let $X$ be a topological space. Prove the equivalence of the following assertions.

a) All the singletons $\{x\}$ are closed sets.

b) If $x$ and $y$ are distinct points of $X$, there is a neighborhood $U$ of $x$ such that $y\notin U$ and a neighborhood $V$ of $y$ such that $x\notin V$.

I know that this is a $T_1$ space, but how do I prove the equivalence?

2

There are 2 best solutions below

0
On BEST ANSWER

A closed set is the complement of an open set. Obviously, the complement of the complement of a set is the set itself, so the complement of a closed set is an open set.

Note: in the sequel, $\{x\}^{c}=\{y\in X\vert y\neq x\}=X-\{x\}=X\setminus\{x\}$ denotes the complement of $\{x\}$ in $X$.

$(a)\implies (b)$ The set $\{x\}$ is closed for all $x\in X$, thus $\{x\}^{c}$ is open for all $x\in X$. Let $x,y\in X$ be distinct points. Then, $x\in\{y\}^{c}$ and $\{y\}^{c}$ is an open set that contains $x$, so that $\{y\}^{c}$ is a neighbourhood that contain $x$ but not $y$. The same reasoning may be applied to $y\in\{x\}^{c}$. We have proved $(b)$.

$(b)\implies (a)$ Let $x\in X$. We want to prove that $\{x\}^{c}$ is open. Take all points $y\in\{x\}^{c}$. For every such point $y$, there exists a neighbourhood $V_{y}$ containing $y$ and such that $x\notin V_{y}$. But we have $\{x\}^{c}=\cup_{y\in\{x\}^{c}}V_{y}$. Any union of open sets is open, hence $\{x\}^{c}$ is open and thus $\{x\}$ is closed.

0
On

$b) \implies a)$: Let $x\in X$ and $y \in X - \{x\}$. Then $x\neq y$ and there exists a nbhd $V$ of $y$ such that $x\notin V$, i.e. $V \subset X - \{x\}$. Thus $X-\{x\}$ is open.

$a)\implies b)$: Let $x\neq y$. We have $X-\{x\}$ is open and $y\in X-\{x\}$, so there exists a nbhd $V$ of $y$ such that $V \subset X-\{x\}$, i.e. $x\notin V$. Similarly for the other nbhd.