This commit is contained in:
Bokuan Li
2026-03-06 14:06:15 -05:00
parent 173727665b
commit 5034bc4220
109 changed files with 1184 additions and 410 deletions

View File

@@ -12,6 +12,7 @@
\[
\ce = \bracs{\bigcap_{j \in J}\pi_j^{-1}(E_j) \bigg | J \subset I \text{ finite}, E_j \in \cm_j}
\]
then $\ce$ is an elementary family, and $\sigma(\ce) = \bigotimes_{i \in I}\cm_i$.
\end{lemma}
\begin{proof}
@@ -21,15 +22,18 @@
\[
\bigcap_{j \in J}\pi_j^{-1}(E_j), \bigcap_{j \in J'}\pi_j^{-1}(F_j) \in \ce
\]
Assume without loss of generality that $J = J'$, then
\[
\bigcap_{j \in J}\pi_j^{-1}(E_j) \cap \bigcap_{j \in J'}\pi_j^{-1}(F_j) = \bigcap_{j \in J}\pi_j^{-1}(E_j \cap F_j) \in \ce
\]
\item[(E)] For any $j \in I$, $\prod_{i \in I}X_i = \pi_j^{-1}(X_j) \in \ce$. Thus it is sufficient to show that $\ce$ is closed under complements. Let $\bigcap_{j \in J}\pi_j^{-1}(E_j) \in \ce$, then
\[
\braks{\bigcap_{j \in J}\pi_j^{-1}(E_j)}^c = \bigcup_{j \in J}\pi_j^{-1}(E_j^c) = \bigsqcup_{\emptyset \subsetneq K \subset J}
\underbrace{\paren{\bigcap_{k \in K}\pi_j^{-1}(E_k^c)} \cap \paren{\bigcap_{j \in J \setminus K}\pi_j^{-1}(E_k)}}_{\in \ce}
\]
\end{enumerate}
\end{proof}
@@ -42,11 +46,12 @@
\end{enumerate}
\end{proposition}
\begin{proof}
(2): By \ref{proposition:separable-product}, $X$ is also separable. Let $U \subset X$, then there exists $\seq{x_j} \subset X$ such that $\overline{\bracs{x_j|j \in \natp}} \supset U$. For each $j \in \nat$, let $\bracs{U_{j, k}}$ such that $U_{j, k} \in \cn_{X_k}(\pi_k(x_j))$ for each $1 \le k \le n$ and $x_j \in \bigcap_{k = 1}^n \pi_k^{-1}(U_{j, k}) \subset U$.
(2): By \autoref{proposition:separable-product}, $X$ is also separable. Let $U \subset X$, then there exists $\seq{x_j} \subset X$ such that $\overline{\bracs{x_j|j \in \natp}} \supset U$. For each $j \in \nat$, let $\bracs{U_{j, k}}$ such that $U_{j, k} \in \cn_{X_k}(\pi_k(x_j))$ for each $1 \le k \le n$ and $x_j \in \bigcap_{k = 1}^n \pi_k^{-1}(U_{j, k}) \subset U$.
Since $\bigcap_{k = 1}^n \pi_k^{-1}(U_{j, k}) \in \bigotimes_{j = 1}^n \cb_{X_j}$ and
\[
U = \bigcup_{j \in \natp}\bigcap_{k = 1}^n \pi_k^{-1}(U_{j, k})
\]
The open set $U$ is in $\bigotimes_{j = 1}^n \cb_{X_j}$.
\end{proof}