Updated content.

This commit is contained in:
Bokuan Li
2026-01-01 03:50:45 -05:00
parent ba0cf9a315
commit e8d394a2ac
38 changed files with 2574 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
\section{Baire Spaces}
\label{section:baire}
\begin{definition}[Baire Space]
\label{definition:baire}
Let $X$ be a topological space, then the following are equivalent:
\begin{enumerate}
\item For any $\seq{A_n}$ nowhere dense, $\bigcup_{n \in \nat}A_n \subsetneq X$.
\item For any $\seq{A_n}$ closed with empty interior, $\bigcup_{n \in \nat}A_n \subsetneq X$.
\item For any $\seq{A_n}$ closed with $\bigcup_{n \in \nat}A_n = X$, there exists $N \in \nat$ such that $\bigcup_{n \le N}A_n$ has non-empty interior.
\item For any $\seq{U_n}$ open and dense, $\bigcap_{n \in \nat}U_n$ is dense.
\end{enumerate}
If the above holds, then $X$ is a \textbf{Baire space}.
\end{definition}
\begin{theorem}[Baire Category Theorem]
\label{theorem:baire}
Let $X$ be a topological space, then the following are sufficient conditions for $X$ to be Baire:
\begin{enumerate}
\item $X$ is completely metrisable.
\item $X$ is locally compact.
\end{enumerate}
\end{theorem}