I am thoroughly confused by the separation axioms in topology. My lectures, online resources, and books all seem to say different things.
Online I read that $T_4 \Rightarrow T_3 \Rightarrow T_2 \Rightarrow T_1 \Rightarrow T_0$, the proofs make sense to me and I don't see how this could be wrong. I am reading the book Topology: An Introduction, by Stefan Waldmann. Given the chain of implications from before as fact, several things he says in the book confuse me:
Let $(M, \mathcal{M})$ be a topological space.
- he says that $(M, \mathcal{M})$ is regular if it is $T_1$ and $T_3$. But $T_3 \Rightarrow T_2 \Rightarrow T_1$, so why have the condition that it is $T_1$ and what is the difference between a regular space and a $T_3$ space?
- $(M, \mathcal{M})$ is normal if it is $T_1$ and $T_4$. Again, why have $T_1$ in the definition and what is the difference between normal and $T_4$?
- He says a metric space is normal and hence $T_1, T_2, T_3, T_4$. Why did he not include $T_0$ in this list?
Further, the Wikipedia article "Separation Axiom" adds a whole new level of confusion. There it is implied that normal and regular spaces are not necessarily $T_0$.
So is $T_4 \Rightarrow T_3 \Rightarrow T_2 \Rightarrow T_1 \Rightarrow T_0$ even true? If not, why not?
Here are the definitions of the axioms as I learned them in my lecture and the book:
Let $(M, \mathcal{M})$ be a topological space.
- The space $M$ is called a $T_0$-space if for each two different points $p \neq q$ in $M$ we find an open subset which contains only one of them.
- The space $M$ is called a $T_1$-space if for each two different points $p \neq q$ in $M$ we find open subsets $O_1$ and $O_2$ with $p \in O_1$ and $q \in O_2$ but $p \not\in O_2$ and $q \not\in O_1$.
- The space $M$ is called a $T_2$-space or a Hausdorff space if for each two different points $p \neq q$ in $M$ we find disjoint open subsets $O_1$ and $O_2$ with $p \in O_1$ and $q \in O_2$.
- The space $M$ is called a $T_3$-space if for every closed subset $A \subset M$ and every $p \in M \backslash A$ there are disjoint open subsets $O_1$ and $O_2$ with $A \subset O_1$ and $p \in O_2$.
- The space $M$ is called a $T_4$-space if for two disjoint closed subsets $A_1, A_2 \subset M$ there are disjoint open subsets $O_1$ and $O_2$ with $A_1 \subset O_1$ and $A_2 \subset O_2$.
From Munkres’ Topology, section 31:
There is a minor deviation in terminologies: Some authors adopt the notion of $_3$ (or regular) being “a point and a closed set (not including that point) can be separated”, while others write $_3$ to say the bold quoted sentence plus Hausdorff. Similar for $T_4$ and its synonym normal.
In terms of your lecture, a two-point space in the indiscrete topology is $T_3$ and $T_4$, but not $T_2$. Thus $T_3\Rightarrow T_2$ is not valid.
P.S. We have $T_3+T_1\Rightarrow T_2$ and $T_4+T_1\Rightarrow T_2$, so this example does not satisfy $T_1$ as well.