Added measurability in separable metric spaces.

This commit is contained in:
Bokuan Li
2026-01-21 16:03:50 -05:00
parent c6796d2cc1
commit 0b24ab616f
15 changed files with 376 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\end{enumerate}
If $d$ satisfies the above and
\begin{enumerate}
\item[(M)] For any $x, y \in X$ with $x \ne y$, $d(x, y)$
\item[(M)] For any $x, y \in X$ with $x \ne y$, $d(x, y) > 0$.
\end{enumerate}
then $d$ is a \textbf{metric}.
\end{definition}