Proof: There can be no non-zero homomorphism from $(\Bbb Z_4,+)$ to $(\Bbb Z_5,+)$

130 Views Asked by At

Prove that there cannot be a non-zero homomorphism from the group $G_1=(\Bbb Z_4,+)$ to the group $G_2=(\Bbb {Z_5},+)$.

A homomorphism $f:G_1\to G_2$ should satisfy $f(x +_{4} y) = f(x) \ +_{5} \ f(y)$.

I know that the trivial homomorphism would be $f(t) = 0_5 \ \forall \ t \ \in G_1$, since in that case $f(x +_{4} y) = 0_5$ and also $f(x) \ +_{5} \ f(y) = 0_5 \ +_{5} 0_5 = 0_5$ for all $x,y\in G_1$.

But I'm not sure how to show that there can be no non-zero homomorphism. Isn't it possible that two elements of $G_1$ get mapped to the same element of $G_2$? Any ideas how to prove the general case?

P.S: In my notation $+_5$ refers to addition modulo $5$ and $+_4$ refers to addition modulo $4$. $0_5$ refers to the identity element in $G_2$.

4

There are 4 best solutions below

0
On

$f(5-_44)=f(5)-f(4)=f(1)=1=f(5)-f(0)=5f(1)=0$ since $4=0$ mod $4$, $f(4)=f(0)=0$ and $5=0$ mod $5$, $f(5)=5f(1)=0$.

2
On

First proof:

The image of $f$ is a subgroup of $\mathbb Z_5$; but this is simple, so either $f(\mathbb Z_4)=\mathbb Z_5$ (impossible, because the image has at most 4 elements), or $f(\mathbb Z_4)=\{0\}$.

Second proof:

Consider the element $f(1)$. We have $f(1)+f(1)+f(1)+f(1)=f(1+1+1+1)=f(0)=0$. So $f(1)$ is an element of order $4$ in $\mathbb Z_5$; but all elements in $\mathbb Z_5$ have order $5$, with the exception of zero. Thus $f(1)=0$, and it follows that $f=0$.

2
On

I’m not sure what you are looking for but if you’re allowed LaGrange’s Theorem then the following should work:

Suppose that $f : G_1 \rightarrow G_2$ is a group homomorphism. Then $f(G_1)$ is a subgroup of $G_2$ and so we may apply LaGrange’s Theorem to say that the order of $f(G_1)$ must divide the order of $G_2$. Since $|G_2| = 5$ and $|G_1| = 4$, it follows that $|f(G_1)| = 1$ which is to say that $f$ must be the trivial homomorphism.

0
On

Any homomorphism $\phi$ is completely determined by the image of $1$.

That is, if $1 \mapsto a$, then $x \mapsto xa$. By Lagrange's theorem and this result " If $\vert g \vert$ is finite , then $\vert \phi(g) \vert$ divides $\vert g \vert$", we have $\vert a \vert$ divide both $4$ and $5$. So $\vert a \vert=1$ and hence $a=0$. So we have only the trivial map!