diff options
author | Nao Pross <np@0hm.ch> | 2021-05-26 22:02:15 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-05-26 22:02:15 +0200 |
commit | 31fa08ffa722b2f0fba35393f661f7346d41af4e (patch) | |
tree | 318a90e21c4b130bacbb477f64addc3da2a6a2ce /buch/chapters/10-vektorenmatrizen | |
parent | Start working on feedback (diff) | |
parent | Merge pull request #17 from NaoPross/book-typos (diff) | |
download | SeminarMatrizen-31fa08ffa722b2f0fba35393f661f7346d41af4e.tar.gz SeminarMatrizen-31fa08ffa722b2f0fba35393f661f7346d41af4e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/10-vektorenmatrizen/gruppen.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/chapters/10-vektorenmatrizen/gruppen.tex b/buch/chapters/10-vektorenmatrizen/gruppen.tex index 7628942..cb37d05 100644 --- a/buch/chapters/10-vektorenmatrizen/gruppen.tex +++ b/buch/chapters/10-vektorenmatrizen/gruppen.tex @@ -313,14 +313,14 @@ auf einem geeigneten Vektorraum. \begin{definition} \label{buch:vektorenmatrizen:def:darstellung} Eine Darstellung einer Gruppe $G$ ist ein Homomorphismus -$G\to\operatorname{GL}_(\mathbb{R})$. +$G\to\operatorname{GL}_n(\mathbb{R})$. \index{Darstellung} \end{definition} \begin{beispiel} Die Gruppen $\operatorname{GL}_n(\mathbb{Z})$, $\operatorname{SL}_n(\mathbb{Z})$ oder $\operatorname{SO}(n)$ -sind alle Teilmengen von $\operatorname{GL}_n(\mathbb{R}$. +sind alle Teilmengen von $\operatorname{GL}_n(\mathbb{R})$. Die Einbettungsabbildung $G\hookrightarrow \operatorname{GL}_n(\mathbb{R})$ ist damit automatisch eine Darstellung, sie heisst auch die {\em reguläre Darstellung} der Gruppe $G$. |