I'm currently studying metric spaces through Gamelin and Greene's Introduction to Topology. While studying about completeness I got stuck with this concept of nowhere dense subset. The book defines a subset Y of X is nowhere dense if cl(Y) has no interior points i.e. int(cl(Y)) is empty. It then says that "evidently Y is nowhere dense if and only if X\cl(Y) is a dense open subset of X". This is the part I don't get. How can I prove the iff relationship between this statement and the original definition of a nowhere dense set?
Asked
Active
Viewed 1,581 times
1 Answers
5
It follows from the relation
$$X \setminus \operatorname{int} A = \operatorname{cl} (X\setminus A),$$
"the complement of the interior is the closure of the complement". (Prove that relation, if you're not yet familiar with it.)
Thus $\overline{Y}$ has empty interior if and only if $X \setminus \overline{Y}$ is dense.

Daniel Fischer
- 206,697
-
2Note that $x \in X \setminus \operatorname{int}A$ iff it is not the case that there is an open set containing $x$ that stays inside $A$. So every open set that contains $x$ also contains points not in $A$. And this just says that $x \in \operatorname{cl}(X \setminus A)$. Hence the equality. – Henno Brandsma Mar 14 '14 at 06:25
-
that was quite simple thanks a lot!! – nomadicmathematician Mar 23 '14 at 14:01
-
@HennoBrandsma Dear Heno - thanks for your comment which really clarified things for me. Regards, – Sep 16 '15 at 21:04