llstelle
- 19
- 0
Homework Statement
Exhibit two examples of a ring homomorphism \phi from Z4 to Z8, one that is one-to-one and another that is not. For each case, find ker(\phi) and describe Z4/ker(\phi)
2. The attempt at a solution
Let \phi : \mathbb{Z}_4 \longrightarrow \mathbb{Z}_8 be the identity mapping such that a = a mod 4 for a \in \mathbb{Z}_4 Clearly, this is a ring homomorphism since for any a,b in Z4,
\phi (a+b)=(a+b) mod 4=a mod 4+b mod 4=\phi(a)+\phi(b)
and
\phi(ab)=ab mod 4=a mod 4 \cdot b mod 4 = \phi(a) \cdot \phi(b)
This homomorphism is injective (or one-to-one) as every element in Z4 is carried to exactly one element in Z8, but not surjective as the range Z4 a proper subset of the codomain Z8.
The kernel of \phi is defined as the elements of Z4 that are mapped by \phi to the zero element in Z8, so ker \phi is the trivial ring {0} and Z4/ker \phi is the quotient ring formed by modding out the trivial ring.
Let us define another homomorphism \varphi : \mathbb{Z}_4 \longrightarrow \mathbb{Z}_8 by \varphi(a)=(8a) mod 8 for a \in \mathbb{Z}_4. Now,
\varphi(a+b)=(8a+8b) mod 8=8a mod 8+8b mod 8=\phi(a)+\phi(b)
Also,
\varphi(ab)=(64ab) mod 8=0=0 \cdot 0=(8a mod 8)(8b mod 8)
Observe that all of the elements in Z4 map to the zero element in Z8 so the kernel of \varphi is simply the whole of Z4 and Z4/ker \varphi is simply the trivial ring {0}.
My first homomorphism seems to be wrong... a mod 4 * b mod 4 can be, say 4, 6 or 9 while ab mod 4 cannot when a,b belong to the subset {2,3}. What should I do to rectify this? Also, I cannot think of a homomorphism between these two that isn't injective. Any suggestions? Thanks! :D
Last edited: