diff options
Diffstat (limited to 'library/topology/preclosure.tex')
| -rw-r--r-- | library/topology/preclosure.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/library/topology/preclosure.tex b/library/topology/preclosure.tex new file mode 100644 index 0000000..6c104be --- /dev/null +++ b/library/topology/preclosure.tex @@ -0,0 +1,18 @@ +\import{set.tex} + +\section{Preclosure spaces} + + +\begin{struct} + A preclosure space $X$ is a onesorted structure equipped with + \begin{enumerate} + \item $\cl$ + \end{enumerate} + such that + \begin{enumerate} + \item For all $Y\subseteq X$ we have $\cl(Y)\subseteq X$. + \item $\cl(\emptyset) = \emptyset$. + \item For all $A$ we have $A\subseteq \cl(A)$. + \item For all $A, B$ we have $\cl(A\union B) = \cl(A) \union \cl(B)$. + \end{enumerate} +\end{struct} |
