I was trying some examples on ring homomorphisms. Got stuck in an intermediate step in which I have to show that:
A map $f$: $\Bbb{Z}_{10}$ $\rightarrow$ $\Bbb{Z}_{20}$ defined as $f(x)$ = $\bar {16}x$ is a ring homomorphism.
Please help!
I was trying some examples on ring homomorphisms. Got stuck in an intermediate step in which I have to show that:
A map $f$: $\Bbb{Z}_{10}$ $\rightarrow$ $\Bbb{Z}_{20}$ defined as $f(x)$ = $\bar {16}x$ is a ring homomorphism.
Please help!
Hint:
Recall ring homs $f : \mathbb{Z}/(n) \to R$ are in bijective correspondence with ring homs $\tilde{f} : \mathbb{Z} \to R$ with the bonus property that $\tilde{f}(n) = 0$. This is sometimes called a Universal Property, and if your book didn't prove it, it's a good exercise to do yourself.
In light of this fact, to show that $f$ is a ring hom, it suffices to show that the map $\tilde{f} : \mathbb{Z} \to \mathbb{Z}/(20)$ which is defined by the same formula ($\tilde{f}(x) = \overline{16}\overline{x}$) is a ring hom with $\tilde{f}(10) = 0$.
Is this problem more approachable? If not, notice $\tilde{f}$ is really a composite of two functions: first we have $\pi : \mathbb{Z} \to \mathbb{Z}/(20)$ the natural quotient map (i.e. $\pi(x) = \overline{x}$). Then we have $m : \mathbb{Z}/(20) \to \mathbb{Z}/(20)$ with $m(\overline{x}) = \overline{16} \overline{x}$.
Can you show that $\pi$ and $m$ are both ring homs? Then, since the composition of ring homs is a ring hom, you will have that $\tilde{f} = m \circ \pi$ is a ring hom too, as needed.
I hope this helps ^_^