Search Knowledge

© 2026 LIBREUNI PROJECT

Abstract Algebra / Overview

Galois Theory

Galois Theory

Galois theory provides a framework for reducing complex problems concerning field extensions into the realm of group theory, making them significantly easier to solve and understand.

The Galois Group

In modern algebra, the Galois group is defined in relation to a field extension L/KL/K. It is specifically the group comprising all automorphisms of the larger field LL that completely fix every element within the base field KK. This means the automorphisms are functions that map LL to itself while leaving the underlying structure of KK entirely undisturbed.

Historically, this was viewed as the group of permutations among the roots of a polynomial, given that any algebraic equation satisfied by those roots remains true even after the roots are permuted.

python

Interactive Lab

Read the code, make a small change, then run it and inspect the output. Runtime setup messages stay outside the terminal so the result remains focused on what the program prints.

Step 1
Inspect the idea
Step 2
Edit the program
Step 3
Run and compare

Fundamental Theorem of Galois Theory

The centerpiece of this subject is the Fundamental Theorem of Galois Theory. This theorem establishes a formal, direct correspondence between field theory and group theory.

Specifically, it proves that for a given field extension, there is a distinct relationship between its intermediate subfields and the subgroups of its overall Galois group. This one-to-one mapping empowers mathematicians to directly analyze the traits of field extensions by studying the properties of their corresponding groups.

Solvability by Radicals

Galois theory is famously used to determine whether a polynomial equation is solvable by radicals. An equation holds this property if its roots can be written out using a formula consisting solely of integers, the four primary arithmetic operations (addition, subtraction, multiplication, and division), and nn-th roots (radicals).

The theory definitively shows that a polynomial equation is solvable by radicals if and only if its corresponding Galois group is categorized as a “solvable group.” This explains why generic polynomials of degree five or higher lack a universal root formula.

If [K:F] is the degree of a Galois extension, what is the order of the Galois group Gal(K/F)?

python

Interactive Lab

Read the code, make a small change, then run it and inspect the output. Runtime setup messages stay outside the terminal so the result remains focused on what the program prints.

Step 1
Inspect the idea
Step 2
Edit the program
Step 3
Run and compare

What group theory property corresponds to a polynomial being solvable by radicals?

References & Further Reading