Added the existence of projections.
All checks were successful
Compile Project / Compile (push) Successful in 52s

This commit is contained in:
Bokuan Li
2026-08-09 15:40:56 -04:00
parent 1bc1b17fee
commit 575cd66ad8
6 changed files with 116 additions and 5 deletions

View File

@@ -54,3 +54,9 @@
\label{definition:order-vector-complete}
Let $(E, \le)$ be an ordered vector space, then $E$ is \textbf{order complete} if for any order bounded set $A \subset E$, $\sup (A)$ and $\inf (A)$ exist.
\end{definition}
\begin{definition}[Monotone Complete]
\label{definition:monotone-complete}
Let $(E, \le)$ be an ordered vector space, then $E$ is \textbf{monotone complete} if for any order bounded directed set $A \subset E$, $\sup(A)$ exists.
\end{definition}