summaryrefslogtreecommitdiff
path: root/library/topology/topological-space.tex
diff options
context:
space:
mode:
authorSimon-Kor <52245124+Simon-Kor@users.noreply.github.com>2024-05-28 17:36:49 +0200
committerGitHub <noreply@github.com>2024-05-28 17:36:49 +0200
commit68598ccc2e420376a790b31b93efa7f18f91edf6 (patch)
tree6ca3ecd36d8d84ea7153d74cab73361052d03565 /library/topology/topological-space.tex
parent266529fa1271a942920845072efb588c64c4aba3 (diff)
parenta08c4b2d7a7135029a588df542c18fdf07725075 (diff)
Merge pull request #2 from adelon/main
changes from main needs to be included
Diffstat (limited to 'library/topology/topological-space.tex')
-rw-r--r--library/topology/topological-space.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/library/topology/topological-space.tex b/library/topology/topological-space.tex
index e467d48..2bbdf09 100644
--- a/library/topology/topological-space.tex
+++ b/library/topology/topological-space.tex
@@ -11,7 +11,6 @@
such that
\begin{enumerate}
\item\label{opens_type} $\opens[X]$ is a family of subsets of $\carrier[X]$.
- \item\label{emptyset_open} $\emptyset\in\opens[X]$.
\item\label{carrier_open} $\carrier[X]\in\opens[X]$.
\item\label{opens_inter} For all $A, B\in \opens[X]$ we have $A\inter B\in\opens[X]$.
\item\label{opens_unions} For all $F\subseteq \opens[X]$ we have $\unions{F}\in\opens[X]$.
@@ -26,6 +25,15 @@
$U$ is open in $X$ iff $U\in\opens[X]$.
\end{abbreviation}
+\begin{proposition}\label{emptyset_open}
+ Let $X$ be a topological space.
+ Then $\emptyset$ is open in $X$.
+\end{proposition}
+\begin{proof}
+ We have $\unions{\emptyset} = \emptyset\subseteq\opens[X]$ by \cref{unions_emptyset,emptyset_subseteq}.
+ Follows by \cref{opens_unions}.
+\end{proof}
+
\begin{proposition}\label{union_open}
Let $X$ be a topological space.
Suppose $A$, $B$ are open.