Fix several smaller typos

Thanks Lili Sótonyi
This commit is contained in:
Anton Mosich 2023-02-26 14:26:41 +01:00
parent 0e7c053f3e
commit 92138e74ae
1 changed files with 8 additions and 8 deletions

View File

@ -225,7 +225,7 @@ Operationen erklärt sind.
a \circ c = c \circ a = e
\end{cases}
.
c = c\circ e = c \circ (a \circ b) = (c \circ a) \circ = e \circ b = b$
c = c\circ e = c \circ (a \circ b) = (c \circ a) \circ b = e \circ b = b$
\item In $G_2, G_3$ könnte man auf $
\begin{cases}
e \circ a = a \\
@ -262,9 +262,9 @@ $e = 0, g^n = n \cdot g, \inv g = -g$
Sei $(G, \circ)$ eine Gruppe, $g \in G$.
\begin{itemize}
\item $\abs G =: \ord(G), \ord_G(g) := \min\{ n>0: g^n = e\}$ (kann auch $\infty$ sein)
\item $\exp(G) := \min\{n>0: \forall g \in g: g^n = e\}$
\item $\exp(G) := \min\{n>0: \forall g \in G: g^n = e\}$
\item $Z(G) := \{h \in G: g \circ h = h \circ g \forall g \in G\}$ Zentrum von $G$
\item $Z_g(G) := \{h \in G: g \circ h = h \circ g\}$ Zentralisation von $g$ in $G$
\item $Z_g(G) := \{h \in G: g \circ h = h \circ g\}$ Zentralisator von $g$ in $G$
\end{itemize}
\end{defin}
@ -517,7 +517,7 @@ von $p$ in $n$.
\begin{bsp}
\begin{itemize}
\item $G = (\R, +), H= (R^*, \cdot), \phi: \fun G H x {e^x}$ ist ein
\item $G = (\R, +), H= (\R^*, \cdot), \phi: \fun G H x {e^x}$ ist ein
Monomorphismus. Wählt man $H = (\R^{+*}, \cdot)$ so erhält man einen Isomorphismus. $\log$ ist die
zugehörige Umkehrabbildung.
\item $G, H$ Gruppen. $\phi: \fun G H g {e_H}$ ist stets ein
@ -2268,8 +2268,8 @@ abelsche Gruppe. Wir definieren nun eine Ringstruktur auf $\faktor R I$.
\begin{defin}
Seien $(R; \boxplus, \boxdot)$ und $(S, \oplus, \odot)$ Ringe. Dann ist $R\times S$ mit den Verknüpfungen
\begin{align*}
& +: & (r, s) + (r', s') = (r \boxplus r', s\oplus s') \\
& \cdot: & (r, s) \cdot (r', s') = (r \boxdot r', s \odot s')
+: & (r, s) + (r', s') = (r \boxplus r', s\oplus s') \\
\cdot: & (r, s) \cdot (r', s') = (r \boxdot r', s \odot s')
\end{align*}
ein Ring, das sogenannte direkte Produkt $R \times S$ von $R$ und $S$.
\begin{itemize}
@ -2280,9 +2280,9 @@ abelsche Gruppe. Wir definieren nun eine Ringstruktur auf $\faktor R I$.
\item $R, S$ Integritätsbereich $\overset{\text{i.A.}}{\cancel{\implies}} R \times S$
Integritätsbereich.
\[
(r, 0_S) (0_R, s) = (0_R, 0_s) = 0_{R\times S}
(r, 0_S) (0_R, s) = (0_R, 0_S) = 0_{R\times S}
\]
\item Für beliebige Indexmenge $I$ bezeichnet $\prod_{i\ in I} R_i = \{
\item Für beliebige Indexmenge $I$ bezeichnet $\prod_{i \in I} R_i = \{
(r_i)_{i\in I}: r_i \in R_i\}$ das direkte Produkt der $R_i$.
\end{itemize}
\[