Skip to content

Commit

Permalink
BabyRudin: Solution: Ex09 in Ch02
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliachan1979 committed Jan 7, 2024
1 parent e1d1ea7 commit e658fe4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Books/BabyRudin/BabyRudin.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
\section*{Ch01 - The Real and Complex Number Systems}
\input{Chapter01/ex01.tex}

\section*{Ch02 - Basic Topology}
\input{Chapter02/ex09.tex}


\end{document}
31 changes: 31 additions & 0 deletions Books/BabyRudin/Chapter02/ex09.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
\subsection*{Exercise 09}
\subsubsection*{Part a}
Every point $ p $ of $ E^o $ is an interior point of $ E $.
$ p $ is inside a neighborhood $ N $ of $ p $ such that $ N \subset E $.
If $ N $ is not a subset of $ E^o $, then $ N $ contains a point $ q $ such that $ q \notin E^o $.
But $ q \in N \subset E $, q is an interior point of $ E $, which is a contradiction.
Therefore $ N \subset E^o $, $ p $ is an interior point of $ E^o $, and so $ E^o $ is open.

\subsubsection*{Part b}
If $ E $ is open, every point of $ E $ is an interior point of $ E $, therefore $ E \subset E^o $.
Every interior point of $ E $ is a point of $ E $, therefore $ E^o \subset E $.
Therefore $ E = E^o $.

If $ E = E^o $, then $ E = E^o $ is open by part a.

\subsubsection*{Part c}
If $ G $ is open, every point of $ G $ is an interior point of $ G $, every point of $ G $ is contained in a neighborhood $ N $ of $ G $ such that $ N \subset G $.
But $ G \subset E $, therefore $ N \subset E $, every point of $ G $ is an interior point of $ E $, therefore $ G \subset E^o $.

\subsubsection*{Part d}
Consider a point $ p \in (E^o)^c $, $ p $ is not an interior point of $ E $, therefore every neighborhood $ N $ of $ p $ contains a point $ q $ such that $ q \notin E \implies q \in E^c $, therefore $ q $ is a limit point of $ E^c $, therefore $ p $ is a limit point of $ E^c $, therefore $ p \in \overline{E^c} $ and $ (E^o)^c \subset \overline{E^c} $.

On the other hand, consider a point $ r \in \overline{E^c} $, $ r $ is a limit point of $ E^c $, every neighborhood $ N $ of $ r $ contains a point $ s $ such that $ s \in E^c $, so there does not exists a neighborhood of $ r $ that does not contain any point not in $ E $, in other words, every neighborhood of $ r $ contains a point is not a subset of $ E $, so $ r $ is not an interior point of $ E $, $ r \in (E^o)^c $, therefore $ \overline{E^c} \subset (E^o)^c $.

Together, we have $ \overline{E^c} = (E^o)^c $.

\subsubsection*{Part e}
No, consider the set $ E = (1, 2) \cup (1, 3) $. $ E $ is open, so the interior of $ E $ is $ E $ itself. However, the closure of $ E $ is $ [1, 3] $, its interior is $ (1, 3) $, which is not the same as the interior of $ E $.

\subsubsection*{Part f}
No, consider the set $ E = \{1\} $, the interior is $ \emptyset $, the closure of the interior is $ \emptyset $. However, the closure of $ E $ is $ \{1\} $, which is not the same as the closure of the interior of $ E $.

0 comments on commit e658fe4

Please sign in to comment.