-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMass.tex
109 lines (67 loc) · 1.98 KB
/
Mass.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
%general
\documentclass[a4paper,oneside,10pt]{report}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
%\usepackage[ansinew]{inputenc}
\usepackage[pdftex]{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{esvect}
\usepackage{color}
\usepackage{enumerate}
\usepackage{mathrsfs}
\usepackage{stmaryrd}
\usepackage{dsfont}
\usepackage{comment}
\usepackage{cancel}
\pagestyle{fancy}
%\fancyhf{}
\geometry{a4paper, top=40mm, bottom=30mm, left=30mm, right=30mm}
%\lhead{Maß- und Wahrscheinlichkeitstheorie}
%\rhead{\thechapter.\thesection}
\newcommand{\zz}{$\mathrm{Z\kern-.5em\raise-0.5ex\hbox{Z}}$}
\newcommand{\arge }{\flushright$\Box$.\flushleft}
\newcommand{\C}{\mathbb{C}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\V}{\mathbb{V}}
\newcommand{\In}{ {i \in I}}
\let\P\relax
\newcommand{\P}{\mathbb{P}}
\newcommand{\ms}[1]{\mathfrak{#1}}
\newcommand{\mf}[1]{\mathfrak{#1}}
\newcommand{\norm}[1]{\left\|#1\right\|}
\newcommand{\snorm}[1]{\norm{#1}_\infty}
\newcommand{\Li}{\mathcal{L}_\infty}
\newcommand{\schircherarrow}{\rotatebox[origin=c]{-55}{$\Downarrow$}}
\newtheorem{defi}{Definition}[section]
\newtheorem{satz}[defi]{Satz}
\newtheorem{lemma}[defi]{Lemma}
\theoremstyle{remark}
\newtheorem*{bew}{Beweis}
\theoremstyle{definition}
\newtheorem*{bem}{Bemerkung}
\newtheorem{bsp}{Beispiel}[section]
\DeclareMathOperator{\sgn}{sgn}
\DeclareMathOperator{\esssup}{ess\:\sup}
\DeclareMathOperator{\Cov}{Cov}
\setcounter{section}{0}
%\excludecomment{bew}
%\excludecomment{bem}
%\excludecomment{defi}
%\excludecomment{bsp}
%\excludecomment{satz}
%\excludecomment{lemma}
\begin{document}
%\title{Maß- und Wahrscheinlichkeitstheorie}
\tableofcontents
\chapter{Maße}
\input{masse}
\end{document}