diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
| commit | 442d732696ad431b84f6e5c72b6ee785be4fd968 (patch) | |
| tree | b476f395e7e91d67bacb6758bc84914b8711593f /library/topology/preclosure.tex | |
Initial commit
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} |
