The Hurwitz zeta function #
This file gives the definition and properties of the following two functions:
The Hurwitz zeta function, which is the meromorphic continuation to all
s ∈ ℂ
of the function defined for1 < re s
by the series∑' n, 1 / (n + a) ^ s
for a parameter
a ∈ ℝ
, with the sum taken over alln
such thatn + a > 0
;the related sum, which we call the "exponential zeta function" (does it have a standard name?)
∑' n : ℕ, exp (2 * π * I * n * a) / n ^ s
.
Main definitions and results #
hurwitzZeta
: the Hurwitz zeta function (defined to be periodic ina
with period 1)expZeta
: the exponential zeta functionhasSum_hurwitzZeta_of_one_lt_re
andhasSum_expZeta_of_one_lt_re
: relation to Dirichlet series for1 < re s
hurwitzZeta_residue_one
shows that the residue ats = 1
equals1
differentiableAt_hurwitzZeta
anddifferentiableAt_expZeta
: analyticity away froms = 1
hurwitzZeta_one_sub
andexpZeta_one_sub
: functional equationss ↔ 1 - s
.
The Hurwitz zeta function #
The Hurwitz zeta function, which is the meromorphic continuation of
∑ (n : ℕ), 1 / (n + a) ^ s
if 0 ≤ a ≤ 1
. See hasSum_hurwitzZeta_of_one_lt_re
for the relation
to the Dirichlet series in the convergence range.
Equations
Instances For
The Hurwitz zeta function is differentiable away from s = 1
.
Formula for hurwitzZeta s
as a Dirichlet series in the convergence range. We
restrict to a ∈ Icc 0 1
to simplify the statement.
The residue of the Hurwitz zeta function at s = 1
is 1
.
Expression for hurwitzZeta a 1
as a limit. (Mathematically hurwitzZeta a 1
is
undefined, but our construction assigns some value to it; this lemma is mostly of interest for
determining what that value is).
The difference of two Hurwitz zeta functions is differentiable everywhere.
The exponential zeta function #
Meromorphic continuation of the series ∑' (n : ℕ), exp (2 * π * I * a * n) / n ^ s
. See
hasSum_expZeta_of_one_lt_re
for the relation to the Dirichlet series.
Equations
- HurwitzZeta.expZeta a s = HurwitzZeta.cosZeta a s + Complex.I * HurwitzZeta.sinZeta a s
Instances For
If a ≠ 0
then the exponential zeta function is analytic everywhere.
Reformulation of hasSum_expZeta_of_one_lt_re
using LSeriesHasSum
.
The functional equation #
Functional equation for the exponential zeta function.