Documentation

MathlibNt.SieveTheory.Liu.LogarithmicIntegral.LiuTrueLiPanSigned

Source-faithful signed Pan assembly for arbitrary distribution mains #

This is the finite Vaughan/Chebyshev decomposition used by the Liu eqn-r lane, with the distribution main left as an explicit parameter. In particular, the genuine logarithmic integral is never identified with ANT's historical x / log x compatibility function.

Exact signed kernels #

noncomputable def MathlibNt.SieveTheory.LiuWeight.liuPanSignedMainKernel (distMain : ) (y a q l u v : ) :

The exact source-faithful signed residual after the aggregate Type I and Type II kernels have been removed.

Equations
Instances For

    The prime-power correction in the exact ψ / log to π conversion.

    Equations
    Instances For
      noncomputable def MathlibNt.SieveTheory.LiuWeight.liuPanSignedMainSum (distMain : ) (y X q l : ) (f : ) (u v : ) :

      Coprime signed main residual. The coprimality condition is deliberately displayed here rather than hidden in the kernel.

      Equations
      Instances For

        Coprime signed prime-power correction.

        Equations
        Instances For

          Nonnegative termwise majorant for the prime-power correction.

          Equations
          Instances For
            theorem MathlibNt.SieveTheory.LiuWeight.liuMainPanCoprimeSum_eq_sourceFaithfulSigned (distMain : ) (y X q l : ) (f : ) (u v : ) (hf0 : f 0 = 0) :
            liuMainPanCoprimeSum distMain y X q l f = ((AnalyticNumberTheory.Sieve.panPieceSum y X q l f fun (y q l : ) => AnalyticNumberTheory.Sieve.apV1 y q l u / Real.log y) + AnalyticNumberTheory.Sieve.panPieceSum y X q l f fun (y q l : ) => AnalyticNumberTheory.Sieve.apV3 y q l u v / Real.log y) + liuPanSignedMainSum distMain y X q l f u v - liuPanSignedCorrectionSum y X q l f

            Exact finite identity for the arbitrary-main coprime Pan sum. It is constructed from the live Vaughan and Chebyshev identities, not an assumed pointwise split.

            theorem MathlibNt.SieveTheory.LiuWeight.abs_liuMainPanCoprimeSum_le_sourceFaithfulSigned (distMain : ) (y X q l : ) (f : ) (u v : ) (hf0 : f 0 = 0) :

            Pointwise absolute-value form of the exact arbitrary-main decomposition.

            Canonical residue and source-parameter maxima #

            noncomputable def MathlibNt.SieveTheory.LiuWeight.liuPanSignedResidualMaxY (distMain : ) (X q x : ) (f : ) (u v : ) :

            The double maximum of the concrete signed residual and its separate prime-power correction. For q = 1, its canonical residue is 0.

            Equations
            Instances For
              theorem MathlibNt.SieveTheory.LiuWeight.liuPanSignedResidualMaxY_one (distMain : ) (X x : ) (f : ) (u v : ) :
              liuPanSignedResidualMaxY distMain X 1 x f u v = (Finset.image (fun (y : ) => |liuPanSignedMainSum distMain y X 1 0 f u v| + liuPanSignedCorrectionBound y X 1 0 f) (Finset.range (x + 1))).max'
              theorem MathlibNt.SieveTheory.LiuWeight.liuPanSignedResidualMaxY_nonneg (distMain : ) (X q x : ) (f : ) (u v : ) :
              0 liuPanSignedResidualMaxY distMain X q x f u v
              theorem MathlibNt.SieveTheory.LiuWeight.liuMainPanMaxY_le_sourceFaithfulSigned (distMain : ) (X q x : ) (f : ) (u v : ) (hf0 : f 0 = 0) :

              Maximal pointwise signed decomposition for the arbitrary distribution main.

              Uniform source-faithful assembly #

              The exact inverse-log weighted bound for the concrete arbitrary-main signed residual.

              Equations
              Instances For

                The main-parametric analogue of ANT's global Pan mean-value predicate.

                Equations
                Instances For

                  Fixed-source transparent inputs and the Liu endpoint #

                  Exact weighted Type I finite input at the source parameter N.

                  Equations
                  Instances For

                    Exact weighted Type II finite input at the source parameter N.

                    Equations
                    Instances For
                      def MathlibNt.SieveTheory.LiuWeight.LiuMainPanSignedResidualBoundAt (distMain : ) (N : ) (f : ) (A B C : ) (u v : ) :

                      Exact weighted finite input for the concrete signed main and prime-power residual at the source parameter N.

                      Equations
                      Instances For
                        theorem MathlibNt.SieveTheory.LiuWeight.liuMainPanMeanValueAt_of_concreteSignedInputs (distMain : ) (N : ) (f : ) (A B C1 C2 C3 : ) (u v : ) (hf0 : f 0 = 0) (hI : LiuMainPanTypeIPieceBoundAt N f A B C1 u) (hII : LiuMainPanTypeIIPieceBoundAt N f A B C2 u v) (hM : LiuMainPanSignedResidualBoundAt distMain N f A B C3 u v) :
                        LiuMainPanMeanValueAt distMain N f A B (C1 + C2 + C3)

                        The three explicit source-faithful finite inputs produce the fixed-N main-parametric Pan inequality. This does not take a LiuMainPanMeanValueAt witness as an assumption.