summaryrefslogtreecommitdiffstats
path: root/funkana.tex
blob: 92764ab51eb2b160798e291ad4ba7bafcb71da5e (plain)
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
\documentclass[12pt,twoside=false,chapterprefix=true,headings=big]{skript}
\title{Funktionalanalysis}
\subtitle{Mitschrift zur Vorlesung}
% \author{Prof. Dr. Maier-Paape}
\date{WS 17/18}

\newcommand\norm[1]{\left\|#1\right\|}
\def\R{\mathbb{R}}
\def\C{\mathbb{C}}
\def\K{\mathbb{K}}
\def\N{\mathbb{N}}
\def\L{\mathcal{L}}
\def\T{\mathcal{T}}
\def\U{\mathcal{U}}
\def\D{\mathcal{D}}
\def\eps{\varepsilon}
\def\iff{\Leftrightarrow}
\def\gdw{\;\Longleftrightarrow\;}
\newcommand\cl[1]{\overline{#1}}
\newcommand\ind[1]{\mathbb{1}_{#1}}
\newcommand\Pot[1]{\mathcal{P}(#1)}
\DeclareMathOperator{\End}{End}
\DeclareMathOperator{\grad}{grad}
\DeclareMathOperator{\lspan}{span}
\DeclareMathOperator{\supp}{supp}
\DeclareMathOperator*{\supess}{sup\,ess}
\DeclareMathOperator{\conv}{conv}
\DeclareMathOperator{\Proj}{proj}
\DeclareMathOperator{\im}{im}
\DeclareMathOperator{\id}{id}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\def\phi{\varphi}
\def\Tnat{\ensuremath{\T_{\mathrm{nat}}}}
\def\Tcof{\ensuremath{\T_{\mathrm{cof}}}}

\begin{document}
\maketitle

Dies ist eine Vorlesungsmitschrift, die nichts mit den Dozenten oder dem Lehrstuhl, der die Veranstaltung hält, zu tun hat.

Alle Fehler sind vermutlich meine Schuld.
Über Verbesserungen und Vervollständigungen freue ich mich sehr.
Diese Mitschrift ist unter \url{https://git.server-speed.net/users/hrnz/funkana.git} verfügbar.

\tableofcontents
\cleardoublepage

\input{inhalt}

\end{document}