field theory
Splitting Fields
You should know: field extensions
Overview
The splitting field of a polynomial f(x) over a field K is the smallest field extension of K in which f factors completely into linear factors. Splitting fields exist for every polynomial over every field and are unique up to isomorphism, and they are the natural home for Galois theory, since the Galois group of f is defined as the automorphism group of its splitting field fixing K. Constructing a splitting field is an iterative process: adjoin one root at a time via a quotient K[x]/(irreducible factor), and repeat until the polynomial fully factors.
Intuition
Not every polynomial factors completely over its original field — x²+1 has no real roots — so the splitting field is the minimal 'upgrade' of the field that supplies exactly the roots needed, and nothing more. You build it by repeatedly adjoining one irreducible factor's root at a time: factor f over the current field, if there's an irreducible factor of degree >1, adjoin one of its roots (via K[x]/(irreducible)), and the polynomial gains a linear factor; repeat until everything splits. The final degree [L:K] measures how 'entangled' the roots are — full degree n! happens when there are no hidden algebraic relations among the roots, as for a 'generic' polynomial.
Formal Definition
Let f(x) ∈ K[x] have degree n. A splitting field L of f over K satisfies:
Worked Examples
x²+1 is irreducible over ℚ (no real, hence no rational, roots).
Adjoining one root i gives ℚ(i); check if x²+1 splits completely there: x²+1=(x-i)(x+i), and both roots i, −i lie in ℚ(i).
Since both roots are already in ℚ(i), no further extension is needed.
Answer: The splitting field of x²+1 over ℚ is ℚ(i), with [ℚ(i):ℚ] = 2.
Practice Problems
Find the splitting field of x²−2 over ℚ and its degree.
Explain why the splitting field of xⁿ−1 over ℚ (the cyclotomic field) requires adjoining a primitive nth root of unity, not just one root.
Verify that 𝔽₄ (constructed via 𝔽₂[x]/(x²+x+1)) is the splitting field of x⁴−x over 𝔽₂.
Quiz
Summary
- The splitting field of f(x) over K is the minimal extension where f factors completely into linear factors; it always exists and is unique up to isomorphism.
- Splitting fields are built by iteratively adjoining roots of irreducible factors; [L:K] ≤ n! for a degree-n polynomial.
- x³−2 over ℚ needs ℚ(∛2, ω) (degree 6), illustrating that a single real root isn't enough when complex roots are also needed.
References
- WebsiteWikipedia — Splitting field
Mathematics