Zeta and L-Functions - Examples and Constructions
Explicit computation and special values of -functions reveal arithmetic structure and test conjectures.
For coprime , there are infinitely many primes .
Proof via -functions: Consider for characters modulo . The non-vanishing for non-principal implies:
diverges as , proving infinitude of primes.
With more care, obtain density: primes have natural density .
For with quadratic character :
Special values:
- where
These relate to class numbers via: for imaginary quadratic, and similar formulas for real quadratic (involving regulators).
For an elliptic curve , the -function is:
where . The Birch and Swinnerton-Dyer conjecture predicts:
and gives an exact formula for in terms of regulator, Shafarevich-Tate group, and Tamagawa numbers.
For (CM by ): , so (BSD predicts, proven for CM curves).
The Riemann zeta function satisfies:
where is the von Mangoldt function. The zeros of control the distribution of primes via:
where the sum is over nontrivial zeros of . RH implies optimal error bounds for .
Modern algorithms compute using:
- Direct summation: Accelerate convergence with Euler-Maclaurin
- Functional equation: Relate to rapidly convergent series
- Fast Fourier methods: For character sums and Gauss sums
For modulo : Complexity or better with precomputation.
Pari/GP example:
\\ L(1, chi) for chi of conductor 5
lfun(lfuncreate([5, 1, [0], 1, 0]), 1)
\\ Output: 0.728882...
The Grand Riemann Hypothesis (GRH) asserts that zeros of all global -functions (Dedekind zeta, Dirichlet , Artin , etc.) on the critical strip lie on the critical line.
This would imply:
- Optimal prime number theorems
- Effective versions of class number bounds (Bach's bound)
- Correctness of many probabilistic algorithms in number theory
GRH is used conditionally in computational number theory for efficiency.