Dirichlet L-Functions and Their Zeros

​
start x axis at (from -100 to 100)
-10
length of x axis (from 1 to 20)
20
modulus (from 1 to 10)
7
character number
4
plot
real and imaginary parts
absolute value
display the zeros in a table
zeros at t =
-6.84549
-4.47574
4.47574
6.84549
Dirichlet
L
-functions are important in number theory. For example,
L
-functions are used to prove Dirichlet's theorem, which states that the arithmetic progression
qn+a
(
n=0,1,2,…
) contains infinitely many primes, provided
q
and
a
are relatively prime. The zeros of
L
-functions can even be used to count how many primes less than
x
there are in arithmetic progressions.
This Demonstration graphs Dirichlet
L
-functions along the line
1/2+it
in the complex plane (the so-called "critical line"), and highlights the zeros that are encountered. Zeros occur where the real part (blue graph) and the imaginary part (red graph) are simultaneously 0.

Details

​
Snapshot 1: the graph of the Dirichlet
L
-function
L
5,3
1
2
+it
for
-10≤t≤10
; the corresponding Dirichlet character
χ
5,3
(n)
has only real values, so the zeros of the
L
-function occur in conjugate pairs
a±bi
Snapshot 2: the graph of
L
5,2
1
2
+it
; the corresponding Dirichlet character
χ
5,2
(n)
sometimes has complex values, so the zeros do not occur in conjugate pairs
Introduction:
Let
q
be a positive integer and suppose that
q
and
a
are relatively prime (i.e.,
q
and
a
have no common factor greater than 1). Then Dirichlet's theorem says that the arithmetic progression
qn+a
has infinitely many primes. Dirichlet's theorem is proved in[1] by using Dirichlet characters and
L
-functions. The number of integers between 1 and
q
that are relatively prime to
q
is given by
ϕ(q)
, where
ϕ
is Euler's phi, the totient function.
For example, if
q=10
, then
ϕ(q)=4
. There are four integers between 1 and 10 that are relatively prime to
10
:
1
,
3
,
7
, and
9.
Therefore, each of the arithmetic progressions
10n+1
,
10n+3
,
10n+7
, and
10n+9
contains infinitely many primes, as
n
takes the values
0,1,2,…
.
Dirichlet Characters and
L
-functions:
Given a positive integer
m
, a character function, usually denoted by
χ
(the Greek letter chi), is a function defined on the numbers mod
m
such that, for all
a
and
b
,
χ(ab)=χ(a)χ(b)
,
χ(a+q)=χ(a)
, and
χ(n)≠0
if and only if
gcd(q,n)=1
. There are
ϕ(m)
different characters mod
m
. See reference[2] for more information.
For example, there are four characters mod 5. The third Dirichlet character mod 5 (in Mathematica's numbering system) has the following values at
n=0,1,2,3,4
:
χ
5,3
(0)=0
,
χ
5,3
(1)=1
,
χ
5,3
(2)=-1
,
χ
5,3
(3)=-1
, and
χ
5,3
(4)=1
. The second character mod 5 takes complex values:
χ
5,2
(0)=0
,
χ
5,2
(1)=1
,
χ
5,2
(2)=i
,
χ
5,2
(3)=-i
, and
χ
5,2
(4)=-1
​
. (There are two other characters mod 5: the first is real; the fourth is complex.)
For any modulus
m
, there are at least two characters that take only real values, and usually some that take complex values.
The "Table of Dirichlet Characters" Demonstration (see the related link below) lets you choose the modulus
m
and see the values of all of the
ϕ(m)
different characters mod
m
.
For each character
χ
, there is a corresponding Dirichlet
L
-function of the complex variable
s
, defined by
(1)
L(s,χ)=
∞
∑
n=1
χ(n)
s
n
.
In Mathematica notation, the Dirichlet
L
-function for the
th
k
character
χ
k
mod
m
would be written as
(2)
L
m,k
(s)=
∞
∑
n=1
χ
m,k
(n)
s
n
.
These series converge if
Re(s)>1
. With analytic continuation, these functions can be extended to the entire complex plane (see[3]).
What do characters have to do with arithmetic progressions of the form
qn+a
? This formula from page 252 of reference[1] illustrates the connection. If
χ
is a character mod
q
, then
χ(a+q)=χ(a)
, so we can factor out
χ(a)
from the sum in equation (1) above to get
L(s,χ)=
q
∑
a=1
χ(a)
∞
∑
n=0
1
s
(qn+a)
.
This shows how arithmetic progressions arise naturally from expressions involving characters and
L
-functions.
Zeros of
L
-Functions:
If a character is real (that is, if all its values are real), then the complex zeros of the corresponding Dirichlet
L
-function occur in conjugate pairs. That is, if
a+bi
is a zero, then so is
a-bi
. For example, we saw above that the third character mod 5 is real. The first two pairs of complex zeros for the corresponding Dirichlet
L
-function
L
5,3
(s)
are approximately
1
2
±6.648i
and
1
2
±9.831i
. These are the four complex zeros whose imaginary parts are closest to 0.
On the other hand, if the character is complex, then the zeros of the corresponding
L
-function are generally not in conjugate pairs. For example, consider the second character mod 5, which takes complex values. The four zeros of
L
5,2
(s)
whose imaginary parts are closest to 0 are approximately
1
2
-9.443i
,
1
2
-4.133i
,
1
2
+6.184i
, and
1
2
+8.457i
.
Dirichlet
L
-functions
L
m,k
(s)
also have real zeros (so-called trivial zeros) at
s=0
, and at either the negative even integers
-2,4,-6,…
, or at the negative odd integers
-1,-3,-5,…
.
The Demonstration "A Formula for Primes in Arithmetic Progressions" (see the related link below) uses zeros of Dirichlet
L
-functions to count the primes less than or equal to
x
that are in various arithmetic progressions. Let
x
be an integer. Estimate the primes in an arithmetic progression that are less than or equal to
x-
1
2
, then estimate the number that are less than or equal to
x+
1
2
. If (after suitable rounding), these counts differ by 1, then
x
must be prime!
The Generalized Riemann Hypothesis:
The generalized Riemann hypothesis (GRH) is the unproven conjecture that any complex (that is, a so-called nontrivial) zero of
L
m,k
(s)
whose real part is between 0 and 1, actually has real part equal to 1/2.
The GRH is a generalization of the more-famous Riemann hypothesis (RH), another unproven conjecture, that states that the complex zeros of the Riemann zeta function
ζ(s)=
∞
∑
n=1
1
s
n
all have real part equal to 1/2. For these reasons, the vertical line
Re(s)=1/2
in the complex plane is called the "critical" line.
The Riemann zeta function is often used to prove theorems about primes, and to estimate the size of
π(x)
, the number of primes less than or equal to
x
.
In a somewhat analogous way,
L
-functions are used to prove theorems, such as Dirichlet's theorem, about primes in arithmetic progressions, and to estimate how many primes there are in the arithmetic progression
qn+a
that are less than or equal to
x
.
The RH and the GRH are among the most important unsolved problems in all of mathematics. They are important, among other reasons, because our current estimates of the number of primes less than or equal to
x
would become much more precise if the RH or the GRH could be proved.

References

[1] W. J. LeVeque, Topics in Number Theory, vol. 2, Reading, MA: Addison–Wesley, 1961 pp. 81–124.
[2] Dirichlet Character on Wikipedia.
[3] Dirichlet L-Function on Wikipedia.
[4] Generalized Riemann Hypothesis on Wikipedia.

External Links

A Formula for Primes in Arithmetic Progressions
Dirichlet L-Functions near the Critical Line
Dirichlet L-Series (Wolfram MathWorld)
Root (Wolfram MathWorld)
Table of Dirichlet Characters

Permanent Citation

Robert Baillie
​
​"Dirichlet L-Functions and Their Zeros"​
​http://demonstrations.wolfram.com/DirichletLFunctionsAndTheirZeros/​
​Wolfram Demonstrations Project​
​Published: March 7, 2011