Exercise 6.3.2

For each of the following Galois groups, find an explicit subgroup of S 4 that is isomorphic to the group. Also, the Galois group is isomorphic to which known group?

(a)
Gal ( ( i , 2 ) ) .
(b)
Gal ( ( i , 2 4 ) ) .

Answers

Proof.

(a)
Gal ( ( i , 2 ) ) = { 1 , σ , τ , στ } , where σ ( i ) = i , σ ( 2 ) = 2 , τ ( i ) = i , τ ( 2 ) = 2 .

As every g Gal ( ( i , 2 ) ) satisfies g 2 = 1 ,

Gal ( ( i , 2 ) ) 2 × 2

(Klein’s ViertelGruppe: cf Exercise 6.2.1 and Example 6.2.2 for more details).

If we number the roots by α 1 = i , α 2 = i , α 3 = 2 , α 4 = 2 , then ( 1 , 2 ) corresponds to σ , and ( 3 , 4 ) to τ .

As subgroup of S 4 , Gal ( Q ( i , 2 ) ) is represented by

{ ( ) , ( 1 , 2 ) , ( 3 , 4 ) , ( 1 , 2 ) ( 3 , 4 ) } = ( 1 , 2 ) , ( 3 , 4 ) Gal ( ( i , 2 ) ) .

(b)
f = x 4 2 = ( x 2 2 ) ( x 2 + 2 ) = ( x 2 4 ) ( x + 2 4 ) ( x + i 2 4 ) ( x i 2 4 )

The splitting field of f over is thus L = ( 2 4 , i 2 4 ) = ( i , 2 4 ) . f is separable, since f has simple roots in its splitting field. L is so the splitting field over of a separable polynomial, therefore by Theorem 6.2.1,

| Gal ( L : ) | = [ L : ] .

f is irreducible over by the Sch ö nemann-Eisenstein Criterion with p = 2 . As f is irreducible over ,

[ ( 2 4 ) : ] = deg ( f ) = 4 ,

and x 2 + 1 is irreducible over ( 2 4 ) , since it is of degree 2, without root in ( 2 4 ) , thus

[ ( i , 2 4 ) : ( 2 4 ) ] = 2 .

Consequently,

[ ( i , 2 4 ) : ] = [ ( i , 2 4 ) : ( 2 4 ) ] [ ( 2 4 ) : ] = 8 ,

and so

| Gal ( L : ) | = 8 .

If σ Gal ( L ) , as i is a root of x 2 + 1 [ x ] , and 2 4 a root of x 4 2 [ x ] , then σ ( i ) = ± i , and σ ( 2 4 ) = i k 2 4 , k = 0 , 1 , 2 , 3 .

As σ is uniquely determined by the images of i , 2 4 , and as | Gal ( L : ) | = 8 , these 8 possibilities occur, thus G = Gal ( L ) = { σ j , k | 0 j 1 , 0 k 3 } , where σ j , k , which is identity on , is determined by

σ j , k ( i ) = ( 1 ) j i , σ j , k ( 2 4 ) = i k 2 4 .

Write τ : L L , z z ¯ the complex conjugation restricted to L . τ is a ring homomorphism and an involution, thus τ is a field automorphism of L , which is identity on , so τ G . Moreover

τ ( i ) = i , τ ( 2 4 ) = 2 4 .

Let σ Gal ( L ) defined by

σ ( i ) = i , σ ( 2 4 ) = i 2 4 .

Then τ = σ 1 , 0 , σ = σ 0 , 1 .

As τ 2 = e and τ e (where e = 1 L ), the order of τ is 2.

σ 4 ( i ) = i and σ 4 ( 2 4 ) = 2 4 , thus σ 4 = e . As σ 2 ( 2 4 ) = i 2 2 4 = 2 4 , σ 2 e , thus the order of σ is 4.

| τ | = 2 , | σ | = 4 .

As τ ( i ) = i , τ σ . Thus the subgroup σ , τ of G contains at least 5 elements, so is equal to G by Lagrange’s Theorem:

G = σ , τ .

As the index of H = σ in G is 2, and τ H , G = H τH :

G = Gal ( L ) = { 1 L , σ , σ 2 , σ 3 , τ , τσ , τ σ 2 , τ σ 3 } .

If we number the roots of f by α k = i k 1 2 4 , for k = 1 , 2 , 3 , 4 , then τ corresponds to the transposition ( 2 , 4 ) , and σ to the cycle ( 1 , 2 , 3 , 4 ) :

G ( 1 , 2 , 3 , 4 ) , ( 2 , 4 ) S 4 .

If we number the 4 summits of a square by 1,2,3,4 in the direct orientation, then σ corresponds to a rotation of angle π 2 , and τ to a symmetry with respect to the diagonal [ 1 , 3 ] . They generate the group of isometry of the square, which is the dihedral group D 8 , defined also by generators and relations:

G = σ , τ , σ 4 = τ 2 = e , τσ = σ 1 τ .

(Since σ ~ 1 τ ~ = ( 1 , 4 , 3 , 2 ) ( 2 , 4 ) = ( 1 , 4 ) ( 2 , 3 ) = ( 2 , 4 ) ( 1 , 2 , 3 , 4 ) = τ ~ σ ~ .)

As a verification, the following GAP instruction confirm the result D 8 :

     G:= Group((1,2,3,4),(2,4));
     StructureDescription(G);
       "D8"

User profile picture
2022-07-19 00:00
Comments