This commit is contained in:
Anton Mosich 2022-11-24 10:53:34 +01:00
parent b91eaed9b7
commit 07d60ba1e2
Signed by: Flugschwein
GPG key ID: 9303E1C32E3A14A0

View file

@ -1829,7 +1829,7 @@ da $a$ kein Nullteiler folgt $x-y = 0$.
\begin{defin}
$\varphi: (R, +, \cdot) \to (S, \oplus, \odot)$ heißt Ringhomomorphismus, falls $\forall r, s \in R$
\begin{enumerate}
\item $\varphi(r, + s) = \varphi(r) \oplus \varphi(s)$
\item $\varphi(r + s) = \varphi(r) \oplus \varphi(s)$
\item $\varphi(r \cdot s) = \varphi(r) \odot \varphi(s)$
\item $\varphi(1_R) = 1_S$ falls $R, S$ Ringe mit 1 sind.
\end{enumerate}