Documentation

MathlibNt.AnalyticNumberTheory.DirichletL.DirichletLWeakStripDerivative

Finite Abel foundation for a weak Dirichlet-L strip #

For every nonprincipal complex Dirichlet character modulo q, this module proves the explicit prefix bound ‖∑ k < N, χ k‖ ≤ q and exact finite Abel identities for the Dirichlet-series and derivative weights. No strip source predicate is assumed.

theorem DirichletLWeakStripDerivative.sum_one_period_eq_zero {q : } [NeZero q] (χ : DirichletCharacter q) ( : χ 1) :
nFinset.range q, χ n = 0
theorem DirichletLWeakStripDerivative.sum_aligned_period_eq_zero {q : } [NeZero q] (χ : DirichletCharacter q) ( : χ 1) (k : ) :
iFinset.range q, χ (k * q + i) = 0
theorem DirichletLWeakStripDerivative.sum_mul_period_eq_zero {q : } [NeZero q] (χ : DirichletCharacter q) ( : χ 1) (k : ) :
iFinset.range (k * q), χ i = 0

A nonprincipal character has every prefix sum bounded by its modulus.

theorem DirichletLWeakStripDerivative.abel_Ico {q : } (χ : DirichletCharacter q) (f : ) {m n : } (hmn : m < n) :
iFinset.Ico m n, f i * χ i = f (n - 1) * iFinset.range n, χ i - f m * iFinset.range m, χ i - iFinset.Ico m (n - 1), (f (i + 1) - f i) * jFinset.range (i + 1), χ j

Finite Abel summation for a Dirichlet character.

theorem DirichletLWeakStripDerivative.dirichlet_cpow_abel_Ico {q : } (χ : DirichletCharacter q) (s : ) {m n : } (hmn : m < n) :
kFinset.Ico m n, k ^ (-s) * χ k = ↑(n - 1) ^ (-s) * kFinset.range n, χ k - m ^ (-s) * kFinset.range m, χ k - kFinset.Ico m (n - 1), (↑(k + 1) ^ (-s) - k ^ (-s)) * jFinset.range (k + 1), χ j

Exact finite partial summation for the weight k ↦ k⁻ˢ.

theorem DirichletLWeakStripDerivative.dirichlet_derivative_weight_abel_Ico {q : } (χ : DirichletCharacter q) (s : ) {m n : } (hmn : m < n) :
kFinset.Ico m n, -Complex.log k * k ^ (-s) * χ k = -Complex.log ↑(n - 1) * ↑(n - 1) ^ (-s) * kFinset.range n, χ k - -Complex.log m * m ^ (-s) * kFinset.range m, χ k - kFinset.Ico m (n - 1), (-Complex.log ↑(k + 1) * ↑(k + 1) ^ (-s) - -Complex.log k * k ^ (-s)) * jFinset.range (k + 1), χ j

Exact finite Abel summation for the derivative weight -log(k) k⁻ˢ.