-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathset01.tex
More file actions
53 lines (38 loc) · 1.03 KB
/
set01.tex
File metadata and controls
53 lines (38 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass{homework}
\course{Point Set Topology}
\author{Names of Contributors}
\input{preamble}
\begin{document}
\maketitle
\begin{inspiration}
A quote. \byline{A Person}
\end{inspiration}
\section{Terminology}
\begin{problem}
What is a \textbf{topological space}? An \textbf{open set}? A \textbf{closed set}?
\label{topological-space}
\end{problem}
\begin{problem}
What is meant by the \textbf{interior} of a set?
\end{problem}
\begin{problem}
What is meant by the \textbf{closure} of a set? Write $\bar{A}$ for the closure of $A$.
\end{problem}
\section{Numericals}
\begin{problem}
In $\R$ with the standard topology, what is
$\interior [0,1]$?
\end{problem}
\begin{problem}
In $\R$ with the standard topology, what is
$\interior \Q$?
\end{problem}
\section{Exploration}
\begin{problem}
Describe different topologies on the set $\{ 0, 1 \}$.
\end{problem}
\section{Prove or Disprove and Salvage if Possible (PODASIP)}
\begin{problem}
The set $X$ is open if and only if $\int X = X$.
\end{problem}
\end{document}