Documentation

Mathlib.NumberTheory.LSeries.RiemannZetaLogDeriv

The functional equation for the logarithmic derivative of the Riemann zeta function #

Differentiating the functional equation riemannZeta_one_sub logarithmically gives an identity relating ζ'/ζ (s) and ζ'/ζ (1 - s), involving the digamma function ψ and a tangent term.

Main statements #

theorem logDeriv_riemannZeta_one_sub {s : } (hs : ∀ (n : ), s n) (hz : riemannZeta s 0) :

The functional equation for the Riemann zeta function, in logarithmic-derivative form. For s not an integer with riemannZeta s ≠ 0, ζ'/ζ (s) = -ζ'/ζ (1 - s) + log (2 π) - ψ s + (π / 2) * tan (π s / 2), where ψ is the digamma function.