Incremental update.

This commit is contained in:
Bokuan Li
2026-01-19 21:21:11 -05:00
parent 307f23ad57
commit 9d2ca2c3e2
9 changed files with 178 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
\section{$\sigma$-Compact Spaces}
\label{section:sigma-compact}
\begin{definition}[$\sigma$-Compact]
\label{definition:sigma-compact}
Let $X$ be a topological space, then $X$ is \textbf{$\sigma$-compact} if there exits $\seq{K_n} \subset 2^X$ compact such that $X = \bigcup_{n \in \natp}K_n$.
\end{definition}
\begin{definition}[Exhaustion by Compact Sets]
\label{definition:compact-exhaustion}
Let $X$ be a topological space and $\seq{U_n} \subset 2^X$, then $\seq{U_n}$ is an \textbf{exhaustion of $X$ by compact sets} if:
\begin{enumerate}
\item For each $n \in \natp$, $U_n$ is open and precommpact.
\item For each $n \in \natp$, $\ol{U_n} \subset U_{n+1}$.
\end{enumerate}
\end{definition}