aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/2/hilbertraum/basis.tex
blob: 022fa077ebe8528590aff7d66de11ef785fb3738 (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
%
% basis.tex -- slide template
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup
\begin{frame}[t]
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\frametitle{Hilbert-Basis}
\vspace{-20pt}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.48\textwidth}
\begin{block}{Definition}
Eine Menge $\mathcal{B}=\{b_k|k>0\}$ ist eine Hilbertbasis, wenn
\begin{itemize}
\item<2-> $\mathcal{B}$ ist orthonormiert: $\langle b_k,b_l\rangle=\delta_{kl}$
\item<3-> Der Unterraum $\langle b_k|k>0\rangle\subset H$ ist
dicht:
Jeder Vektor von $H$ kann beliebig genau durch Linearkombinationen von $b_k$
approximiert werden.
\end{itemize}
\uncover<4->{%
Ein Hilbertraum mit einer Hilbertbasis heisst {\em separabel}}
\end{block}
\uncover<5->{%
\begin{block}{Endlichdimensional}
Der Algorithmus bricht nach endlich vielen Schritten ab.
\end{block}}
\end{column}
\begin{column}{0.48\textwidth}
\uncover<6->{%
\begin{block}{Konstruktion}
Iterativ: $\mathcal{B}_0=\emptyset$
\begin{enumerate}
\item<7-> $V_k = \langle \mathcal{B}_k \rangle$
\item<8-> Wenn $V_k\ne H$, wähle einen Vektor
\begin{align*}
x\in V_k^{\perp}
&=
\{
x\in H\;|\; x\perp V_k
\}
\\
&=
\{x\in H\;|\;
x\perp y\;\forall y\in V_k
\}
\end{align*}
\item<9-> $b_{k+1} = x/\|x\|$
\[
\mathcal{B}_{k+1} = \mathcal{B}_k\cup \{b_{k+1}\}
\]
\end{enumerate}
\uncover<10->{%
Wenn $H$ separabel ist, dann ist
\[
\mathcal{B} = \bigcup_{k} \mathcal{B}_k
\]
eine Hilbertbasis für $H$}
\end{block}}
\end{column}
\end{columns}
\end{frame}
\egroup