Field Extensions
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn what it means to extend a field, why the degree of an extension is a vector-space dimension, how degrees multiply in a tower, and how those facts settle three geometry problems that stood open for two thousand years.
The Concept
Section titled “The Concept”Extending a field
Section titled “Extending a field”is an extension of , written , if is a subfield of . So , , and are all extensions.
Why bother? Because you often need a root that isn’t there. has no root in and has none in . The fix is to build a bigger field containing one, which is exactly the quotient construction from two lessons ago:
The degree is a dimension
Section titled “The degree is a dimension”Here’s the idea that makes the whole theory work. If , then is a vector space over : you can add elements of , and you can scale them by elements of , and all the vector-space axioms follow from the field axioms.
The degree is the dimension of that vector space.
The second says every element of is uniquely with . It’s a two-dimensional space over , with playing the role plays for .
An extension is finite if the degree is finite. is infinite, which is why real analysis and field theory feel like different subjects.
Minimal polynomials
Section titled “Minimal polynomials”For algebraic over (meaning it’s a root of some polynomial with coefficients in ), the minimal polynomial is the monic polynomial of least degree in having as a root.
It is automatically irreducible: a factorization would give , so one factor would already vanish at and have smaller degree.
with basis where . Higher powers reduce using , which is exactly the reduction step you did in using .
Examples over :
- has minimal polynomial , so .
- has minimal polynomial , so the degree is 3.
- has minimal polynomial , degree 2.
- over has minimal polynomial , degree 1, since it’s already there.
The last one is the reminder that a minimal polynomial depends on the base field.
Degrees multiply
Section titled “Degrees multiply”Tower law. If then
Degrees multiply, because a basis for over is obtained by multiplying each basis element of by each basis element of : an grid of products, giving elements.
For over : two steps of degree 2 give total degree 4, with basis . Four elements, exactly as the tower law predicts.
The tower law is the tool that makes impossibility proofs work, because it constrains which degrees can occur inside a tower. If , no intermediate field can have degree 3 over , since 3 does not divide 4.
The impossible constructions
Section titled “The impossible constructions”The Greeks asked whether three constructions were possible with straightedge and compass. The answers, all negative, came in the nineteenth century, and all three are corollaries of the tower law.
The key fact: a straightedge-and-compass construction can only produce lengths lying in a tower of degree-2 extensions of . A straightedge gives linear equations, a compass gives quadratics, and intersecting them never produces worse than a square root. So any constructible number has degree over for some .
Doubling the cube. Building a cube of twice the volume needs length , whose minimal polynomial is irreducible over by Eisenstein at . So the degree is 3, and 3 is not a power of 2. Impossible.
Trisecting the angle. Trisecting 60° requires , which satisfies , irreducible over . Degree 3 again. Impossible. Note some angles can be trisected; the claim is only that no method works for all of them.
Squaring the circle. A square of area equal to the unit circle needs . Lindemann proved in 1882 that is transcendental, so it satisfies no polynomial over at all and has no finite degree. Impossible.
Three questions open for two millennia, closed by a dimension count. That is as good an advertisement for abstraction as the subject has.
Splitting fields and a glance at Galois
Section titled “Splitting fields and a glance at Galois”The splitting field of is the smallest extension in which factors completely into linear factors. Every polynomial has one, and it is unique up to isomorphism.
Galois theory studies the group of automorphisms of a splitting field that fix , and it matches subgroups of that group against intermediate fields. The headline application: a polynomial is solvable by radicals exactly when its Galois group is solvable, meaning it can be broken apart by a chain of abelian quotients.
For degree 5 the generic Galois group is , which contains the simple group , and a simple non-abelian group cannot be broken apart that way. Hence no quintic formula. The question that started the whole subject is answered by a statement about one group of order 60.
Worked Examples
Section titled “Worked Examples”Example 1: Find .
Solution. satisfies , which is irreducible over since is irrational and the polynomial is quadratic.
Minimal polynomial has degree 2, so , with basis .
Every element is . Inverting one shows the field is closed:
which is again of the form , and the denominator is nonzero because is irrational.
Example 2: Find .
Solution. satisfies , irreducible over by Eisenstein with : it divides the constant but .
with basis .
Note sits inside, since , and the tower law checks out:
Example 3: The tower law in use.
Find .
Solution. and . Both must divide the total degree, so .
Adjoining to raises the degree by at most 3, so the total is at most 6.
with basis , six products in all.
Example 4: Why is not constructible.
Solution. Every straightedge-and-compass construction produces numbers in a tower
with each . By the tower law, .
If were constructible it would lie in some , so by the tower law
But 3 does not divide any power of 2. Contradiction, so is not constructible and the cube cannot be doubled. ∎
Example 5: A degree that is not what it looks like.
Find .
Solution. Let . Then , so .
Also .
From and we can solve for and individually, so
and the degree is 4, not 2. Its minimal polynomial is .
The lesson: adjoining a sum can generate more than the sum suggests.
Example 6: Finite fields as extensions.
Express as a field extension and give its degree.
Solution. , so it is where is a root of the irreducible cubic .
with basis . As a vector space it is , which has elements, confirming the order.
In general , and this is the cleanest way to see why finite field orders must be prime powers: the size of a vector space of dimension over is .
Real-World Applications
Section titled “Real-World Applications”Cryptography. Elliptic-curve cryptography chooses curves over or , and the extension degree is a security parameter. Pairing-based cryptography, which enables identity-based encryption and short digital signatures, works with towers of extensions and relies on degree arithmetic to be efficient.
Coding theory. BCH and Reed–Solomon codes are designed by choosing a splitting field for a chosen polynomial. The code’s error-correcting power is determined by the degrees of the minimal polynomials of the roots used, so the design problem is a field-extension problem.
Computer algebra. Representing an algebraic number exactly means storing its minimal polynomial plus enough data to pin down which root. Systems like SageMath and Mathematica do arithmetic in number fields this way, and degree bounds control the cost of every operation.
Signal processing. The discrete Fourier transform needs a primitive -th root of unity, so implementing it over a finite field requires an extension containing one. Number-theoretic transforms used for exact large-integer multiplication choose the field precisely so a suitable root exists.
The impossibility results themselves. Beyond their historical weight, they are the standard example of using algebra to prove a negative. “No algorithm can do this” arguments in computer science have the same shape: find an invariant, show the target violates it.
Retrying will remove your ✅ checkmark until you pass again.