Homepage › Solution manuals › David A. Cox › Galois Theory › Exercise 13.3.15
Exercise 13.3.15
Let and let be as in the previous exercise.
- (a)
- Show that .
- (b)
- Assume in addition that f is separable and irreducible. Explain how determines Galois group of f up to isomorphism.
Proof.
- (a)
-
By (2.26), we obtain
and by Ex.2.2.10,
so that
(Note: If the characteristic is not 2, we could write
and compute , but here we compute in all characteristic.)
But is symmetric, where
With the usual Sage instructions, we obtain
R.<x1,x2,x3,y1,y2,y3> = PolynomialRing(QQ, order = ’degrevlex’) elt = SymmetricFunctions(QQ).e() e = [elt([i]).expand(3).subs(x0=x1, x1=x2, x2=x3) for i in range(4)] J = R.ideal(e[1]-y1, e[2]-y2, e[3]-y3) G = J.groebner_basis() f = (x1^2*x2+x2^2*x3+x3^2*x1)*(x2^2*x1+x1^2*x3+x3^2*x2) var(’sigma_1,sigma_2,sigma_3’) var(’c1,c2,c3’) g=f.reduce(G).subs(y1=c1,y2=c2,y3=c3) gThen
and
- (b)
- By Ex.6.2.6, being irreducible and separable, we know that . Therefore or . Then Ex.14(d) proves that