[Math] Pre-image of Hausdorff space is Hausdorff

general-topologyproof-verificationseparation-axioms

Let $X, Y$ be topological spaces, with Y a Hausdorff space. Prove that if there exists an injective and continuous function $f: X \rightarrow Y$, then $X$ is Hausdorff.


Here's my idea:

Since $Y$ is Hausdorff, different points $x,y \in Y$ have disjoint neighborhood $U \subset \tau_x,V \subset \tau_y$.

But $f$ is also continuous, so the pre-image of these sets is an open set in $X$, say $f^{-1}(U)=A$, $f^{-1}(V)=B$. Now, because $f$ is injective, I got that $A \cap B = \emptyset$, and $f^{-1}(x)$, $f^{-1}(y)$ have disjoint neighborhoods.

Best Answer

Let $x_1,x_2 \in X$ such that $x_1 \neq x_2$

Then $f(x_1),f(x_2) \in Y$ and $f(x_1) \neq f(x_2)$ because $f$ is injective.

Then there exist two disjoint open sets $U_1,U_2 \in \mathcal{T_Y}$ such that $f(x_1) \in U_1$ and $f(x_2) \in U_2$

Thus $$x_1 \in f^{-1}(U_1)$$ $$x_2 \in f^{-1}(U_2)$$ where $ f^{-1}(U_1),f^{-1}(U_2)$ are open in $X$ because $f$ is continuous and $U_1,U_2$ are open in $Y$.

Put $V_1=f^{-1}(U_1)$ and $V_2=f^{-1}(U_2)$ and you have: $$V_1 \cap V_2 =f^{-1}(U_1) \cap f^{-1}(U_2)=f^{-1}(U_1 \cap U_2)=f^{-1}(\emptyset)=\emptyset$$

Therefore $X$ is Hausdorf.

Related Question