Documentation

MathlibNt.AnalyticNumberTheory.LargeSieve.DampedArctanHyperbolicPrimitiveL1

Damped-arctangent rectangular hyperbolic primitive means #

This leaf states the rectangular smoothed-kernel primitive mean and its two quantitative endpoints. It combines the exact Ioi damped Perron formula, the finite two-term rank-one separation, the weighted rectangular primitive large sieve, and the explicit damped-majorant integral.

noncomputable def AnalyticNumberTheory.LargeSieve.rectangularSmoothedKernelCharacterSum (a b : ) (ε y : ) (Ma Mb : ) (Na Nb q : ) (χ : PrimitiveCharacter q) :

A rectangular character sum weighted by the damped Perron step kernel.

Equations
Instances For
    noncomputable def AnalyticNumberTheory.LargeSieve.rectangularSmoothedKernelWeightedPrimitiveMean (a b : ) (ε y : ) (Ma Mb : ) (Na Nb : ) (S : Finset ) :

    Weighted primitive first moment of the smoothed rectangular kernel.

    Equations
    Instances For
      noncomputable def AnalyticNumberTheory.LargeSieve.rectangularSharpHyperbolicCharacterSum (a b : ) (Y : ) (Ma Mb : ) (Na Nb q : ) (χ : PrimitiveCharacter q) :

      The corresponding sharp hyperbolic-indicator character sum.

      Equations
      Instances For
        noncomputable def AnalyticNumberTheory.LargeSieve.rectangularSharpHyperbolicWeightedPrimitiveMean (a b : ) (Y : ) (Ma Mb : ) (Na Nb : ) (S : Finset ) :

        Weighted primitive first moment with the sharp hyperbolic indicator.

        Equations
        Instances For
          noncomputable def AnalyticNumberTheory.LargeSieve.rankOneRectangularLSRHS (a b : ) (Ma Mb : ) (Na Nb Q : ) :

          The original rank-one large-sieve right hand side.

          Equations
          Instances For
            noncomputable def AnalyticNumberTheory.LargeSieve.rectangularCoefficientL1 (a b : ) (Ma Mb : ) (Na Nb : ) :

            Explicit coefficient mass of the rectangle.

            Equations
            Instances For

              Explicit weighted mass of the primitive-character family.

              Equations
              Instances For
                theorem AnalyticNumberTheory.LargeSieve.rectangularSmoothedKernelWeightedPrimitiveMean_le (a b : ) (y : ) (Ma Mb : ) (Na Nb Q M : ) (hQ : 0 < Q) (S : Finset ) (hS : SFinset.Icc 1 Q) (hM : 3 M) (hy0 : 1 / 2 y) (hyM : y M + 1 / 2) (hm1 : mFinset.Icc (Ma + 1) (Ma + Na), 1 m) (hmM : mFinset.Icc (Ma + 1) (Ma + Na), m M) (hn1 : nFinset.Icc (Mb + 1) (Mb + Nb), 1 n) (hnM : nFinset.Icc (Mb + 1) (Mb + Nb), n M) :
                rectangularSmoothedKernelWeightedPrimitiveMean a b (1 / M ^ 2) y Ma Mb Na Nb S (1 / 2 + (7 * Real.log M + 2) / Real.pi) * rankOneRectangularLSRHS a b Ma Mb Na Nb Q

                For ε=M⁻², positive rectangular supports bounded by M, and a half-step parameter in [1/2,M+1/2], the smoothed mean is bounded by the original rank-one LS right hand side. The constants 2 log M, log M from the two sine lanes contribute respectively 4 log M+1, 3 log M+1 under dampedPerronMajorant_integral_Ioi_le, hence 7 log M+2 in total.

                theorem AnalyticNumberTheory.LargeSieve.rectangularSharpHyperbolicWeightedPrimitiveMean_le_smoothed (a b : ) (Y M : ) (Ma Mb : ) (Na Nb : ) (S : Finset ) (hM : 1 M) (hYM : Y M) (hmnPos : mFinset.Icc (Ma + 1) (Ma + Na), nFinset.Icc (Mb + 1) (Mb + Nb), 0 < m * n) (_hmnM : mFinset.Icc (Ma + 1) (Ma + Na), nFinset.Icc (Mb + 1) (Mb + Nb), m * n M) :

                Sharp-to-smoothed comparison with the error displayed explicitly. The product-support bound is the exact hyperbolic support condition used to apply the half-step separation lemma to the integer m*n.