finished contents and measures

This commit is contained in:
Robert 2021-03-30 18:10:35 +02:00
parent a8e9ca20f6
commit a9912ce6c2
3 changed files with 503 additions and 0 deletions

View file

@ -42,6 +42,7 @@
\newcommand{\cmpln}{\mathbb{C}}
\newcommand{\field}{\mathbb{K}}
\newcommand{\powerset}{\mathcal{P}}
\newcommand{\rec}[1]{\frac{1}{#1}}
\newcommand{\idf}{\text{id}}
\newcommand{\inv}[1]{{#1}^{-1}}
@ -89,6 +90,11 @@
\renewcommand{\kbldelim}{(}
\renewcommand{\kbrdelim}{)}
\newcommand{\setfam}{\mathcal{A}}
\newcommand{\measureable}{(\Omega, \setfam)}
\newcommand{\measure}{(\Omega, \setfam, \mu)}
\newcommand{\intervals}{\mathcal{I}}
\newcommand{\reader}{Left as an exercise for the reader.}
\newcommand{\noproof}{Without proof.}
\newcommand{\setvert}{\,\vert\,}