Documentation

MathlibNt.SieveTheory.Liu.Weights.LiuWeightMainSum

Liu's genuine logarithmic-integral weight sum #

This module reindexes the finite characteristic weight by its unique prime-pair representation and separates Liu's printed reciprocal-log estimate from the comparison between the genuine logarithmic integral and x / log x.

noncomputable def MathlibNt.SieveTheory.LiuWeight.liuWeightMainSum (main : ) (N : ) :

The weighted main-model sum in Liu's factored M₁.

Equations
Instances For
    theorem MathlibNt.SieveTheory.LiuWeight.liuWeightMainSum_eq_sum_pairs (main : ) (N : ) :
    liuWeightMainSum main N = pliuWeightPairs N (liuSourceZ10 N) (liuSourceY3 N), main (N / (p.1 * p.2))

    Exact finite reindexing of Liu's characteristic weight by its unique admissible ordered prime pair.

    The reciprocal-log sum printed in Liu's lm-mt, with every quotient taken in .

    Equations
    Instances For

      Transparent statement of the source estimate ∑ f(a)/(a log(N/a)) ≤ 0.49254/log N.

      Equations
      Instances For

        The x / log x proxy weight sum is exactly N times Liu's reciprocal-log sum.

        theorem MathlibNt.SieveTheory.LiuWeight.liuWeightMainSum_div_log_le (N : ) (hN : 8 N) (hsource : LiuSourceReciprocalLogBound N) :
        liuWeightMainSum (fun (x : ) => x / Real.log x) N 0.49254 * N / Real.log N

        Liu's reciprocal-log estimate gives the printed proxy main-sum bound without any natural-number division.

        The exact summed correction from replacing the source proxy by the genuine logarithmic integral.

        Equations
        Instances For

          The chosen constant uniformly bounds the first-coordinate reciprocal mass.

          The uniform first-coordinate Mertens bound is nonnegative.

          The exact pair reciprocal mass is uniformly bounded by the two Mertens constants.

          The genuine-minus-proxy remainder is eventually bounded by x / log(x)^2. The additive normalization is absorbed using log(x)^2 = o(x).

          theorem MathlibNt.SieveTheory.LiuWeight.liuLogarithmicIntegralRemainder_pair_le (kappa C : ) (hC : 0 C) (N : ) (hN : 8 N) (p : × ) (hp : p liuWeightPairs N (liuSourceZ10 N) (liuSourceY3 N)) (hpoint : |liuLogarithmicIntegralRemainder kappa (N / (p.1 * p.2))| C * (N / (p.1 * p.2)) / Real.log (N / (p.1 * p.2)) ^ 2) :
          |liuLogarithmicIntegralRemainder kappa (N / (p.1 * p.2))| 9 * C * N / (p.1 * p.2 * Real.log N ^ 2)

          The pair logarithm lower bound converts the pointwise remainder estimate to an N / (p₁ p₂ log(N)^2) estimate.

          theorem MathlibNt.SieveTheory.LiuWeight.liuGenuineLiRemainderSum_factor (C : ) (N : ) :
          pliuWeightPairs N (liuSourceZ10 N) (liuSourceY3 N), 9 * C * N / (p.1 * p.2 * Real.log N ^ 2) = 9 * C * N / Real.log N ^ 2 * liuWeightPairReciprocalSum N

          The pointwise pair majorant factors through the exact reciprocal pair mass.

          Exact decomposition of the genuine weight sum into the source proxy and its summed logarithmic-integral correction.

          The sole analytic correction estimate needed after exact reindexing.

          Equations
          Instances For

            Eventual o(N/log N) form of the sole remaining correction estimate.

            Equations
            Instances For

              The summed genuine-logarithmic-integral correction is o(N / log N).

              Under kappa ≥ 0, every summand in the genuine weight sum is nonnegative.

              theorem MathlibNt.SieveTheory.LiuWeight.liuGenuineLiWeightMainSumBound_of_source_of_remainder (kappa eta : ) ( : 0 kappa) (_heta : 0 < eta) (N : ) (hN : 8 N) (hsource : LiuSourceReciprocalLogBound N) (hremainder : LiuGenuineLiRemainderSumBound kappa eta N) :
              LiuGenuineLiWeightMainSumBound kappa (0.49254 + eta) N

              The source 0.49254 estimate and one precise remainder-sum bound imply the genuine logarithmic-integral estimate.

              theorem MathlibNt.SieveTheory.LiuWeight.eventually_liuGenuineLiWeightMainSumBound_of_source (kappa : ) ( : 0 kappa) (eta : ) :
              0 < eta∃ (N₀ : ), ∀ (N : ), N₀ NLiuSourceReciprocalLogBound NLiuGenuineLiWeightMainSumBound kappa (0.49254 + eta) N

              For a nonnegative normalization, Liu's printed reciprocal-log estimate eventually implies the genuine logarithmic-integral weight-sum bound.