Section 3.3 shapes of sets
Subsection 3.3.1 bounded sets
The definition of a bounded set from Chapterย 1 works just fine in a metric space:
Proposition 3.3.2.
Checkpoint 3.3.3.
Consider the sequence in \(\mathbb{R}^\infty\) given by \(x_n=\left(0,\ldots,0,1,0,\ldots\right)\) where the 1 is in the \(n\)th slot. Weโll work with the \(2\)-norm on \(\mathbb{R}^\infty\text{.}\)
-
Is \(X\) bounded?
-
What is \(d(x_i,x_j)\text{?}\)
-
Does \(X\) converge?
-
Is there a subsequence of \(X\) which converges?
Remark 3.3.4.
Checkpointย 3.3.3 says that the Bolzano-Weierstraร property need not hold in a normed space. Normed spaces that do have the Bolzano-Weierstraร property will turn out to be quite special.
Subsection 3.3.2 open sets
In \(\mathbb{R}\text{,}\) we often saw that having a little bit of wiggle room -- moving from \(\epsilon\) to \(\frac{1}{2}\epsilon\) -- was important in many arguments. Thatโs why the definitions we use have so many strict inequalities. But if we donโt have an order, how do we make sense of "strictly" and obtain this same kind of wiggle room?
Checkpoint 3.3.5.
Let \(I=(a,b)\) be an open interval, and let \(c\in I\text{.}\) Explain how to obtain an open interval \(J\text{,}\) with center \(c\text{,}\) so that \(J\subseteq I\text{.}\)
Remark 3.3.6.
Checkpointย 3.3.5 is, if you like, a topological formulation of what we mean by "wiggle room". And itโs one that will carry over into any metric space.
Definition 3.3.7.
Let \((S,d)\) be a metric space. A set \(A\subseteq (S,d)\) is open if for every \(a\in A\text{,}\) there is \(\epsilon\gt 0\) so that \(B_\epsilon(a)\subseteq A\text{.}\)
Remark 3.3.8.
Observe that Checkpointย 3.3.5, together with Checkpointย 3.2.14, is precisely the statement that open intervals are open, which sounds really unnecessary to state -- but in fact does not follow from the particular terminological choice "open interval".
Proposition 3.3.9.
In any metric space, open balls are open.
Proof.
Given an open ball \(B_r(x)\text{,}\) we will show itโs open.
Let \(y\in B_r(x)\text{.}\) We need to find a radius around \(y\) that doesnโt take us outside of \(B_r(x)\text{.}\) Set \(\epsilon=r-d(x,y)\text{.}\) I claim that \(B_\epsilon(y)\subseteq B_r(x)\text{.}\)
To this end, let \(z\in B_\epsilon(y)\text{;}\) that is, \(d(y,z)\lt \epsilon\text{.}\) Now letโs compute \(d(x,z)\text{:}\)
\begin{equation*}
d(x,z)\leq d(x,y)+d(y,z)\lt d(x,y)+\epsilon=d(x,y)+r-d(x,y)=r
\end{equation*}
which is what we needed. So \(z\in B_r(x)\text{.}\)

This proof looks pretty complicated! But thatโs because the statement itself is complicated. Letโs work through it symbolically. The statement "\(B_\epsilon(a)\subseteq A\)" means
\begin{equation*}
\forall z\in B_\epsilon(a), z\in A
\end{equation*}
But \(z\in B_\epsilon(a)\) just means \(d(z,a)\lt \epsilon\text{.}\) So the innermost part of the definition of open set reads
\begin{equation*}
\forall z, d(z,a)\lt \epsilon\Rightarrow z\in A\ \ \ .
\end{equation*}
Now letโs handle the variables \(a\) and \(\epsilon\text{:}\)
\begin{equation*}
\forall a\in A,\ \exists \epsilon\gt 0:\ \forall z,\ d(z,a)\lt \epsilon\Rightarrow z\in A\ \ \ .
\end{equation*}
So a proof that \(A\) is open will always have the form
And the work of the proof will end up being: how do we pick \(\epsilon\) for a given \(a\in A\text{?}\)[a whole bunch of work here]. . . so we see that \(z\in A\text{.}\)
My advice, as regards proofs like this, is:
Obviously not every normed space or every metric space is \((\mathbb{R}^2,\lVert\cdot\rVert_2)\text{,}\) but usually your eyes will do a decent job of suggesting what to do. For example, Figureย 3.3.10 is the sketch I used to arrive at the choice \(\epsilon=r-d(x,a)\text{.}\)Draw a picture in the plane.
Checkpoint 3.3.12.
Here are some subsets of \(\mathbb{R}\text{.}\) Identify them as either open or not open. Give a proof for each.
-
\(\displaystyle \{1\}\)
-
\(\displaystyle \mathbb{R}\)
-
\(\displaystyle (-1,\infty)\)
-
\(\displaystyle [2,3]\)
-
\(\displaystyle \varnothing\)
Proposition 3.3.13.
Actually the proof of Propositionย 3.3.13 doesnโt rely on the fact that there were only two sets.
Theorem 3.3.14. Union of Open Sets is Open.
If \(\left\{U_\alpha\right\}_{\alpha\in\Lambda}\) is a collection of open sets, then \(\displaystyle\bigcup_{\alpha\in \Lambda} U_\alpha\) is open.
Proposition 3.3.15.
Proposition 3.3.16.
Proof.
We proceed by induction on the number \(k\) of sets in the collection.
If thereโs only one set, weโre done.
If there are two sets in the collection, this is just Propositionย 3.3.15.
Now let \(k\geq 3\) and assume that weโve shown all intersections of \(k-1\) or fewer open sets are open. Consider a collection \(U_1,\ldots, U_k\) of open sets. Then \(U_1\cap\cdots\cap U_k=U_1\cap(U_2\cap \cdots\cap U_k)\text{;}\) by the inductive assumption, \(U_2\cap \cdots\cap U_k\) is open. So the \(U_1\cap\cdots\cap U_k\) can be written as the intersection of 2 open sets, hence is open.
But! One should be cautious: the hypothesis that there are finitely many open sets involved in the intersection is critical, as the example
\begin{equation*}
\bigcap_{n\in\mathbb{N}} (-\frac{1}{n},\frac{1}{n})=\{0\}
\end{equation*}
shows.
Subsection 3.3.3 closed sets
If open sets generalize open intervals, what plays the role of closed intervals?
Definition 3.3.17.
A set is closed if its complement is open.
Checkpoint 3.3.18.
Show that a closed interval \([\alpha,\beta]\) is closed in \(\mathbb{R}\) with the standard norm.
Proposition 3.3.19.
In any metric space, the closed ball \(D_r(x)\) is closed.
Proof.
We must show that
\begin{equation*}
\left(D_r(x)\right)^c=\left\{y \middle\vert\ d(x,y)\gt r\right\}
\end{equation*}
is an open set.
To this end, let \(y\in \left(D_r(x)\right)^c\text{;}\) that is, assume \(d(x,y)\gt r\text{.}\) Set \(\epsilon=d(x,y)-r\text{;}\) weโll show that \(B_\epsilon(y)\subseteq \left(D_r(x)\right)^c\text{.}\)
Let \(z\in B_\epsilon(y)\text{,}\) i.e. \(d(z,y)\lt \epsilon\text{.}\) Then we have
\begin{equation*}
d(x,y)\leq d(x,z)+d(z,y)\lt d(x,z)+d(x,y)-r
\end{equation*}
which we can rearrange to say
\begin{equation*}
r\lt d(x,z)
\end{equation*}
But this is precisely the condition for \(z\in \left(D_r(x)\right)^c\text{.}\)
Checkpoint 3.3.20.
Draw the picture for the proof of Propositionย 3.3.19.
Corollary 3.3.21.
Let \(C_1,\ldots,C_k\) be a finite collection of closed sets. Then \(\displaystyle\bigcup_{i=1}^k C_i\) is closed.
Let \(\{C_\alpha\}_{\alpha\in\Lambda}\) be any collection of closed sets. Then \(\displaystyle\bigcap_{\alpha\in\Lambda}C_\alpha\) is closed.
Checkpoint 3.3.22.
Which mathematical result is Corollaryย 3.3.21 a corollary of?