0

the following post is the answer for Show that a locally compact Hausdorff space is regular. I was reading the answer,but not able get the highlighted argument. Please explain this...

Suppose $X$ is a Hausdorff space which is locally compact, meaning that every point has a compact neighborhood. Consider a closed set $F\subseteq X$ and a point $x\in X\setminus F.$ Let $K$ be a compact neighborhood of $x.$

Since $X$ is Hausdorff, and since $F\cap K$ is compact and $x\notin F\cap K,$ there are disjoint open sets $U,V$ such that $x\in U$ and $F\cap K\subseteq V.$

Now $x\in\operatorname{int}K$ (since $K$ is a neighborhood of $x$), and $K$ is closed (since $K$ is compact and $X$ is Hausdorff).

Thus we have disjoint open sets $U_0=U\cap\operatorname{int}K$ and $V_0=V\cup(X\setminus K)$ with $x\in U_0$ and $F\subseteq V_0.$

Styles
  • 3,539
  • Which step is unclear ? – Surb Dec 07 '21 at 08:44
  • @Surb:"there are disjoint open sets U,V such that $x\in U$ and $F\cap K \subset V$". – Styles Dec 07 '21 at 08:46
  • Because $X$ is Hausdorff, for all $k\in K$, there are $U_k,V_k$ open s.t. $x\in U_k$, $k\in V_k$ and $U_k\cap V_k=\varnothing $. Now, $\bigcup_{k\in K}V_k$ is an open covering of $K$, and thus there are $k_1,...,k_m$ s.t. $K\subset \bigcup_{i=1}^m V_{k_i}$. Taking $V=\bigcup_{i=1}^mV_{k_i}$ and $U=\bigcap_{i=1}^mU_{k_i}$ gives you the wished result. – Surb Dec 07 '21 at 08:49

2 Answers2

1

In any Hausdorff space $x \notin K$, $K$ compact implies there exist disjoint open sets $U,V$ with $x \in U, K \subseteq V$: For any $y \in K$ there exist disjoint open sets $U_y,V_y$ with $x \in U_x, y \in V_y$. $K$ is covered by a finite number of $V_x$'s say $K \subseteq \bigcup_{i=1}^{n} V_{x_i}$. Take $U=\bigcap_{i=1}^{n} U_{x_i}, V=\bigcup_{i=1}^{n} V_{x_i}$.

1

Lemma: if $X$ is a Hausdorff space and $x \in X$ and $K$ is a compact set that does not contain $x$, then $x$ and $K$ have disjoint open neighbourhoods.

The proof uses the Hausdorff property for all pairs $x,p \in K$ and use the resulting open cover of $K$ (which has a finite subcover by compactness) to construct these neighbourhoods.

Henno Brandsma
  • 242,131