Somebody who was more knowledgeable than I am was helping me with a problem (determining the possible homomorphisms) and kept using the following trick:
If we want to define a homomorphism $f$ between two cyclic groups, say $Z_3=<a>$ and $Z_{12}=<b>$ (these are cyclic groups written multiplicatively), it's sufficient to map the generator $a$ so that $|f(a)|$ divides $|a|$. (In this case, since $a$ has order $3$, there are three possible homomorphism (each determined by where $a$ is sent):
- $a\mapsto b^0$, the identity
- $a\mapsto b^4$, since $|b^4|=3$
- $a\mapsto b^8$, since $|b^8|=3$
Why does this work? Any hints? Or where can I find this statement in a textbook (as a theorem or exercise)? What about the more general statement when the two groups are finitely generated?
There is something very general and somewhat deep behind this:
So with this in mind, a homomorphism $\Bbb Z/n\Bbb Z\to \Bbb Z/m\Bbb Z$ requires us to find a homomorphism $\Bbb Z\to \Bbb Z/m\Bbb Z$ (i.e., pick $f(1)\in\Bbb Z/m\Bbb Z$) such that $n\mapsto 0\in\Bbb Z/m\Bbb Z$ ...