Many of my homework problems are of the form:
Find all morphisms between $\text{Group 1}$ and $\text{Group 2}$.
How does one in general approach these problems? We have looked at the morphism theorem, but it doesn't seem to be of much help here.
This is my likely wrong attempt on one such problem.
Find all morphisms from $\mathbb{Z}$ to $D_4$.
I essentially just do some inspection, and come to a conclusion. I haven't shown that these are all possible morphisms.
By the definition of morphism, we are searching for all functions $f: \mathbb{Z} \to D_4$ satisfying $f(a+b) = f(a)f(b)$.
I remark that the above structure looks like standard exponentiation, since $x^{a+b} = x^a x^b$. After investigating, I find that morphisms of the form $f(a) = d^{ka}$ where $d \in D_4$ and $k \in \mathbb{Z}$ seem to work.
Simple investigation shows that this is indeed a morphism:
$f(a+b) = d^{k(a+b)} = f(a)f(b) = d^{ka}d^{kb} = d^{k(a+b)}$
How do I find the rest or prove that these are the only ones? Thanks in advance.
Is there a general way to approach these sorts of problems? What about a problem like, find all morphisms from $C_3 \to C_4$?
– WeierstrassSauce Mar 19 '13 at 23:12