Homepage › Solution manuals › David A. Cox › Galois Theory › Exercise 7.3.3
Exercise 7.3.3
Let and be as in Exercise 2 and Example 7.3.4.
- (a)
- Show that all subgroups of are given by (7.13).
- (b)
- Show that the corresponding fixed fiels are given by (7.14).
- (c)
- Determine which subgroups in part (a) are normal in , and for those that are normal, construct a polynomial whose splitting field is the corresponding fixed field.
- (d)
- For the subfields in part (b) that are not Galois over , find all of their conjugates fields. Also describe the conjugates of their corresponding groups.
Answers
Proof.
- (a)
-
We obtain the subgroups of
and their inclusions with the following GAP instructions:
S:=Group((1,2,3,4),(1,3)); T:=Group(()); L:=IntermediateSubgroups(S,T).subgroups; i:=1; for H in L do Print(i, " : \t",StructureDescription(H),"\t",Order(H),"\t", H,"\t","\n"); i:=i+1; od; Print("inclusions : \n",IntermediateSubgroups(S,T).inclusions);We obtain:
1 : C2 2 Group( [ (1,3)(2,4) ] ) 2 : C2 2 Group( [ (2,4) ] ) 3 : C2 2 Group( [ (1,3) ] ) 4 : C2 2 Group( [ (1,2)(3,4) ] ) 5 : C2 2 Group( [ (1,4)(2,3) ] ) 6 : C2 x C2 4 Group( [ (1,3)(2,4), (2,4) ] ) 7 : C4 4 Group( [ (1,3)(2,4), (1,2,3,4) ] ) 8 : C2 x C2 4 Group( [ (1,3)(2,4), (1,2)(3,4) ] ) inclusions : [ [ 0, 1 ], [ 0, 2 ], [ 0, 3 ], [ 0, 4 ], [ 0, 5 ], [ 1, 6 ], [ 2, 6 ], [ 3, 6 ], [ 1, 7 ], [ 1, 8 ], [ 4, 8 ], [ 5, 8 ], [ 6, 9 ], [ 7, 9 ], [ 8, 9 ] ]This corresponds to the lattice of subgroups of written in the first diagram (the node (1) corresponding to the subgroup generated by ).
We find again these results directly without computer in
where (cf Ex. 6.3.2(b)). Here the numbering of the roots is
so , which exchanges corresponds to the transposition , and to the -cycle .
is of order 4 and generates , is of order 2, and :
Note that and that . This induction proves that for all . Moreover , so all the elements of the right coset are of order 2.
We find all the subgroups of order 2 by checking the elements of order 2 in . They are the elements of , and also : this gives all the subgroups of level 2 in the first diagram.
We know a subgroup of of order 4, the subgroup .
Let be any subgroup of of order 4. If is cyclic, it is generated by an element of order 4, so .
Otherwise is isomorphic to , generated by to distinct elements of order 2 in . If one of these elements is , we obtain the two subgroups
Otherwise . As is of order 2, and so
Since is generated by any pair of elements not equal to , , thus or . We find again the subgroups of diagram 1.
- (b)
-
We find the fixed fields
corresponding with the subgroups
of
. Consider the chain of fields going from
to
:
where each field is a quadratic extension of the preceding field.
Write
(the symbol for is intended for obtaining ). If we number the roots of by , the permutations corresponding to are , with ).
Then is a basis over , a basis of over , and a basis of over , thus
is a basis of over .
Recall that (see Ex. 6.3.2(b))
Consequently, ,
Every element spans on the basis under the form
(where )
-
Computation of
As expected, this is a quadratic extension of , corresponding with a subgroup of index 2 in .
- Computation of (indeed ).
- Computation of
- Computation of
- Computation of
-
Computation of
We justify this last equivalence:
, thus , and , so .
Conversely is a field (fixed field of ), extension of containing . So it contains also .
Conclusion:
-
Computation of
(with a similar justification, by exchanging
and
)
Conclusion:
-
Computation of
We obtain so all the fields of the second diagram.
- (c)
-
The three subgroups of order 4 have the index 2 in , therefore are normal subgroups of . They correspond with three quadratic extensions of , which are Galois extensions as every quadratic extension of .
is the splitting field of over , the splitting field of , and the splitting field of .
The subgroup is normal in , since
thus (and of course ). corresponds with , which is so a Galois extension of . is the splitting field of the irreducible polynomial
(or of the reducible polynomial ).
These are the only normal subgroups of , as we will see in part (d).
- (d)
-
As , then , so the subgroups and are conjugate, thus are not normal subgroups of .
Similarly , so the subgroups and are conjugate, and are not normal subgroups.
The subgroups and are not conjugate, since corresponds to , and to the permutation which are not conjugate, since the conjugate of a transposition is a transposition.
So the corresponding extensions are not Galois extensions of .