TheoremComplete

Dirichlet's Unit Theorem - Applications

Dirichlet's Unit Theorem has profound applications to Diophantine equations, transcendence theory, and computational number theory.

TheoremSolving Unit Equations

The unit equation Ο΅1+Ο΅2=1\epsilon_1 + \epsilon_2 = 1 with Ο΅1,Ο΅2∈OKβˆ—\epsilon_1, \epsilon_2 \in \mathcal{O}_K^* has only finitely many solutions.

Proof idea: The logarithmic embedding maps solutions to a finite set of hyperplanes in Rr\mathbb{R}^r. Since OKβˆ—\mathcal{O}_K^* is a lattice, intersections are finite.

This finiteness result extends to SS-unit equations βˆ‘i=1naiΟ΅i=0\sum_{i=1}^n a_i \epsilon_i = 0 with ai∈Kβˆ—a_i \in K^* and Ο΅i∈OK,Sβˆ—\epsilon_i \in \mathcal{O}_{K,S}^*, fundamental to Baker's theorem and effectivity in Diophantine equations.

ExampleCatalan's Equation

Catalan's conjecture (now MihΔƒilescu's theorem) states 32βˆ’23=13^2 - 2^3 = 1 is the only solution to xpβˆ’yq=1x^p - y^q = 1 with x,y,p,q>1x, y, p, q > 1.

The proof uses cyclotomic fields Q(ΞΆp,ΞΆq)\mathbb{Q}(\zeta_p, \zeta_q) and deep properties of their unit groups. The crucial step shows pp divides the class number of Q(ΞΆq)\mathbb{Q}(\zeta_q) leads to contradiction via class field theory and properties of cyclotomic units.

TheoremABC Conjecture and Units

The ABC conjecture predicts: for coprime a,b,ca, b, c with a+b=ca + b = c: c≀K(Ο΅)β‹…rad(abc)1+Ο΅c \leq K(\epsilon) \cdot \text{rad}(abc)^{1+\epsilon}

for any Ο΅>0\epsilon > 0 and some K(Ο΅)K(\epsilon). This would imply:

  • Fermat's Last Theorem (for large exponents)
  • Roth's theorem (effective bounds)
  • Finiteness of many Diophantine equations

Units play a role via the quality q=log⁑clog⁑rad(abc)q = \frac{\log c}{\log \text{rad}(abc)}, related to regulator growth in number fields.

ExampleThue Equations

Equations of the form F(x,y)=mF(x, y) = m where FF is an irreducible binary form of degree β‰₯3\geq 3 have finitely many integer solutions (Thue's theorem).

The proof uses units in K=Q(Ξ±)K = \mathbb{Q}(\alpha) where Ξ±\alpha is a root of F(x,1)=0F(x, 1) = 0. Bounding solutions requires estimating regulators and using Baker's theory of linear forms in logarithms.

For x3βˆ’2y3=1x^3 - 2y^3 = 1: working in Q(23)\mathbb{Q}(\sqrt[3]{2}) and analyzing units gives unique solution (x,y)=(1,0)(x, y) = (1, 0).

TheoremMordell-Weil Theorem

For an elliptic curve EE over a number field KK, the group E(K)E(K) of KK-rational points is finitely generated: E(K)β‰…ZrΓ—TE(K) \cong \mathbb{Z}^r \times T

where TT is the finite torsion subgroup and rβ‰₯0r \geq 0 is the rank.

The proof parallels Dirichlet's unit theorem: a height function plays the role of the logarithmic embedding, and descent shows bounded height points are finite.

ExampleComputing in Magma/Pari

Modern computer algebra systems compute units via:

\\ Pari/GP example for Q(sqrt(5))
K = bnfinit(x^2 - 5);
K.fu  \\ fundamental units
K.reg \\ regulator

\\ Output: [1/2 + 1/2*sqrt(5)] (golden ratio)
\\ Regulator: 0.4812118250596...

These computations are essential for determining class numbers, solving norm equations, and verifying conjectures computationally.

TheoremGalois Module Structure

When L/KL/K is Galois with group GG, the unit group OLβˆ—\mathcal{O}_L^* is a Z[G]\mathbb{Z}[G]-module. The Galois module structure reveals:

  • Which units come from the base field
  • Relations imposed by Galois action
  • Connections to class groups via cohomology

For cyclotomic fields, circular units form a Z[G]\mathbb{Z}[G]-submodule of finite index, with the index related to pp-adic LL-functions (Iwasawa theory).

Remark

Units appear throughout arithmetic geometry:

  • Heights on varieties: NΓ©ron-Tate height generalizes norm
  • Arakelov theory: Regulators appear in intersection theory
  • Iwasawa theory: Growth of unit groups in towers of fields

Understanding units is thus fundamental to modern arithmetic.