Exercise 6.3.3

In the terminology of Exercise 2, Gal ( ( i , 2 , 3 ) ) is isomorphic to which known group? Explain your reasoning in detail.

Answers

Proof. We have already proved (Ex. 5.1.13) that f = x 2 3 is irreducible over [ 2 ] . f is so the minimal polynomial of 3 over ( 2 ) , thus [ ( 2 , 3 ) : ( 2 ) ] = deg ( f ) = 2 .

As g = x 2 2 is irreducible over , [ ( 2 ) : ] = deg ( g ) = 2 , therefore

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

Moreover, h = x 2 + 1 has no real root, a fortiori h has no root in ( 2 , 3 ) . As deg ( h ) = 2 , h is irreducible over ( 2 , 3 ) , h is the minimal polynomial of i over ( 2 , 3 ) , thus [ ( 2 , 3 , i ) : ( 2 , 3 ) ] = 2 , and by the Tower Theorem, and the equality ( 2 , 3 , i ) = ( i , 2 , 3 ) ,

[ ( i , 2 , 3 ) : ] = 8 .

L = ( i , 2 , 3 ) is the splitting field of p = ( x 2 + 1 ) ( x 2 2 ) ( x 2 3 ) over , and p = ( x i ) ( x + i ) ( x 2 ) ( x + 2 ) ( x 3 ) ( x + 3 ) is separable. By theorem 6.2.1, we obtain

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

If σ Gal ( L ) , σ ( i ) = ± i , σ ( 2 ) = ± 2 , σ ( 3 ) = ± 3 . As | Gal ( L ) | = 8 , all of these possibilities occur: there exist 8 -automorphisms of L satisfying these equalities. As L = ( i , 2 , 3 ) , σ Gal ( L : ) is uniquely determined by the images of these 3 elements.

In particular, there exist σ 1 , σ 2 , σ 3 Gal ( L : ) defined by

σ 1 ( i ) = i , σ 1 ( 2 ) = 2 , σ 1 ( 3 ) = 3 σ 2 ( i ) = i , σ 2 ( 2 ) = 2 , σ 2 ( 3 ) = 3 σ 3 ( i ) = i , σ 3 ( 2 ) = 2 , σ 3 ( 3 ) = 3

and 1 L , σ 1 , σ 2 , σ 3 , σ 1 σ 2 , σ 1 σ 3 , σ 2 σ 3 , σ 1 σ 2 σ 3 give distinct images to i , 2 , 3 , thus

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

Therefore

G = σ 1 , σ 2 , σ 3 .

Note that σ 1 σ 2 = σ 2 σ 1 since they give the same images to i , 2 , 3 . Similarly σ 1 σ 3 = σ 3 σ 1 and σ 2 σ 3 = σ 3 σ 2 . Thus G is abelian, generated by 3 elements of order 2, with σ 2 σ 1 , σ 3 σ 1 , σ 2 . Therefore G is the direct sum of the 3 subgroups { e , σ i } , i = 1 , 2 , 3 , of degree 2 :

Gal ( L : ) ( 2 ) 3 .

Some instructions Sage and Gap to verify these results :

f=(x-i-sqrt(2)-sqrt(3))*(x-i-sqrt(2)+sqrt(3))*(x-i+sqrt(2)-sqrt(3))
*(x-i+sqrt(2)+sqrt(3))*(x+i-sqrt(2)-sqrt(3))*(x+i-sqrt(2)+sqrt(3))
*(x+i+sqrt(2)-sqrt(3))*(x+i+sqrt(2)+sqrt(3));f

( x + 3 + 2 + i ) ( x + 3 + 2 i ) ( x + 3 2 + i ) ( x + 3 2 i )
( x 3 + 2 + i ) ( x 3 + 2 i ) ( x 3 2 + i ) ( x 3 2 i )

g=f.expand();g

x 8 16 x 6 + 88 x 4 + 192 x 2 + 144

g.factor()

x 8 16 x 6 + 88 x 4 + 192 x 2 + 144

x=polygen(QQ,’x’)
K.<z> = NumberField(x^8-16*x^6+88*x^4+192*x^2+144)
G = K.galois_group();G

( 1 , 2 ) ( 3 , 4 ) ( 5 , 6 ) ( 7 , 8 ) , ( 1 , 3 ) ( 2 , 4 ) ( 5 , 7 ) ( 6 , 8 ) , ( 1 , 5 ) ( 2 , 6 ) ( 3 , 7 ) ( 4 , 8 )

With Gap :

G:=Group((1,2)(3,4)(5,6)(7,8),(1,3)(2,4)(5,7)(6,8),(1,5)(2,6)(3,7)(4,8));
StructureDescription(G);

C 2 × C 2 × C 2 .

As x 8 16 x 6 + 88 x 4 + 192 x 2 + 144 is irreductible over , [ ( i + 2 + 3 ) : ] = 8 = [ L : ] , and since ( i + 2 + 3 ) L , L = ( i + 2 + 3 ) .

These results imply that L = ( i , 2 , 3 ) is the splitting field of the irreducible polynomial x 8 16 x 6 + 88 x 4 + 192 x 2 + 144 , that i + 2 + 3 is a primitive element of L , and that Gal ( L ) C 2 × C 2 × C 2 .

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