aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/5/kernbild.tex
blob: f0bd6fadb4eacdee1426eef80d407592de2d3a43 (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
%
% kernbild.tex
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\begin{frame}[t]
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\frametitle{Kern und Bild}
\vspace{-15pt}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.48\textwidth}
\begin{block}{Kern}
Lineare Abbildung $f\colon V\to V$
\[
\ker f = \mathcal{K}(F) = \{v\in V\;|\; f(v)=0\}
\]
\end{block}
\begin{block}{Kern von $A^k$}
\[
\mathcal{K}^k(f) = \operatorname{ker} f^k
\]
\begin{align*}
\mathcal{K}^k(f)
&=
\{v\in V\;|\; f^{k}(v)=0\}
\\
&\subset
\{v\in V\;|\; f^{k+1}(v)=0\}
\\
&=\mathcal{K}^{k+1}(f)
\end{align*}
\end{block}
\end{column}
\begin{column}{0.48\textwidth}
\begin{block}{Bild}
Lineare Abbildung $f\colon V\to V$
\[
\operatorname{im}f
=
\mathcal{J}(f)
=
\{f(v)\;|\; v\in V\}
\]
\end{block}
\begin{block}{Bild von $A^k$}
\[
\mathcal{J}^k(f) = \operatorname{im}f^k
\]
\begin{align*}
\mathcal{J}^k(f)
&=
\operatorname{im}f^k
=
\operatorname{im}(f^{k}\circ f)
\\
&=
\{f^{k-1} w\;|\; w = f(v)\}
\\
&\subset
\{f^{k-1} w\;|\; w \in V\}
\\
&\mathcal{J}^{k-1}(f)
\end{align*}
\end{block}
\end{column}
\end{columns}
\end{frame}