Statement of a version of the Wiener-Ikehara Theorem #
A version of the Wiener-Ikehara Tauberian Theorem: If f
is a nonnegative arithmetic
function whose L-series has a simple pole at s = 1
with residue A
and otherwise extends
continuously to the closed half-plane re s ≥ 1
, then ∑ n < N, f n
is asymptotic to A*N
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Riemann Zeta Function does not vanish on Re(s) = 1 #
We use ζ
to denote the Riemann zeta function.
Equations
- rzeta = Lean.ParserDescr.node `rzeta 1024 (Lean.ParserDescr.symbol "ζ")
Instances For
We use χ₁
to denote the (trivial) Dirichlet character modulo 1
.
Equations
- Dchar_one' = Lean.ParserDescr.node `Dchar_one' 1024 (Lean.ParserDescr.symbol "χ₁")
Instances For
A variant of the Euler product for Dirichlet L-series.
A variant of the Euler product for the L-series of ζ
.
A variant of the Euler product for the Riemann zeta function.
A technical lemma showing that a certain linear combination of real parts of logarithms
is nonnegative. This is used to show non-vanishing of the Riemann zeta function and of
Dirichlet L-series on the line re s = 1
.
The logarithm of an Euler factor of the product L(χ^0, x)^3 * L(χ, x+I*y)^4 * L(χ^2, x+2*I*y)
has nonnegative real part when s = x + I*y
has real part x > 1
.
For positive x
and nonzero y
we have that
$|L(\chi^0, x)^3 \cdot L(\chi, x+iy)^4 \cdot L(\chi^2, x+2iy)| \ge 1$.
The Riemann Zeta Function does not vanish on the closed half-plane re z ≥ 1
.
The logarithmic derivative of ζ has a simple pole at s = 1 with residue -1 #
We show that s ↦ ζ' s / ζ s + 1 / (s - 1)
(or rather, its negative, which is the function
we need for the Wiener-Ikehara Theorem) is continuous outside the zeros of ζ
.
The function obtained by "multiplying away" the pole of ζ
. Its (negative) logarithmic
derivative is the function used in the Wiener-Ikehara Theorem to prove the Prime Number
Theorem.
Equations
- ζ₁ = Function.update (fun (z : ℂ) => riemannZeta z * (z - 1)) 1 1
Instances For
Derivation of the Prime Number Theorem from the Wiener-Ikehara Theorem #
The Wiener-Ikehara Theorem implies the Prime Number Theorem in the form that
ψ x ∼ x
, where ψ x = ∑ n < x, Λ n
and Λ
is the von Mangoldt function.