Documentation

MathlibNt.AnalyticNumberTheory.DirichletL.DirichletLQuadraticTatuzawaZeroContribution

Zero contributions in the four-factor quadratic argument #

This file supplies the algebraic/analytic bearing between a completed-function explicit formula and the positive four-factor logarithmic derivative. Infinite zero families are represented by genuine summable kernels. The finite rectangle formulation is also exposed, so a later Hadamard-product theorem can enter through finite rectangles without any opaque “source” predicate.

The real contribution of a zero ρ to a logarithmic derivative at a real point σ.

Equations
Instances For
    noncomputable def AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.finiteZeroContribution {ι : Type u_1} (zeros : ι) (S : Finset ι) (σ : ) :

    A finite-rectangle zero contribution. Multiplicity is represented by the indexing type, so repeated zeros are retained.

    Equations
    Instances For
      noncomputable def AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.zeroContribution {ι : Type u_1} (zeros : ι) (σ : ) :

      The global zero contribution, indexed with multiplicity. Identifying it with a convergent sum requires Summable; nonnegativity holds without it.

      Equations
      Instances For
        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.zeroContribution_nonneg {ι : Type u_1} (zeros : ι) (σ : ) (hstrip : ∀ (ρ : ι), (zeros ρ).re σ) :
        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.hasSum_finiteZeroContribution {ι : Type u_1} (zeros : ι) (σ : ) (hsum : Summable fun (ρ : ι) => zeroKernel σ (zeros ρ)) :
        HasSum (fun (ρ : ι) => zeroKernel σ (zeros ρ)) (zeroContribution zeros σ)

        Genuine convergence of finite zero rectangles to the zero contribution. This is HasSum, hence a limit over the directed system of finite subsets.

        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.completed_explicitFormula_fixedRealStrip {ι : Type u_1} (completed : ) (zeros : ι) (A : ) (a b : ) (hentire : Differentiable completed) (hsum : σSet.Icc a b, Summable fun (ρ : ι) => zeroKernel σ (zeros ρ)) (hformula : σSet.Icc a b, completed σ 0(deriv completed σ / completed σ).re = A σ + zeroContribution zeros σ) :
        Differentiable completed (∀ σSet.Icc a b, completed σ 0(deriv completed σ / completed σ).re = A σ + zeroContribution zeros σ) σSet.Icc a b, HasSum (fun (ρ : ι) => zeroKernel σ (zeros ρ)) (zeroContribution zeros σ)

        Fixed-real-strip completed-function explicit formula, in both the genuine summable-zero and finite-rectangle-limit forms. The equality is the exact Hadamard/log-derivative input; unlike a source predicate, it is visible in the theorem's type. Entireness of the primitive nonprincipal completed quadratic function is discharged from the production API.

        Primitive quadratic specialization of the entireness part needed by the fixed-strip explicit formula.

        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.negLogDerivative_eq_arch_sub_zeroContribution {ι : Type u_1} (L completed : ) (zeros : ι) (arch : ) (σ : ) (hL : L σ 0) (hcompleted : completed σ 0) (hsum : Summable fun (ρ : ι) => zeroKernel σ (zeros ρ)) (hcompletedFormula : (deriv completed σ / completed σ).re = arch σ + zeroContribution zeros σ) (hgammaBridge : (-deriv L σ / L σ).re = 2 * arch σ - (deriv completed σ / completed σ).re) :
        (-deriv L σ / L σ).re = arch σ - zeroContribution zeros σ

        Conversion of a completed-function zero formula into an uncompleted negative-log-derivative formula. arch is the explicit conductor/gamma term; the bridge equality is normally obtained by differentiating Λ(s,χ)=gammaFactor(s,χ)L(s,χ).

        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.two_real_zeros_repel_of_fourFactor_nonneg {σ β₁ β₂ pole arch remainder total : } (hrem : 0 remainder) (hformula : total = pole + arch - 1 / (σ - β₁) - 1 / (σ - β₂) - remainder) (htotal : 0 total) :
        1 / (σ - β₁) + 1 / (σ - β₂) pole + arch

        Isolation of two designated real zeros from the nonnegative four-factor logarithmic derivative. All remaining zero terms have the correct sign and are discarded only through the explicit hypothesis 0 ≤ remainder.

        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.second_zero_separation {σ β₁ β₂ B : } (hβ₂ : β₂ < σ) (hsum : 1 / (σ - β₁) + 1 / (σ - β₂) B) (hbudget : 0 < B - 1 / (σ - β₁)) :
        1 / (B - 1 / (σ - β₁)) σ - β₂

        Quantitative one-sided Deuring--Heilbronn separation after isolating a near-one zero β₁.

        theorem AnalyticNumberTheory.LargeSieve.TatuzawaZeroContribution.twoFactor_value_lower_of_integrated_fourFactor {L₁ L₂ Lpair lower upper : } (hL₁ : 0 L₁) (hL₂ : 0 L₂) (hlower : lower L₁ * L₂ * Lpair) (hpair : Lpair upper) (hupper : 0 < upper) :
        lower / upper L₁ * L₂

        Final algebraic value-at-one lower-bound step after integration. It is stated for the three non-zeta factors: once the integrated explicit formula supplies lower ≤ L(1,χ₁)L(1,χ₂)L(1,χ₁χ₂), an upper bound for the pair factor produces the desired two-factor lower bound.