I'm having difficulty in finding all homomorphims when the numbers are very high. First I'll do a example of a not so high. For example:
Finding all homomorphisms of $f:\mathbb{Z}_6\to\mathbb{Z}_{12}$
If $f$ is a homomorphism, $f$ is determinated by $f(1_6)$. So, $f(1_6)$ can be any element of $\mathbb{Z}_{12}$ whose order divides $6$. Orders of the elements in $\mathbb{Z}_{12}$:
- $0_{12}$ = $id$ $\to$ Order=$1$
- $1_{12}$ $\to$ Order =$12$
- $2_{12} \to$ Order=$6$
- $3_{12} \to$ Order=$4$
- $4_{12} \to$ Order=$3$
- $5_{12} \to$ Order=$12$
- $6_{12} \to$ Order=$2$
- $7_{12} \to$ Order=$12$
- $8_{12} \to$ Order=$3$
- $9_{12} \to$ Order=$4$
- $10_{12} \to$ Order=$6$
- $11_{12} \to$ Order=$12$
We want the elements whose order divides $6$, so $f(1_6)=\{0_{12},2_{12},4_{12},6_{12},8_{12},10_{12}\}$
It took some time, but I managed to solve it. But, for this example:
Finding all homomorphisms of $f:\mathbb{Z}_{12}\to\mathbb{Z}_{60}$
What do I do with such high numbers? Finding the order of all of the elements in $\mathbb{Z}_{60}$ takes alot of time. Is there any similiar method for high numbers?
Thanks in advance.