0

Let $(X, \tau )$ a topological space and $D$ a dense subset. Prove that if $x\in D$ and $U$ is a neighborhood of $x$ in $D$ (for the subspace topology) then the closure of $U$ in $X$ is a neighborhood of $x$ in $X$.

My attempt is the following:

I want to show that $\overline{U}$ contains an open neighborhood of x in X.

Let $U$ a neighborhood of $x$ in $D$. Then, exists $U'$ open in $D$ such that $U'\subseteq U$. By definition of subspace topology, exists $V$ an open set in $X$ such that $x\in V$ and $U'=V\cap D$.

I obtain that $V\cap D=U'\subseteq \overline{U'}^X=\overline{V\cap D}^X=\overline{V}^X\cap \overline{D}^X=\overline{V}^X\cap X=\overline{V}^X$.

So, $U'\subseteq U \Longrightarrow V\subseteq \overline{V}^X=\overline{U'}^X\subseteq \overline{U}^X$.

1 Answers1

0
  • Strictly speaking, your proof is correct. But your $\overline{V\cap D}^X=\overline{V}^X\cap \overline{D}^X$, or equivalently (given that $\overline{D}^X=X$) $$V\subseteq \overline{V\cap D}^X,$$ needs some argument, since $\overline{A\cap B}\subseteq\bar A\cap\bar B$ but the reverse inclusion does not hold in general.

  • Let us check that $V\subseteq \overline{V\cap D}^X$, i.e. that for any $v\in V$, every open neighborhood $O$ of $v$ (in $X$) meets $V\cap D$. For this, just notice that $$O\cap(V\cap D)=(O\cap V)\cap D\ne\varnothing,$$ since $O\cap V$ is a nonempty open subset of $X$ and $D$ is dense in $X$.

  • Note moreover that this "hard part" was sufficient. You can lighten the end of your attempt by just writing: $$U'\subseteq U\implies V\subseteq\overline{V\cap D}=\overline{U'}\subseteq\overline U,$$ and suppressing your previous line of formulas.

Anne Bauval
  • 34,650