Documentation

MathlibNt.AnalyticNumberTheory.DirichletL.DirichletLLocalFiniteDiskExplicitFormula

Local finite-disk zero factorization #

This module replaces a global Hadamard product by the divisor on one bounded complex disk. The resulting factorization and logarithmic-derivative formula are obtained from analyticity and isolated zeros; no explicit-formula equality is supplied as a hypothesis.

theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.localFiniteDisk_zeroFactorization (f : ) (hf : Differentiable f) {z₀ : } (hz₀ : f z₀ 0) (c : ) {R : } (hR : 0 < R) :
∃ (D : ) (S : Finset ) (g : ), (∀ (z : ), 0 D z) S = Function.support D (∀ (z : ), z S z Metric.ball c R f z = 0) AnalyticOnNhd g (Metric.ball c R) (∀ zMetric.ball c R, g z 0) zMetric.ball c R, f z = (∏ ρS, (z - ρ) ^ (D ρ).toNat) * g z

An entire nonzero complex function has, on every positive-radius disk, a finite zero divisor and a factorization by that divisor times a nonvanishing analytic function. Multiplicities are the integer values of D; they are nonnegative and S is exactly their finite support.

theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.localFiniteDisk_explicitFormula (f : ) (hf : Differentiable f) {z₀ : } (hz₀ : f z₀ 0) (c : ) {R : } (hR : 0 < R) :
∃ (D : ) (S : Finset ) (g : ), (∀ (z : ), 0 D z) (∀ (z : ), z S z Metric.ball c R f z = 0) AnalyticOnNhd g (Metric.ball c R) (∀ zMetric.ball c R, g z 0) sMetric.ball c R, f s 0logDeriv f s = ρS, (D ρ).toNat / (s - ρ) + logDeriv g s

The local finite-zero explicit formula attached to the factorization above. At every nonzero point of the disk, the logarithmic derivative is the finite sum of reciprocal zero distances (with multiplicity), plus the analytic nonvanishing remainder g'/g.

theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.norm_logDeriv_le_of_circleBounds (g : ) (s : ) {r M m : } (hr : 0 < r) (hM : 0 M) (hm : 0 < m) (hg : DiffContOnCl g (Metric.ball s r)) (hcircle : zMetric.sphere s r, g z M) (hlower : m g s) :
logDeriv g s M / r / m

Cauchy control of the nonvanishing remainder from one circle value bound and one interior lower bound. This is the local replacement for the usual global Hadamard remainder estimate.

theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.symmetricCompletedLFunction_localFiniteDisk_explicitFormula {q : } [NeZero q] (χ : DirichletCharacter q) ( : χ 1) (c : ) {R : } (hR : 0 < R) :
∃ (D : ) (S : Finset ) (g : ), (∀ (z : ), 0 D z) (∀ (z : ), z S z Metric.ball c R symmetricCompletedLFunction χ z = 0) AnalyticOnNhd g (Metric.ball c R) (∀ zMetric.ball c R, g z 0) sMetric.ball c R, symmetricCompletedLFunction χ s 0logDeriv (symmetricCompletedLFunction χ) s = ρS, (D ρ).toNat / (s - ρ) + logDeriv g s

Character-specific specialization for the actual symmetrically completed Dirichlet L-function. Nontriviality is proved at s = 2 from the standard nonvanishing theorem for L(s,χ) and the nonzero gamma factor.