# Math 4201 Exam 2 Review > [!NOTE] > > This is a review for definitions we covered in the classes. It may serve as a cheat sheet for the exam if you are allowed to use it. ## Connectedness and compactness of metric spaces ### Connectedness and separation #### Definition of separation Let $X=(X,\mathcal{T})$ be a topological space. A separation of $X$ is a pair of open sets $U,V\in \mathcal{T}$ that: 1. $U\neq \emptyset$ and $V\neq \emptyset$ (that also equivalent to $U\neq X$ and $V\neq X$) 2. $U\cap V=\emptyset$ 3. $X=U\cup V$ ($\forall x\in X$, $x\in U$ or $x\in V$) Some interesting corollary: - Any non-trivial (not $\emptyset$ or $X$) clopen set can create a separation. - Proof: Let $U$ be a non-trivial clopen set. Then $U$ and $U^c$ are disjoint open sets whose union is $X$. - For subspace $Y\subset X$, a separation of $Y$ is a pair of open sets $U,V\in \mathcal{T}_Y$ such that: 1. $U\neq \emptyset$ and $V\neq \emptyset$ (that also equivalent to $U\neq Y$ and $V\neq Y$) 2. $U\cap V=\emptyset$ 3. $Y=U\cup V$ ($\forall y\in Y$, $y\in U$ or $y\in V$) - If $\overline{A}$ is closure of $A$ in $X$, same for $\overline{B}$, then the closure of $A$ in $Y$ is $\overline{A}\cap Y$ and the closure of $B$ in $Y$ is $\overline{B}\cap Y$. Then for separation $U,V$ of $Y$, $\overline{A}\cap B=A\cap \overline{B}=\emptyset$. #### Definition of connectedness A topological space $X$ is connected if there is no separation of $X$. > [!TIP] > > Connectedness is a local property. (That is, even the big space is connected, the subspace may not be connected. Consider $\mathbb{R}$ with the usual metric. $\mathbb{R}$ is connected, but $\mathbb{R}\setminus\{0\}$ is not connected.) > > Connectedness is a topological property. (That is, if $X$ and $Y$ are homeomorphic, then $X$ is connected if and only if $Y$ is connected. Consider if not, then separation of $X$ gives a separation of $Y$.) #### Lemma of connected subspace If $A,B$ is a separation of a topological space $X$, and $Y\subseteq X$ is a **connected** subspace with subspace topology, then $Y$ is either contained in $A$ or $B$. _Easy to prove by contradiction. Try to construct a separation of $Y$._ #### Theorem of connectedness of union of connected subsets Let $\{A_\alpha\}_{\alpha\in I}$ be a collection of connected subsets of a topological space $X$ such that $\bigcap_{\alpha\in I} A_\alpha$ is non-empty. Then $\bigcup_{\alpha\in I} A_\alpha$ is connected. _Easy to prove by lemma of connected subspace._ #### Lemma of compressing connectedness Let $A\subseteq X$ be a connected subspace of a topological space $X$ and $A\subseteq B\subseteq \overline{A}$. Then $B$ is connected. _Easy to prove by lemma of connected subspace. Suppose $C,D$ is a separation of $B$, then $A$ lies completely in either $C$ or $D$. Without loss of generality, assume $A\subseteq C$. Then $\overline{A}\subseteq\overline{C}$ and $\overline{A}\cap D=\emptyset$ (from $\overline{C}\cap D=\emptyset$ by closure of $A$). (contradiction that $D$ is nonempty) So $D$ is disjoint from $\overline{A}$, and hence from $B$. Therefore, $B$ is connected._ #### Theorem of connected product space Any finite cartesian product of connected spaces is connected. _Prove using the union of connected subsets theorem. Using fiber bundle like structure union with non-empty intersection._ ### Application of connectedness in real numbers Real numbers are connected. Using the least upper bound and greatest lower bound property, we can prove that any interval in real numbers is connected. #### Intermediate Value Theorem Let $f:[a,b]\to \mathbb{R}$ be continuous. If $c\in\mathbb{R}$ is such that $f(a)0$ such that for every subset $A\subseteq X$ with diameter less than $\delta$, there is $\alpha\in I$ such that $A\subseteq U_\alpha$. _Apply the extreme value theorem over the mapping of the averaging function for distance of points to the $X-U_\alpha$. Find minimum radius of balls that have some $U_\alpha$ containing the ball._ #### Definition for uniform continuous function $f$ is uniformly continuous if for any $\epsilon > 0$, there exists $\delta > 0$ such that for any $x_1,x_2\in X$, if $d(x_1,x_2)<\delta$, then $d(f(x_1),f(x_2))<\epsilon$. #### Theorem of uniform continuous function Let $f:X\to Y$ be a continuous map between two metric spaces. If $X$ is compact, then $f$ is uniformly continuous. #### Definition of isolated point A point $x\in X$ is an isolated point if $\{x\}$ is an open subset of $X$. #### Theorem of isolated point in compact spaces Let $X$ be a nonempty compact Hausdorff space. If $X$ has no isolated points, then $X$ is uncountable. _Proof using infinite nested closed intervals should be nonempty._ ### Variation of compactness #### Limit point compactness A topological space $X$ is limit point compact if every infinite subset of $X$ has a limit point in $X$. - Every compact space is limit point compact. #### Sequentially compact A topological space $X$ is sequentially compact if every sequence in $X$ has a convergent subsequence. - Every compact space is sequentially compact. #### Equivalence of three in metrizable spaces If $X$ is a metrizable space, then the following are equivalent: 1. $X$ is compact. 2. $X$ is limit point compact. 3. $X$ is sequentially compact.