Added the principal logarithm.

This commit is contained in:
Bokuan Li
2026-05-11 16:11:33 -04:00
parent 538a02ba37
commit 4ba2e76b44
11 changed files with 180 additions and 1 deletions

View File

@@ -47,6 +47,25 @@
(2) $\Rightarrow$ (1): Let $E, F \in \tau$, then $E \cup F \in \sigma$. Since $\tau$ is fundamental, there exists $G \in \tau$ such that $E \cup F \subset G$.
\end{proof}
\begin{definition}[Product Ideal]
\label{definition:product-ideal}
Let $X, Y$ be sets, $\sigma \subset 2^X$ and $\tau \subset 2^Y$ be ideals, and
\[
\beta = \bracs{A \times B|A \in \sigma, B \in \tau}
\]
then there exists a unique ideal $\sigma \times \tau$ such that $\beta$ is fundamental with respect to $\sigma$. The ideal $\sigma \otimes \tau$ is the \textbf{product} of $\sigma$ and $\tau$.
\end{definition}
\begin{proof}
For each $A_1, A_2 \in \sigma$ and $B_1, B_2 \in \tau$,
\[
(A_1 \times B_1) \cup (A_2 \times B_2) \subset (A_1 \cup A_2) \times (B_1 \cup B_2)
\]
By \autoref{proposition:set-ideal-fundamental-criterion}, there exists an ideal $\sigma \otimes \tau$ such that $\beta$ is fundamental with respect to $\sigma \otimes \tau$.
\end{proof}