OMM!
- 13
- 0
Homework Statement
Let p, q be distinct primes s.t. p \equiv 1 (mod q). Prove that there exists a non-Abelian group of order pq and calculate the character table.
Homework Equations
Semi-Direct Product: Let H = < Y | S > and N = < X | R > be groups and let \phi : H \rightarrow Aut (N) be a homomorphism. Then the SDP has the presentation:
N x H = < X, Y | R, S, y^{-1}xyw_{x,y}^{-1} >
With x in X, y in Y, w_{x,y} = (\phi(y(x))) (i.e. \phi of y and then \phi of y of x etc.) in < Y > = N
The Attempt at a Solution
I've done a specific example where p=7 and q=3 and found a group of order 21, using the semi-direct product of 2 cyclic groups C_{7} and C_{3}.
But can't see how to prove that there exists a group more generally. So far I have.
If N = C_{p} = < x > and H = C_{q} = < y >, then \phi : C_{q} \rightarrow Aut (C_{p}) = C_{p-1} = < \alpha >, then we have y \mapsto \phi(y) too.
When p=7 and q=3
I had that \phi(y) = {1, \alpha^{2}, \alpha^{4}}
If \phi(y) = 1, then we'd have that the SDP of C_{7} and C_{3} would be ismorphic to C_{7} x C_{3}.
If \phi(y) = \alpha^{2}, then the SDP of C_{7} and C_{3} would be equal to < x, y >
Then by the relation in the SDP, we'd have: yxy^{-1} = \alpha^{2}(x) = x^{t}
And we have that: t = {1, 2, 3, 4, 5, 6}, with p=7 and q=3, then: t^{3} \equiv 1 (mod 7), and so: t = 1 and t = 2 and t = 4, thus we have groups:
G = < X, Y | x^{7} = y^{3} = 1, yxy^{-1} = x > = C_{7} x C_{3}
G = < X, Y | x^{7} = y^{3} = 1, yxy^{-1} = x^{2} >
G = < X, Y | x^{7} = y^{3} = 1, yxy^{-1} = x^{4} >
But how would I get to this stage more generally?! Thanks for any help!