Skip to content

Chapter 4. Algebraic Number Theory

A field is a number system in which addition, subtraction, multiplication, and division by nonzero elements are always possible. The rational numbers $\mathbb{Q}$, the real...

Fields Inside Larger Fields

A field is a number system in which addition, subtraction, multiplication, and division by nonzero elements are always possible. The rational numbers Q\mathbb{Q}, the real numbers R\mathbb{R}, the complex numbers C\mathbb{C}, and the finite fields Fp\mathbb{F}_p are basic examples.

A field extension occurs when one field is contained inside another.

Definition. Let KK and LL be fields. We say that LL is a field extension of KK if KLK\subseteq L and the operations of KK agree with the operations inherited from LL. In this case we write

L/K L/K

and call KK the base field and LL the extension field.

For example,

QRC. \mathbb{Q}\subseteq \mathbb{R}\subseteq \mathbb{C}.

Thus R/Q\mathbb{R}/\mathbb{Q}, C/R\mathbb{C}/\mathbb{R}, and C/Q\mathbb{C}/\mathbb{Q} are field extensions.

Field extensions allow us to enlarge a field so that equations which previously had no solutions acquire solutions. The equation

x22=0 x^2-2=0

has no solution in Q\mathbb{Q}, but it has solutions in R\mathbb{R}, namely 2\sqrt{2} and 2-\sqrt{2}. Thus adjoining 2\sqrt{2} to Q\mathbb{Q} gives a larger field in which the equation can be solved.

Adjoining Elements

Given a field KK and an element α\alpha lying in some larger field, the notation

K(α) K(\alpha)

means the smallest field containing both KK and α\alpha.

For example,

Q(2) \mathbb{Q}(\sqrt{2})

is the smallest field containing the rational numbers and 2\sqrt{2}. Its elements are precisely the numbers

a+b2,a,bQ. a+b\sqrt{2}, \qquad a,b\in\mathbb{Q}.

This set is closed under addition, subtraction, multiplication, and division by nonzero elements. For instance,

(a+b2)(c+d2)=(ac+2bd)+(ad+bc)2. (a+b\sqrt{2})(c+d\sqrt{2}) = (ac+2bd)+(ad+bc)\sqrt{2}.

Division is also possible because

1a+b2=ab2a22b2, \frac{1}{a+b\sqrt{2}} = \frac{a-b\sqrt{2}}{a^2-2b^2},

provided a+b20a+b\sqrt{2}\neq 0. Since a22b20a^2-2b^2\neq 0 for rational a,ba,b unless a=b=0a=b=0, the denominator is nonzero.

More generally, K(α)K(\alpha) consists of all rational expressions in α\alpha with coefficients in KK:

K(α)={f(α)g(α):f,gK[x], g(α)0}. K(\alpha) = \left\{ \frac{f(\alpha)}{g(\alpha)} : f,g\in K[x],\ g(\alpha)\neq 0 \right\}.

This description is useful because it connects field extensions with polynomials.

Algebraic and Transcendental Elements

The behavior of K(α)K(\alpha) depends strongly on whether α\alpha satisfies a polynomial equation over KK.

Definition. Let L/KL/K be a field extension and let αL\alpha\in L. The element α\alpha is called algebraic over KK if there exists a nonzero polynomial f(x)K[x]f(x)\in K[x] such that

f(α)=0. f(\alpha)=0.

If no such polynomial exists, then α\alpha is called transcendental over KK.

For example, 2\sqrt{2} is algebraic over Q\mathbb{Q}, since it satisfies

x22=0. x^2-2=0.

The complex number ii is algebraic over R\mathbb{R}, since it satisfies

x2+1=0. x^2+1=0.

The numbers π\pi and ee are transcendental over Q\mathbb{Q}, although proving this is highly nontrivial.

If α\alpha is algebraic over KK, then among all nonzero polynomials in K[x]K[x] that vanish at α\alpha, there is a unique monic polynomial of smallest degree. This polynomial is called the minimal polynomial of α\alpha over KK.

For 2\sqrt{2} over Q\mathbb{Q}, the minimal polynomial is

x22. x^2-2.

For ii over R\mathbb{R}, the minimal polynomial is

x2+1. x^2+1.

The minimal polynomial measures how complicated α\alpha is from the point of view of the base field.

Degree of an Extension

Every field extension L/KL/K has a second structure: LL is a vector space over KK. Addition is the addition in LL, and scalar multiplication by elements of KK is the multiplication inherited from LL.

Definition. The degree of a field extension L/KL/K, denoted

[L:K], [L:K],

is the dimension of LL as a vector space over KK:

[L:K]=dimKL. [L:K]=\dim_K L.

If this dimension is finite, then L/KL/K is called a finite extension.

For example, Q(2)\mathbb{Q}(\sqrt{2}) has basis

1,2 1,\sqrt{2}

over Q\mathbb{Q}. Every element has the form a+b2a+b\sqrt{2}, and the representation is unique. Therefore

[Q(2):Q]=2. [\mathbb{Q}(\sqrt{2}):\mathbb{Q}]=2.

Similarly, C\mathbb{C} has basis 1,i1,i over R\mathbb{R}, so

[C:R]=2. [\mathbb{C}:\mathbb{R}]=2.

If α\alpha is algebraic over KK with minimal polynomial of degree nn, then

[K(α):K]=n. [K(\alpha):K]=n.

Indeed, if the minimal polynomial has degree nn, then every power of α\alpha of degree at least nn can be reduced to a KK-linear combination of

1,α,α2,,αn1. 1,\alpha,\alpha^2,\ldots,\alpha^{n-1}.

These nn elements form a basis of K(α)K(\alpha) over KK.

The Tower Law

Field extensions may be stacked. If

KLM, K\subseteq L\subseteq M,

then M/KM/K is built by first extending KK to LL, and then extending LL to MM.

The degrees multiply.

Theorem. If KLMK\subseteq L\subseteq M and the degrees are finite, then

[M:K]=[M:L][L:K]. [M:K]=[M:L][L:K].

This is called the tower law.

To see the idea, suppose u1,,umu_1,\ldots,u_m is a basis of MM over LL, and v1,,vnv_1,\ldots,v_n is a basis of LL over KK. Then the products

uivj u_i v_j

form a basis of MM over KK. There are mnmn such products, so the dimension over KK is the product of the two intermediate dimensions.

For example,

QQ(2)Q(2,i). \mathbb{Q}\subseteq \mathbb{Q}(\sqrt{2})\subseteq \mathbb{Q}(\sqrt{2},i).

Here

[Q(2):Q]=2 [\mathbb{Q}(\sqrt{2}):\mathbb{Q}]=2

and

[Q(2,i):Q(2)]=2. [\mathbb{Q}(\sqrt{2},i):\mathbb{Q}(\sqrt{2})]=2.

Therefore

[Q(2,i):Q]=4. [\mathbb{Q}(\sqrt{2},i):\mathbb{Q}]=4.

Field Extensions in Number Theory

Field extensions are central to modern number theory because arithmetic often becomes clearer after passing from Q\mathbb{Q} to a larger field.

The equation

x2+y2=z2 x^2+y^2=z^2

can be studied over the rational numbers, but equations involving expressions such as

x2+1 x^2+1

naturally lead to the field Q(i)\mathbb{Q}(i). Similarly, the study of roots of unity leads to cyclotomic fields

Q(ζn), \mathbb{Q}(\zeta_n),

where ζn\zeta_n is a primitive nn-th root of unity.

Algebraic number theory studies finite extensions of Q\mathbb{Q}. These fields are called number fields. Their arithmetic generalizes the arithmetic of the rational integers. Instead of studying only

ZQ, \mathbb{Z}\subseteq \mathbb{Q},

one studies the ring of algebraic integers inside a number field. This shift leads to ideals, class groups, units, ramification, and reciprocity laws.

Thus a field extension is not merely a larger field. It is a controlled enlargement of arithmetic, designed to make hidden structure visible.