Let $G$ be the direct product $\mathbb{Z}_4 \times \mathbb{Z}_9$ and let $H$ be the direct product $\mathbb{Z}_4 \times\mathbb{Z}_3 \times\mathbb{Z}_3$. Find a non-trivial homomorphism $\phi : G \to H$
We can tell that $G \ncong H$ because $G$ contains an element of order $36$ while $H$ does not.
So our homomorphism must be a non-bijective function (because if our homomorphism was bijective, we would have that $G \cong H$ which is a contradiction.)
I tried $\phi \left( (a,b) \right) = \left( a, b \mod 3, b+1 \mod 3 \right) $, which for sure isn't bijective.
I need to show that for arbitrary ordered pairs $x,y \in G$, where $x = (a,b)$ and $y=(c,d)$, that $\phi (xy) = \phi(x) \phi(y)$
I was able to show that it works for a few specific values of $x$ and $y$, but I am having trouble seeing if it is true for all $x,y \in G$.
I also wonder if my $\phi$ is too complicated and if a more "simpler" homomorphism $\gamma$ exists (that isn't the trivial homomorphism).
What I tried: $$\phi \left( (a,b) *(c,d) \right) = (a +_4 c, \ [b +_9 d] \mod3,\ [b +_9 d] + 1 \mod3 )$$ where $+_n$ is addition modulo $n$. Where I'm stuck is seeing if $$\left( a, b \mod 3, b+1 \mod 3 \right)*\left( c, d \mod 3,d+1 \mod 3 \right) =(a +_4 c, \ [b +_9 d] \mod3,\ [b +_9 d] + 1 \mod3 ) $$
Obviously the first part of the ordered 3-tuple is equal, it's the other two that I'm not sure of. The arithmetic with mods in it has me a little lost.
Any help would be greatly appreciated.
You want a ring homomorphism, right ?
There is a homomorphism $\varphi : \mathbb{Z}_9 \to \mathbb{Z}_3$, $(x\: \mathrm{mod} \: 9) \to (x \: \mathrm{mod} \: 3)$. Then $\phi (a,b)=(a,\varphi(b),\varphi(b))$ is a non trivial ring homomorphism.