- #1
CAF123
Gold Member
- 2,948
- 88
Homework Statement
1)Let p,q be primes. Show that the only group homomorphism $$\phi: C_p \mapsto C_q$$ is the trivial one (i.e ## \phi (g) = e = e_H\,\forall\,g##)
2)Consider the function $$det: GL(n,k) \mapsto k^*.$$ Show that it is a group homomorphism and identify the kernel and image.
The Attempt at a Solution
I cannot make much progress with either of these questions essentially because I do not know what the groups are. I don't know what ##C_p## or ##C_q## are. Any ideas?
For the second one, I can at least make a start:
Take A,B in GL(n,k). GL(n,k) is a group under multiplication of matrices, so det(g1 * g2) = det(AB) = (detA)(detB) from linear algebra = det(g1)* det(g2) since det(gi) ##\neq## 0 for all gi. Again, what is ##k^*##? From the homomorphism I just showed, it is probably a group under multiplication of numbers and GL(n,k) = set of invertible nxn matrices with real number entries, but I want to make sure.
So,
Ker (det) = {##g \in GL(n,k) \mid det(g) = e_H = 1##} = SL(n,k)
Im (det) = {##h \in k^* \mid \exists g \in GL(n,k) , det(g) = h##} = ##k^* ##\## {0}##. I don't know what ##k^*## is so whether I need to exclude 0 or not, I don't know.
Many thanks.