Skip to content

Commit 09025cb

Browse files
committed
fix #82, thanks @tomvanlier!
1 parent 989c2ba commit 09025cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapters/chapter3/chapter3-2.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ \section{Open and Closed Sets}
3232
\item The set of $B$'s limit points is $[0, 1]$. The set of $A$'s limit points is $\{1, -1\}$.
3333
\item
3434
$B$ is not open since every $(a,b) \not\subseteq B$ and $B$ is not closed since we can construct limits to irrational values outside $B$.
35-
$A$ is closed since $\{1, -1\} \subseteq A$, but not open as it does not contain any irrationals meaning $(a,b) \not\subseteq A$ for all $a,b \in \mathbf{R}$.
35+
$A$ is not closed since $-1 \notin A$, and not open as it does not contain any irrationals meaning $(a,b) \not\subseteq A$ for all $a,b \in \mathbf{R}$.
3636
\item
37-
Every point of $A$ except the limit points $\{1, -1\}$ is isolated, as if it were not isolated it would be a limit point.
37+
Every point of $A$ except the limit point $1$ is isolated, as if it were not isolated it would be a limit point.
3838
$B$ has no isolated points since $B \setminus [0, 1] = \emptyset$, or in other words since $B$ is dense in $[0,1]$ every $b \in B \subseteq [0,1]$ can be reached via a limit.
39-
\item $\closure A = A$ as $A$ is already closed, and $\closure B = B \cup [0,1] = [0,1]$.
39+
\item $\closure A = A \cup \{-1\}$, and $\closure B = B \cup [0,1] = [0,1]$.
4040
}
4141
\end{solution}
4242

0 commit comments

Comments
 (0)