Exploration 9: Solvability
December 21, 2023.Questions:
- When exactly does a formula for the roots of a polynomial exist?
Recall that we discussed quadratic extensions and cyclotomic extensions. What are their degrees and Galois groups?
For quadratic extensions, it is very straightforward. Since all quadratic extensions are simple extensions by a root of a degree polynomial, every quadratic extension is degree , with Galois group .
What about cyclotomic extensions? Recall that the th cyclotomic extension is created by adjoining a primitive th root of unity. Since the minimal polynomial of such a root is the th cyclotomic polynomial, whose roots are the primitive th roots of unity, the degree of a cyclotomic extension is with a cyclic Galois group of order .
Now let’s move on to cubics.
Solving cubic polynomials
Cubic polynomials have the form . That’s a lot, but we can eliminate the term with the substitution (the depressed cubic substitution):
Thus we can always express cubic polynomials as . In the splitting field, we have Expanding the RHS symmetric polynomial gives us
The first equation, , shows that is generated by . Thus the splitting field can be written if does not generate , and otherwise.
So there’s a tower of fields:
Consider over . Either splits (so generates ) and the top two fields are equal, or doesn’t split and is irreducible (so is degree , since is quadratic).
This means the degree of the splitting field of a cubic is either or .
Splitting fields of a polynomial over are Galois extensions over . Since the degree of this splitting field is either or , and the Galois group must consist of permutations of the three roots, must be a subgroup of the symmetric group , so it must be either the dihedral group or the cyclic group .
In conclusion: while the splitting fields of quadratics are always degree with Galois group , splitting fields of cubics are either degree or , with Galois group either or .
Solving quartic polynomials
There’s some dark magic involving nested square roots and factoring into quadratics, so I’ve ignored this bit. Just know that for any quartic polynomial , you can define a resolvent cubic and a discriminant , which together determine the Galois group.
It turns out that the Galois group for splitting fields of quartic polynomials are also subgroups of for the same reason (they permute the four roots). is order , so there are a lot more than just two subgroups like in the cubic case.
The full breakdown is as follows:
- If is irreducible, then when is a rational square, and otherwise.
- If splits partially into a linear times quadratic, then when is irreducible over , and otherwise.
- If splits completely, then .
Again, I won’t get into quartics too much, since the important one is quintics. Just know that we can solve quartics similarly to how we solved cubics.
Solving quintic polynomials
Solving quintic (degree ) equations was the original goal of Galois.
Like with the other cases, the Galois group of the splitting field is a subgroup of . It turns out is not solvable in the sense of and .
In this section, we describe solvability and what it means.
A root is solvable over if you can use radicals (like square roots, th roots, nested roots) in to write .
Motivation: Galois showed that the roots of certain irreducible of degree are not solvable.
For instance, take the root of . It is solvable over since we expressed it as a radical over . In other words, .
Another example: take the root of . It is solvable over since we could express it in radicals over . In other words, .
In general, to prove is solvable over , we prove there’s a chain of fields such that (conditions ):
- (root is in the final extension)
- (each extension is built by adjoining to previous extension)
- (adjoined element is a th root of an element in the previous extension)
We shall prove that to prove the above, it is enough to prove the following:
is solvable over if there’s a chain of subfields such that (conditions ):
- (root is in the final extension)
- is Galois of prime degree
- Since is Galois and thus normal, is a splitting field for for some , which implies contains the th roots of unity.
- Let so that is a cyclotomic extension that contains the th roots of unity, so that is a subfield of that extends , i.e. .
- Then since is Galois, is also Galois. Since contains the th roots of unity, and is Galois, by Kummer’s theorem, is a Kummer extension of degree .
Since both cyclotomic and Kummer extensions are obtained by adjoining some root of an element in their base field, this means every Galois extension is equivalent to extensions that satisfy conditions . Thus, given a chain that satisfies conditions , we can construct a chain that satisfies conditions .
Because of the Fundamental Theorem of Galois Theory, towers of field extensions correspond to chains of subgroups. In particular, towers of Galois extensions correspond to chains of normal subgroups:
- ()
- According to the fundamental theorem of Galois theory, indeed corresponds to a subgroup relation between unique subgroups and . To prove that this is a normal subgrouping, we use the fact that is Galois, and therefore normal.
- Since and under the correspondence, we can see that the elements of are -automorphisms and the elements of are -automorphisms. In particular, the subgrouping implies that all -automorphisms are -automorphisms.
- Recall that in normal extensions like , -automorphisms are invariant under conjugation. Thus, the elements of , being -automorphisms, are invariant under conjugation, implying that .
- ()
- Say you have . Again, contains -automorphisms and contains -automorphisms under the correspondence. The normal subgrouping implies that is also a -automorphism in .
- Let be the root of some polynomial irreducible over . Since permutes the roots of , represents an arbitrary conjugate of . To show is normal, we just need to show that is in , implying that splits in , and thus is normal.
- But since fixes , it must fix . So we have , implying , implying that fixes . But is a -automorphism, meaning elements it fixes are in .
This implies:
- If is abelian, every subgroup is normal, and by the above theorem, must correspond to an intermediate Galois field extension .
- If is abelian, then it decomposes into a direct product of cyclic groups. By the Chinese Remainder Theorem we can decompose those cyclic groups into a direct product of cyclic groups of prime order. Write this decomposition in any order: Then we can construct a chain of normal subgroups (where each quotient is of prime order) by incrementally popping off the rightmost factor:
- These subgroups all correspond to a prime degree intermediate Galois field extension, and we can break each of those down into a cyclotomic and Kummer extension.
This gives us conditions :
is solvable over if there’s a chain of subfields such that (conditions ):
- (root is in the final extension)
- is Galois with an abelian Galois group
Finally, we can convert this into the realm of group theory using the fact that intermediate Galois extensions correspond to normal Galois subgroups. This gives us conditions :
is solvable over if there’s a chain of normal subgroups such that (conditions ):
- (root is in the final extension)
- is abelian
Using this final version of conditions for solvability, we can prove some basic theorems about solvability.
Let be said subgroup and let be an element in the chain that proves the group solvable. Then in each of the chain, just take the intersection . This just gets rid of some elements in each , which doesn’t change the condition “its elements commute with everything” in the definition of normal subgroup and abelian quotient. So each subgroup relation in the chain is still normal, and each quotient is still abelian.
If is simple, then the only proper normal subgroup is , meaning our chain can only look like . But is non-abelian, and thus the only possible chain does not satisfy conditions , thus not solvable.
In this section, we prove that degree polynomials are not solvable.
Note that all degree polynomials have roots, and thus the Galois group is at maximum , the symmetric group for five elements. This means all it takes to show not all degree polynomials are solvable is to prove that is not solvable.
Exploration 8: Galois theory