Exercise 7.3.8

Let α = ζ 7 + ζ 7 1 , where ζ 7 = e 2 πi 7 .

(a)
Show that the minimal polynomial of α over is x 3 + x 2 2 x 1 .
(b)
Use Exercise 7 to show that the splitting field of x 3 + x 2 2 x 1 over is a Galois extension of degree 3 with Galois group isomorphic to 3 .

Answers

Proof.

(a)
Let ζ = ζ 7 and α = ζ + ζ 1 . We compute the minimal polynomial of α .

We have shown in Exercice 7 that

ζ + ζ 1 = α ζ 2 + ζ 2 = α 2 2 ζ 3 + ζ 3 = α 3 3 α .

Thus

0 = 1 + ζ + ζ 2 + ζ 3 + ζ 4 + ζ 5 + ζ 6 = 1 + ( ζ + ζ 1 ) + ( ζ 2 + ζ 2 ) + ( ζ 3 + ζ 3 ) = 1 + α + ( α 2 2 ) + ( α 3 3 α ) = α 3 + α 2 2 α 1

α is so a root of p = x 3 + x 2 2 x 1 .

We could verify directly the irreducibility of p , but it is more simple to proceed so:

As p ( α ) = 0 , the minimal polynomial q of α over divides p : q p ,

( α ) = L H is the fixed field of H = { e , σ } (Exercice 6). Then Gal ( L L H ) = H , and [ L : L H ] = | H | = 2 , so

[ ( α ) : ] = [ L H : ] = [ L : ] [ L : L H ] = [ L : ] | H | = 6 2 = 3 ,

thus deg ( q ) = [ ( α ) : ] = 3 = deg ( p ) ,

Moreover p , q are monic. Consequently p = q , and so p is irreducible over , and α is a root of p .

Conclusion: p = x 3 + x 2 2 x 1 is the minimal polynomial of α = ζ + ζ 1 over .

Note: as an alternative method, to find the minimal polynomial of α , we can use the Lagrange’s construction described in the proof of Theorem 7.1.1:

3 is a generator of the cyclic group ( 7 ) ( 3 2 = 2 , 3 3 = 1 ), so Gal ( L ) = { e , σ , σ 2 , σ 3 , σ 4 , σ 5 } , where σ is characterized by σ ( ζ ) = ζ 3 (then σ k ( ζ ) = ζ 3 k = ζ , ζ 3 , ζ 2 , ζ 1 , ζ 3 , ζ 2 for k = 0 , 1 , 2 , 3 , 4 , 5 ). The distinct images of α by the automorphisms of G are so ζ + ζ 1 , ζ 2 + ζ 2 , ζ 3 + ζ 3 , so the minimal polynomial of α over is (see the proof of Th. 7.1.1)

( x ζ ζ 1 ) ( x ζ 2 ζ 2 ) ( x ζ 3 ζ 3 ) .

To expand this polynomial, we use the following Sage instructions:

     K.<zeta> = NumberField(1+x+x^2+x^3+x^4+x^5+x^6)
     R.<t> = PolynomialRing(QQ)
     f = (t-zeta - zeta^(-1))*(t-zeta^2-zeta^(-2))*(t-zeta^3-zeta^(-3));f

t 3 + t 2 2 t 1

which gives the minimal polynomial

p = x 3 + x 2 2 x 1 = ( x ζ ζ 1 ) ( x ζ 2 ζ 2 ) ( x ζ 3 ζ 3 ) = ( x 2 cos ( 2 π 7 ) ) ( x 2 cos ( 4 π 7 ) ) ( x 2 cos ( 6 π 7 ) )
(b)
By Exercise 6, ( α ) = L H is associate to H of order 2 in the Galois correspondence.

As G = Gal ( L F ) ( 7 ) is Abelian, H is normal in G , so L H is a Galois extension.

Consequently all the roots α , β , γ of p are in ( α ) , thus ( α ) = ( α , β , γ ) is the splitting field of p over .

(In fact, the other roots of p are σ ( ζ + ζ 1 ) = ζ 3 + ζ 3 = α 3 3 α , and σ 2 ( ζ + ζ 1 ) = ζ 2 + ζ 2 = α 2 2 , and are all in ( ζ + ζ 1 ) .)

Conclusion: the splitting field of p = x 3 + x 2 2 x 1 over is E = ( ζ 7 ) = ( ζ 7 + ζ 7 1 ) , and E is a Galois extension of degree 3.

Moreover (Theorem 7.2.7), Gal ( E ) Gal ( L ) Gal ( L E ) = G H .

As G is cyclic and | H | = 2 , G H is the quotient group of a cyclic group, so is cyclic, of order 3, isomorphic to 3 .

Gal ( ( ζ 7 + ζ 7 1 ) ) 3 .

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