Added the Vitali convergence theorem.
All checks were successful
Compile Project / Compile (push) Successful in 33s

This commit is contained in:
Bokuan Li
2026-06-19 17:36:53 -04:00
parent a97be99b8a
commit 1722ddb933
7 changed files with 230 additions and 36 deletions

View File

@@ -3,18 +3,15 @@
\begin{definition}[Convergence in Measure]
\label{definition:convergence-in-measure}
Let $(X, \cm, \mu)$ be a measure space, $(Y, d)$ be a metric space, and $\seq{f_n}$ and $f$ be Borel measurable functions from $X$ to $Y$, then $f_n \to f$ \textbf{in measure} if for every $\eps > 0$,
Let $(X, \cm, \mu)$ be a measure space, $(Y, d)$ be a metric space, and $\fF$ be a filter of $(\cm, \cb_Y)$-measurable functions, and $f$ be a $(\cm, \cb_Y)$-measurable function, then $\fF \to f$ \textbf{in measure} if for each $\eps > 0$,
\[
\lim_{n \to \infty}\mu(\bracs{d(f_n, f) > \eps}) = 0
\lim_{g, \fF}\mu(\bracs{d(f, g) > \eps}) = 0
\]
\end{definition}
\begin{definition}[Cauchy in Measure]
\label{definition:cauchy-in-measure}
Let $(X, \cm, \mu)$ be a measure space, $(Y, d)$ be a metric space, and $\seq{f_n}$ be Borel measurable functions from $X$ to $Y$, then $\seq{f_n}$ is \textbf{Cauchy in measure} if for every $\eps > 0$,
\[
\mu(\bracs{d(f_m, f_n) > \eps}) \to 0 \quad \text{as}\ m, n \to \infty
\]
Let $(X, \cm, \mu)$ be a measure space, $(Y, d)$ be a metric space, and $\fF$ be a filter of $(\cm, \cb_Y)$-measurable functions, then $\fF$ is \textbf{Cauchy in measure} if for every $\eps, \delta > 0$, there exists $A \in \fF$ such that $\mu(\bracs{d(f, g) > \delta}) < \eps$ for all $f, g \in A$.
\end{definition}
\begin{lemma}