The version of LSeriesHasSum.sum
for Fintype.sum
.
The version of LSeriesSummable.sum
for Fintype.sum
.
The version of LSeries_sum
for Fintype.sum
.
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 L-function of a Dirichlet character 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$.
A variant of DirichletCharacter.norm_LSeries_product_ge_one
in terms of the L-functions.
The L function of a Dirichlet character χ
does not vanish at 1 + I*t
if t ≠ 0
or χ^2 ≠ 1
.
If χ
is a Dirichlet character, then L(χ, 1 + I*t)
does not vanish for t ∈ ℝ
except when χ
is trivial and t = 0
(then L(χ, s)
has a simple pole at s = 1
).
If χ
is a Dirichlet character, then L(χ, s)
does not vanish for s.re ≥ 1
except when χ
is trivial and s = 1
(then L(χ, s)
has a simple pole at s = 1
).
The Riemann Zeta Function does not vanish on the closed half-plane re z ≥ 1
.
The logarithmic derivative of the L-function of a trivial character has a simple pole at s = 1 with residue -1 #
We show that s ↦ L'(χ) s / L(χ) 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 L(χ)
when χ
is a trivial Dirichlet character.
The function obtained by "multiplying away" the pole of L(χ)
for a trivial Dirichlet
character χ
. Its (negative) logarithmic derivative is used in the Wiener-Ikehara Theorem
to prove the Prime Number Theorem version of Dirichlet's Theorem on primes in arithmetic
progressions.
Equations
- DirichletCharacter.LFunction_triv_char₁ n = Function.update (fun (z : ℂ) => DirichletCharacter.LFunctionTrivChar n z * (z - 1)) 1 (∏ p ∈ n.primeFactors, (1 - (↑p)⁻¹))
Instances For
The negative logarithmic derivative of a Dirichlet L-function is continuous away from the zeros of the L-function.
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
Proof of Lemma 9 #
We prove Lemma 9 of Section 2 in the PNT+ Project.
Lemma 9 of Section 2 of PNT+: The L-series of the von Mangoldt function restricted to the
prime residue class a
mod q
as a linear combination of logarithmic derivatives of
L functions of the Dirichlet characters mod q
.
(A version of) Proposition 2 of Section 2 of PNT+: the L-series of the von Mangoldt function
restricted to the prime residue class a
mod q
is continuous on s.re ≥ 1
except
for a single pole at s = 1
with residue (q.totient)⁻¹
.
Derivation of the Prime Number Theorem and Dirichlet's Theorem from the Wiener-Ikehara Theorem #
The Wiener-Ikehara Theorem implies Dirichlet's Theorem in the form that
ψ x ∼ q.totient⁻¹ * x
, where ψ x = ∑ n < x ∧ n ≡ a mod q, Λ n
and Λ
is the von Mangoldt function.
This is Theorem 2 in Section 2 of PNT+ (but using the WIT
stub defined here).
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.