Dirichlet's Unit Theorem - Applications
Dirichlet's Unit Theorem has profound applications to Diophantine equations, transcendence theory, and computational number theory.
The unit equation with has only finitely many solutions.
Proof idea: The logarithmic embedding maps solutions to a finite set of hyperplanes in . Since is a lattice, intersections are finite.
This finiteness result extends to -unit equations with and , fundamental to Baker's theorem and effectivity in Diophantine equations.
Catalan's conjecture (now MihΔilescu's theorem) states is the only solution to with .
The proof uses cyclotomic fields and deep properties of their unit groups. The crucial step shows divides the class number of leads to contradiction via class field theory and properties of cyclotomic units.
The ABC conjecture predicts: for coprime with :
for any and some . 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 , related to regulator growth in number fields.
Equations of the form where is an irreducible binary form of degree have finitely many integer solutions (Thue's theorem).
The proof uses units in where is a root of . Bounding solutions requires estimating regulators and using Baker's theory of linear forms in logarithms.
For : working in and analyzing units gives unique solution .
For an elliptic curve over a number field , the group of -rational points is finitely generated:
where is the finite torsion subgroup and 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.
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.
When is Galois with group , the unit group is a -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 -submodule of finite index, with the index related to -adic -functions (Iwasawa theory).
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.