mathe-lineare-algebra.tex 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. \documentclass[a4paper,10pt]{scrartcl}
  2. \usepackage{amssymb, amsmath} % needed for math
  3. \usepackage{} % needed for math
  4. \usepackage[utf8]{inputenc} % this is needed for umlauts
  5. \usepackage[ngerman]{babel} % this is needed for umlauts
  6. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  7. \usepackage[margin=2.5cm]{geometry} %layout
  8. \usepackage{hyperref} % links im text
  9. \usepackage{color}
  10. \usepackage{framed}
  11. \usepackage{enumerate} % for advanced numbering of lists
  12. \clubpenalty = 10000 % Schusterjungen verhindern
  13. \widowpenalty = 10000 % Hurenkinder verhindern
  14. \hypersetup{
  15. pdfauthor = {Martin Thoma},
  16. pdfkeywords = {Lineare Algebra},
  17. pdftitle = {Lineare Algebra - Definitionen}
  18. }
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20. % Custom definition style, by %
  21. % http://mathoverflow.net/questions/46583/what-is-a-satisfactory-way-to-format-definitions-in-latex/58164#58164
  22. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23. \makeatletter
  24. \newdimen\errorsize \errorsize=0.2pt
  25. % Frame with a label at top
  26. \newcommand\LabFrame[2]{%
  27. \fboxrule=\FrameRule
  28. \fboxsep=-\errorsize
  29. \textcolor{FrameColor}{%
  30. \fbox{%
  31. \vbox{\nobreak
  32. \advance\FrameSep\errorsize
  33. \begingroup
  34. \advance\baselineskip\FrameSep
  35. \hrule height \baselineskip
  36. \nobreak
  37. \vskip-\baselineskip
  38. \endgroup
  39. \vskip 0.5\FrameSep
  40. \hbox{\hskip\FrameSep \strut
  41. \textcolor{TitleColor}{\textbf{#1}}}%
  42. \nobreak \nointerlineskip
  43. \vskip 1.3\FrameSep
  44. \hbox{\hskip\FrameSep
  45. {\normalcolor#2}%
  46. \hskip\FrameSep}%
  47. \vskip\FrameSep
  48. }}%
  49. }}
  50. \definecolor{FrameColor}{rgb}{0.25,0.25,1.0}
  51. \definecolor{TitleColor}{rgb}{1.0,1.0,1.0}
  52. \newenvironment{contlabelframe}[2][\Frame@Lab\ (cont.)]{%
  53. % Optional continuation label defaults to the first label plus
  54. \def\Frame@Lab{#2}%
  55. \def\FrameCommand{\LabFrame{#2}}%
  56. \def\FirstFrameCommand{\LabFrame{#2}}%
  57. \def\MidFrameCommand{\LabFrame{#1}}%
  58. \def\LastFrameCommand{\LabFrame{#1}}%
  59. \MakeFramed{\advance\hsize-\width \FrameRestore}
  60. }{\endMakeFramed}
  61. \newcounter{definition}
  62. \newenvironment{definition}[1]{%
  63. \par
  64. \refstepcounter{definition}%
  65. \begin{contlabelframe}{Definition \thedefinition:\quad #1}
  66. \noindent\ignorespaces}
  67. {\end{contlabelframe}}
  68. \makeatother
  69. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  70. % Custom satz style
  71. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  72. \makeatletter
  73. \newcounter{satz}
  74. \newenvironment{satz}[1]{%
  75. \par
  76. \refstepcounter{satz}%
  77. \begin{contlabelframe}{Satz \thedefinition:\quad #1}
  78. \noindent\ignorespaces}
  79. {\end{contlabelframe}}
  80. \makeatother
  81. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  82. % Begin document %
  83. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  84. \begin{document}
  85. \section{Lineare Algebra I}
  86. \begin{definition}{injektiv, surjektiv und bijektiv}
  87. Sei $f: A \rightarrow B$ eine Abbildung.
  88. \begin{enumerate}[(a)]
  89. \item $f$ heißt \textbf{surjektiv} $:\Leftrightarrow f(A) = B$
  90. \item $f$ heißt \textbf{injektiv} $:\Leftrightarrow \forall x_1, x_2 \in A: x_1 \neq x_2 \Rightarrow f(x_1) \neq f(x_2)$
  91. \item $f$ heißt \textbf{bijektiv} $:\Leftrightarrow f$ ist surjektiv und injektiv
  92. \end{enumerate}
  93. \end{definition}
  94. \begin{definition}{Relation}
  95. Seien A und B Mengen. $R \subseteq A \times B$ heißt \textbf{Relation}.
  96. \end{definition}
  97. \begin{definition}{Ordnungsrelation}
  98. Eine Relation $\leq$ heißt Ordnungsrelation in A und $(A, \leq)$ heißt
  99. (partiell) geordnete Menge, wenn für alle $a, b, c \in A$ gilt:
  100. \begin{description}
  101. \item[O1] $a \leq a$ (reflexiv)
  102. \item[O2] $a \leq b \land b \leq a \Rightarrow a = b$ (antisymmetrisch)
  103. \item[O3] $a \leq b \land b \leq c \Rightarrow a \leq c$ (transitiv)
  104. \end{description}
  105. \noindent $(A, \leq)$ heißt total geordnet $:\Leftrightarrow \forall a, b, \in A: a \leq b \lor b \leq a$
  106. \end{definition}
  107. \begin{definition}{Äquivalenzrelation}
  108. Sei $R \subseteq A \times A$ eine Relation.
  109. R heißt Äquivalenzrelation, wenn für alle $a, b, c \in A$ gilt:
  110. \begin{description}
  111. \item[Ä1] $a R a$ (reflexiv)
  112. \item[Ä2] $a R b \Rightarrow b R a$ (symmetrisch)
  113. \item[Ä3] $a R b \land b R c \Rightarrow a R c$ (transitiv)
  114. \end{description}
  115. \end{definition}
  116. \begin{definition}{Assoziativität}
  117. Sei A eine Menge und $*$ eine Verknüpfung auf A.\\
  118. A heißt \textbf{assoziativ} $:\Leftrightarrow \forall a, b, c \in A: (a * b) * c = a * (b*c)$
  119. \end{definition}
  120. \begin{definition}{Gruppe}
  121. Sei G eine Menge und $*$ eine Verknüpfung auf G.\\
  122. $(G, *)$ heißt \textbf{Gruppe} $: \Leftrightarrow$
  123. \begin{description}
  124. \item[G1] $\forall a, b, c \in G: (a * b)*c=a*(b*c)$ (assoziativ)
  125. \item[G2] $\exists e \in G \forall a \in G: e * a = a = a * e$ (neutrales Element)
  126. \item[G3] $\forall a \in G \exists a^{-1} \in G: a^{-1}*a=e=a*a^{-1}$ (inverses Element)
  127. \end{description}
  128. \end{definition}
  129. \begin{definition}{abelsche Gruppe}
  130. Sei $(G, *)$ eine Gruppe.
  131. $(G, *)$ heißt \textbf{abelsche Gruppe} $: \Leftrightarrow$
  132. \begin{description}
  133. \item[G4] $\forall a, b \in G: a * b = b * a$ (kommutativ)
  134. \end{description}
  135. \end{definition}
  136. \begin{definition}{Ring}
  137. Sei R eine Menge und $+$ sowie $cdot$ Verknüpfungen auf R.\\
  138. $(R, +, \cdot)$ heißt \textbf{Ring} $: \Leftrightarrow$
  139. \begin{description}
  140. \item[R1] $(R, +)$ ist abelsche Gruppe
  141. \item[R2] $\cdot$ ist assoziativ
  142. \item[R3] Distributivgesetze: $\forall a, b, c \in R: a \cdot (b+c) = a \cdot b + a \cdot c$ und $(b+c)\cdot a = b \cdot a + c \cdot a$
  143. \end{description}
  144. \end{definition}
  145. \begin{definition}{Nullteiler}
  146. Sei $(R, +, \cdot)$ ein Ring.\\
  147. $a \in R$ heißt (linker) \textbf{Nullteiler} $:\Leftrightarrow a \neq 0 \land \exists b: a \cdot b = 0$
  148. \end{definition}
  149. \begin{definition}{Ringhomomorphismus}
  150. Seien $(R_1, +, \cdot)$ und $(R_2, +, \cdot)$ Ringe und $\Phi:R_1 \rightarrow R_2$ eine Abbildung.\\
  151. $\Phi$ heißt \textbf{Ringhomomorphismus} $:\Leftrightarrow \forall x,y \in R_1: \Phi(x+y) = \Phi(x) + \Phi(y)$ und $\Phi(x \cdot y) = \Phi(x) \cdot \Phi(y)$
  152. \end{definition}
  153. \begin{definition}{Körper}
  154. Sei $(\mathbb{K}, +, \cdot)$ ein Ring.\\
  155. $(\mathbb{K}, +, \cdot)$ heißt \textbf{Körper} $:\Leftrightarrow (\mathbb{K} \setminus \{0\}, \cdot)$ ist eine abelsche Gruppe.
  156. \end{definition}
  157. \begin{definition}{Charakteristik}
  158. Sei $(\mathbb{K}, +, \cdot)$ ein Körper.\\
  159. Falls es ein $m \in N^+$ gibt, sodass
  160. \[ \underbrace{1+1+ \dots + 1}_{m \text{ mal}} = 0 \]
  161. gilt, so heißt die kleinste solche Zahl $p$ die Charakteristik ($\text{char } \mathbb{K}$) von $\mathbb{K}$.
  162. Gibt es kein solches $m$, so habe $\mathbb{K}$ die Charaktersitik 0.
  163. \end{definition}
  164. \begin{definition}{Vektorraum}
  165. Sei $(\mathbb{K}, +, \cdot)$ ein Körper und $V$ eine Menge mit einer Addition
  166. \[ +: V \times V \rightarrow V, (x,y) \mapsto x + y \]
  167. und einer skalaren Multiplikation
  168. \[ \cdot: \mathbb{K} \times V \rightarrow V, (\lambda, x) \mapsto \lambda \times x \]
  169. heißt $\mathbb{K}$-Vektorraum, falls gilt:
  170. \begin{description}
  171. \item[V1] $(V, +)$ ist abelsche Gruppe
  172. \item[V2] für alle $\lambda, \mu \in \mathbb{K}$ und alle $x, y \in V$ gilt:
  173. \begin{enumerate}[(a)]
  174. \item $1 \cdot x = x$
  175. \item $\lambda \cdot (\mu \cdot x) = (\lambda \cdot \mu) \cdot x$
  176. \item $(\lambda + \mu) \cdot x = \lambda \cdot x + \mu \cdot x$
  177. \item $\lambda \cdot (x+y) = \lambda \cdot x + \lambda \cdot y$
  178. \end{enumerate}
  179. \end{description}
  180. \end{definition}
  181. \begin{definition}{Lineare Unabhängigkeit}
  182. Sei V ein $\mathbb{K}$-Vektorraum. Endlich viele Vektoren $v_1, \dots, v_k \in V$
  183. heißen \textbf{linear unabhängig}, wenn gilt:
  184. \[ \displaystyle \sum_{i=1}^{k} \lambda_i v_i = 0 \Rightarrow \lambda_1 = \lambda_2 = \dots = \lambda_k = 0 \]
  185. \end{definition}
  186. \clearpage
  187. \section{Lineare Algebra II}
  188. \begin{definition}{Bilinearform}
  189. Sei V ein reeler Vektorraum. Eine \textbf{Bilinearform} auf V ist eine
  190. Abbildung
  191. \[ F: V \times V \rightarrow \mathbb{R}, ~~~ (a,b) \mapsto F(a,b), \]
  192. die in jedem Argument linear ist, d.h. für alle $a, a_1, a_2, b, b_1, b2 \in V$
  193. und alle $\lambda_1, \lambda_2, \mu_1, \mu_2 \in \mathbb{R}$ gilt:
  194. \begin{align*}
  195. F(\lambda_1 \cdot a_1 + \lambda_2 \cdot a_2, b) &= \lambda_1 \cdot F(a_1, b) + \lambda_2 \cdot F(a_2, b)\\
  196. F(a, \mu_1 \cdot b_1 + \mu_2 \cdot b_2) &= \mu_1 \cdot F(a, b_1) + \mu_2 \cdot F(a, b_2)
  197. \end{align*}
  198. \end{definition}
  199. \begin{definition}{symmetrische Bilinearform}
  200. Sei F eine Bilinearform.\\
  201. F heißt \textbf{symmetrisch} $:\Leftrightarrow F(a,b) = F(b,a)$.
  202. \end{definition}
  203. \begin{definition}{positiv definite Bilinearform}
  204. Sei F eine Bilinearform.\\
  205. F heißt \textbf{positiv definit} $:\Leftrightarrow \forall a \in V: F(a,a) \geq 0 \land ( F(a,a) = 0 \Leftrightarrow a = 0)$.
  206. \end{definition}
  207. \begin{definition}{Skalarprodukt}
  208. Für reele Vektorräume gilt:\\
  209. Eine symmetrische, positiv definite Bilinearform heißt \textbf{Skalarprodukt}.
  210. \end{definition}
  211. \begin{definition}{euklidischer Vektorraum}
  212. Sei V ein reeler Vektorraum und F ein Skalarprodukt auf V. Dann
  213. heißt (V, F) ein \textbf{euklidischer Vektorraum}.
  214. \end{definition}
  215. \begin{definition}{Hermitesche Form}
  216. Sei V ein komplexer Vektorraum. Eine Abbildung
  217. \[ F:V \times V \rightarrow \mathbb{C}, ~~~ (a,b) \mapsto F(a,b) \]
  218. heißt \textbf{hermitesche Form} auf V, falls für alle $a, a_1, a_2, b$
  219. und alle $\lambda_1, \lambda_2 \in \mathbb{C}$ gilt:
  220. \begin{align*}
  221. F(\lambda_1 \cdot a_1 + \lambda_2 \cdot a_2, b) &= \lambda_1 \cdot F(a_1, b) + \lambda_2 \cdot F(a_2, b)\\
  222. F(b, a) &= \overline{F(a, b)}
  223. \end{align*}
  224. \end{definition}
  225. \begin{definition}{Skalarprodukt}
  226. Für komplexe Vektorräume gilt:\\
  227. Eine symmetrische, positiv definite Hermitesche Form heißt \textbf{Skalarprodukt}.
  228. \end{definition}
  229. \begin{definition}{unitärer Vektorraum}
  230. Sei V ein komplexer Vektorraum und F ein Skalarprodukt auf V. Dann
  231. heißt (V, F) ein \textbf{unitärer Vektorraum}.
  232. \end{definition}
  233. \begin{definition}{hermitesche Matrix}
  234. Sei $A \in \mathbb{C}^{n \times n}$ eine Matrix.\\
  235. $A$ heiß hermitesch $: \Leftrightarrow \overline{A}^T = A$
  236. \end{definition}
  237. \begin{definition}{positiv definite Matrix}
  238. Sei A eine symmetrische (bzw. hermitesche) Matrix. \\
  239. A heißt \textbf{positiv definit} $: \Leftrightarrow x^T G x > 0 $
  240. für alle $x \in \mathbb{R}^n, x \neq 0$ bzw. $z^T G \overline z > 0$ für
  241. alle $x \in \mathbb{C}^n, z \neq 0 $.
  242. \end{definition}
  243. \begin{satz}{Cauchy-Schwarz Ungleichung}
  244. In einem euklidischen oder unitären Vektorraum $V, \langle, \rangle$ gilt für alle $a, b \in V$
  245. \[ |\langle a, b \rangle |^2 \leq \langle a, a \rangle \langle b, b \rangle \]
  246. Gleichheit gilt genau dann, wenn a und b linear abhängig sind.
  247. \end{satz}
  248. \begin{definition}{Norm}
  249. Sei V ein reeler oder komplexer Vektorraum. Eine \textbf{Norm} auf V
  250. ist eine Funktion
  251. \[ \| \| : V\to{\mathbb R}, ~~~ x \mapsto \| x \| \]
  252. mit folgenden Eigenschaften:\\
  253. Für alle $\lambda \in \mathbb{R}$ (oder $\mathbb{C}$) und alle $a, b \in V $ gilt:\\
  254. \begin{enumerate}[(i)]
  255. \item $\| \lambda a\| = | \lambda | \cdot \|a \|$ (homogen)
  256. \item $\| a+b \| \leq \| a \| + \| b \|$ (Dreiecks-Ungleichung)
  257. \item $\| a \| \geq 0 \land \| a \| = 0 \Leftrightarrow a = 0$ (positiv definit)
  258. \end{enumerate}
  259. \end{definition}
  260. \begin{satz}{induzierte Norm}
  261. Es sei $V, \langle, \rangle$ ein euklidischer oder unitärer Vektorraum.
  262. Dann ist die Funktion
  263. \[ \| \| : V \rightarrow \mathbb{R} \text{ definiert durch } \|a\| := \sqrt{\langle a, a \rangle}\]
  264. eine Norm.
  265. \end{satz}
  266. \begin{satz}{Parallelogramm-Identität}
  267. \begin{enumerate}[(a)]
  268. \item Sei $(V, \langle, \rangle)$ ein euklidischer oder unitärer
  269. Vektorraum mit zugehöriger Norm $\|\|$. Dann gilt die
  270. \textbf{Parallelogramm-Identität}, d.h. für alle $a, b \in V$ ist
  271. \[ \| a+ b \|^2 + \| a - b \|^2 = 2 \| a \|^2 + 2 \| b \|^2 \]
  272. \item Ist umgekehrt $\|\|$ eine Norm auf einem reelen Vektorraum V,
  273. die die Parallelogramm-Identität erfüllt, so existiert ein
  274. Skalarprodukt $\langle, \rangle$ auf V mit $\|a\| = \sqrt{\langle a, a \rangle}$
  275. für alle $a \in V$.
  276. \end{enumerate}
  277. \end{satz}
  278. \begin{definition}{Metrik}
  279. Für eine beliebige Menge M heißt eine Funktion $d:M \times M \rightarrow \mathbb{R}$
  280. eine \textbf{Metrik}, wenn d die folgenden Eigenschaften erfüllt:
  281. \begin{enumerate}[(i)]
  282. \item $\forall p, q \in M: d(p, q) = d(q, p)$ (symmetrie)
  283. \item $\forall p, q, r \in M: d(p, r) \leq d(p, q) + d(q,r)$ (Dreiecks-Ungleichung)
  284. \item $\forall p, q \in M: d(p, q) \geq 0$ und
  285. $d(p,q) = 0 \Leftrightarrow p = q$ (positiv definit)
  286. \end{enumerate}
  287. Das Paar $(M, d)$ heißt dann \textbf{metrischer Raum}.
  288. \end{definition}
  289. \begin{definition}{diskrete Metrik}
  290. Sei M eine Menge. Dann ist die diskrete Metrik definiert durch:
  291. \[ d(p,q) =
  292. \left\{
  293. \begin{array}{ll}
  294. 0 & \mbox{falls } p = q \\
  295. 1 & \mbox{falls } p \neq q
  296. \end{array}
  297. \right.\]
  298. \end{definition}
  299. \begin{satz}{Norm induziert Metrik}
  300. Ein normierter Vektorraum ist ein metrischer Vektorraum.
  301. \end{satz}
  302. \begin{definition}{Cosinus}
  303. \[ \cos \omega(a,b) = \frac{\langle a, b \rangle}{\|a\| \cdot \|b \|} \]
  304. \end{definition}
  305. \begin{definition}{orthogonalität von Vektoren}
  306. Sei V ein euklidischer oder unitärer Vektorraum und $a, b \in V$.\\
  307. \[ a \perp b :\Leftrightarrow \langle a, b \rangle = 0 \]
  308. \end{definition}
  309. \begin{definition}{Pythagoras}
  310. Sei V ein euklidischer oder unitärer Vektorraum. Dann gilt in V:
  311. \[ a \perp b \Rightarrow \|a\| + \|b\| = \|a+b\|^2\]
  312. \end{definition}
  313. \begin{definition}{Orthogonalkomplement}
  314. Die Menge $U^\perp := \{x \in V | \langle x, u \rangle = 0~~\forall u \in U\}$
  315. heißt \textbf{Orthogonalkomplement} von U in V.
  316. \end{definition}
  317. \begin{definition}{Orthogonalprojektion}
  318. Die \textbf{Orthogonalprojektion} von V auf U (in Richtung $U^\perp$)
  319. ist die Abbildung
  320. \[\pi_U : V \rightarrow U \subseteq V, ~~~ v = u + u^\perp \mapsto u.\]
  321. \end{definition}
  322. \begin{satz}{Eigenschaften der Orthogonalprojektion}
  323. Für die Orthogonalprojektion $\pi_U$ eines Vektorraumes V auf einen
  324. Unterraum U gilt:
  325. \begin{enumerate}
  326. \item $\pi_U$ ist linear und $\pi_U^2 = \pi_U \circ \pi_U = \pi_U$.
  327. \item Bild $\pi_U = U$, Kern $\pi_U = U^\perp$.
  328. \item $\pi_U$ verkürzt Abstände: Für alle $v, w \in V$ gilt:\\
  329. $d(\pi_U(v), \pi_U(w)) = \| \pi_U(v) - \pi_U(w) \| \leq \| v- w \| = d(v,w)$
  330. \end{enumerate}
  331. \end{satz}
  332. \begin{definition}{Abstand}
  333. Seien $(M, d)$ ein metrischer Raum und $A, B \subseteq M$ zwei Teilmengen.
  334. Der \textbf{Abstand} von A und B ist definiert durch
  335. \[d(A, B) := \inf\{d(a,b) | a \in A, b \in B\}\]
  336. \end{definition}
  337. \begin{definition}{orthogonale und unitäre Matrizen}
  338. Eine reele bzw. komplexe $n \times n$-Matrix A heißt
  339. \textbf{orthogonal} bzw. \textbf{unitär}, falls gilt
  340. \[A^T A = E_n ~~~ \text{ bzw. } ~~~ A^T \overline A = E_n\]
  341. \end{definition}
  342. \begin{satz}{Charakterisierung von orthogonalen Matrizen}
  343. Sei $A \in \mathbb{R}^{n \times n}$. Folgende Aussagen sind äquivalent:
  344. \begin{enumerate}[(a)]
  345. \item A ist eine orthogonale Matrix.
  346. \item A ist regulär und $A^{-1} = A^T$.
  347. \item Die Spaltenvektoren (bzw. die Zeilenvektoren) von A bilden eine
  348. Orthonormalbasis von $\mathbb{R}^n$ bzgl. des Standardskalarproduktes
  349. \end{enumerate}
  350. Analog für unitäre Matrizen.
  351. \end{satz}
  352. \begin{satz}{Folgerungen}
  353. \begin{enumerate}[(a)]
  354. \item Für eine orthogonale Matrix A gilt: $\det A = \pm 1$.
  355. \item Für eine unitäre Matrix gilt: $| \det A | = 1$.
  356. \end{enumerate}
  357. \end{satz}
  358. \begin{definition}{Adjungierte lineare Abbildung}
  359. Es seien $(V, \langle, \rangle_V)$ und $(W, \langle, \rangle_W)$
  360. zwei Vektorräume mit Skalarprodukt und $\Phi: V \rightarrow W$ eine
  361. lineare Abbildung. Eine lineare Abbildung $\Phi^*: W \rightarrow V$
  362. heißt zu $\Phi$ \textbf{adjungierte lineare Abbildung}, falls für
  363. alle $x \in V$ und alle $y \in W$ gilt:
  364. \[\langle \Phi(x), y \rangle_W = \langle x, \Phi^*(y) \rangle_V\]
  365. \end{definition}
  366. \begin{satz}{Spektralsatz}
  367. Es sei V ein n-dimensionaler Vektorraum mit Skalarprodukt und
  368. $\Phi: V \rightarrow V$ ein selbstadjungierter Endomorphismus. Dann
  369. ist $\Phi$ diagonalisierbar.
  370. Genauer: Es exisitiert eine Orthonormalbasis B von V, die aus
  371. Eigenvektoren von $\Phi$ besteht und die Abbildung von $\Phi$ bzgl.
  372. dieser Orthonormalbasis hat Diagonalform
  373. \[M_B^B(\Phi) = \begin{pmatrix}
  374. \lambda_1 & & 0\\
  375. & \ddots & \\
  376. 0 & & \lambda_n
  377. \end{pmatrix}\]
  378. wobei $\lambda_1, \dots, \lambda_n$ die $n$ (reelen) Eigenwerte von
  379. $\Phi$ sind.
  380. \end{satz}
  381. \begin{satz}{Kriterium für "positiv definit"}
  382. Sei A eine reele, symmetrische Matrix.\\
  383. A ist positiv definit $\Leftrightarrow$ alle Eigenwerte von A sind positiv.
  384. \end{satz}
  385. \end{document}