diff options
Add section on De Morgan's laws
-rw-r--r-- | analysis_3.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/analysis_3.tex b/analysis_3.tex index e35094f..84ec989 100644 --- a/analysis_3.tex +++ b/analysis_3.tex @@ -1,3 +1,11 @@ +\section*{Nützliches aus der Mengenlehre} + +\subsection*{De Morgansche Regeln} + +Sei $\mathcal{B}$ ein Mengensystem. + +$$\left(\bigcup_{B\in \mathcal{B}} B \right)^c = \bigcap_{B\in \mathcal{B}} B^c \hspace*{8mm} \left(\bigcap_{B\in \mathcal{B}} \right)^c = \bigcup_{B\in \mathcal{B}} B^c$$ + \section*{$\sigma$-Algebren} Ein Mengensystem $\mathcal{A} \subseteq \mathcal{P}(X)$ ist $\sigma$-Algebra auf der nichtleeren Menge $X$ gdw.: |