Polished A-A and added new lines for broken enumerates.
Some checks failed
Compile Project / Compile (push) Failing after 12s

This commit is contained in:
Bokuan Li
2026-05-05 01:50:35 -04:00
parent 47a7e1de68
commit 0f2e69d1f9
81 changed files with 441 additions and 185 deletions

View File

@@ -9,7 +9,8 @@
\item[(M)] For any $x, y \in X$ with $x \ne y$, $d(x, y) > 0$.
\item[(PM2)] For any $x, y \in X$, $d(x, y) = d(y, x)$.
\item[(PM3)] For any $x, y, z \in X$, $d(x, z) \le d(x, y) + d(y, z)$.
\end{enumerate}
\end\{enumerate\}
The pair $(X, d)$ is a \textbf{metric space}, which comes with the metric uniformity induced by $d$, and the corresponding topology.
\end{definition}