summaryrefslogtreecommitdiffstats
path: root/funkana.tex
blob: 84c8cb9218aef5302e98a259085d1909974b50a4 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\documentclass[12pt,DIV=12,twoside=false,chapterprefix=true,headings=big]{skript}
\title{Funktionalanalysis}
\subtitle{Mitschrift zur Vorlesung}
\author{\gitAuthorIsoDate \\ {\small\gitReferences} \\ {\small \gitAbbrevHash}}
% \author{Prof. Dr. Maier-Paape}
\date{WS 17/18}

\AtBeginDocument{
\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\dd{\;\mathrm{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{\Var}{Var}
\DeclareMathOperator*{\supess}{sup\,ess}
\DeclareMathOperator{\conv}{conv}
\DeclareMathOperator{\Proj}{proj}
\DeclareMathOperator{\im}{im}
\DeclareMathOperator{\id}{id}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\def\phi{\varphi}
\def\epsilon{\varepsilon}
\def\Tnat{\ensuremath{\T_{\mathrm{nat}}}}
\def\Tcof{\ensuremath{\T_{\mathrm{cof}}}}
}

\addbibresource{ref.bib}

\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 einzig und allein meine Schuld.
Über Verbesserungen und Vervollständigungen freue ich mich sehr (bevorzugt Patches an \verb|ulli.kehrle@rwth-aachen.de|).

Der Quelltext dieser Mitschrift ist unter \url{https://git.server-speed.net/users/hrnz/funkana.git} online verfügbar.

Es werden regelmäßig PDFs unter \url{https://hrnz.li/files/funkana/funkana.pdf} (DIN A4, für große Bildschirme und zum Ausdrucken) und \url{https://hrnz.li/files/funkana/funkana-ebook.pdf} (DIN A5, keine Ränder, bietet sich wohl für Ebook-Reader, Smartphones und Tablets an) erscheinen.

\tableofcontents
\cleardoublepage

\include{motivation}
\include{ch01-lineare-struktur}
\include{ch02-topologie}
\include{ch03-topologisch-lineare-raeume}
\include{ch04-unitaere-raeume}
\include{ch05-hahn-banach}
\include{ch06-schwache-topologien}

\nocite{*}
\printbibliography

\end{document}