Documentation

MathlibNt.AnalyticNumberTheory.Vaughan.VaughanTypeILongVariable

Vaughan Type I in the long variable #

The first and middle prefixes are rearranged before any square is taken. Their literal divisor sums become finite sums over the short variables d and (d,e), while the remaining character sum is in the long variable m.

The final ledger deliberately freezes only the resulting coefficient moment. It does not assume a Type-I character estimate, and it does not reuse the pointwise divisor-cardinality energy from VaughanTypeIEnergy.

The positive short-variable range occurring in a prefix of length y.

Equations
Instances For

    Complex form of the first Vaughan divisor factor.

    Equations
    Instances For

      Complex form of the middle Vaughan divisor factor.

      Equations
      Instances For

        On 0 < n ≤ y, the first divisor factor has a fixed short support.

        On 0 < n ≤ y, the middle factor is a fixed short (d,e) rectangle. The condition e ∣ n/d has become the single product condition d*e ∣ n.

        The first Type-I prefix before rearrangement.

        Equations
        Instances For

          The first prefix after n=d*m; the character sum is long in m.

          Equations
          Instances For

            Exact first-prefix rearrangement into a short d coefficient and a long m character sum.

            The middle Type-I prefix before rearrangement.

            Equations
            Instances For

              The middle prefix after n=d*e*m; (d,e) are short and m is long.

              Equations
              Instances For

                Exact middle-prefix rearrangement into short (d,e) coefficients and a long m character sum.

                The signed Type-I prefix, exactly equal to first minus middle.

                Equations
                Instances For
                  theorem AnalyticNumberTheory.LargeSieve.vaughanTypeIPrefix_eq_long (b : ) (y u v q : ) (χ : PrimitiveCharacter q) :
                  nFinset.Icc 1 y, b n * χ n * (vaughanTypeI n u v) = vaughanTypeILongPrefix b y u v q χ

                  Exact replacement of the packaged Type-I prefix by its long-variable form.

                  noncomputable def AnalyticNumberTheory.LargeSieve.vaughanTypeILongCoeff (b : ) (u v : ) (n : ) :

                  Character-free Type-I coefficient produced by the exact long-variable rearrangement. This is the smallest coefficient moment needed by the primitive prefix large sieve.

                  Equations
                  Instances For

                    The literal finite coefficient moment; no pointwise divisor-cardinality majorant has been inserted.

                    Equations
                    Instances For

                      Prefix maximum written on the rearranged long-variable forms themselves.

                      Equations
                      Instances For

                        Every prefix of the collected coefficient sequence is literally the previously rearranged short-times-long expression.

                        The generic prefix maximum and the maximum of the exact long-variable forms are equal, not merely comparable.

                        Minimal BV-scale scalar hypothesis. It is a coefficient moment only, not a Type-I character-sum conclusion. All of u,v,N remain explicit.

                        Equations
                        Instances For

                          Primitive large sieve applied only after the exact long-variable rearrangement.

                          Primitive large sieve in the publication-facing, genuinely rearranged form: its left side is a maximum of short-variable coefficients multiplying long-variable character sums.

                          theorem AnalyticNumberTheory.LargeSieve.weighted_primitive_vaughanTypeILong_of_moment (b : ) (N Q u v : ) (C : ) (κ : ) (hQ : 0 < Q) (hMoment : VaughanTypeILongCoeffMomentBound b N u v C κ) :
                          qFinset.Icc 1 Q, q / q.totient * χ : PrimitiveCharacter q, primitiveCharacterPrefixMaxSquare (vaughanTypeILongCoeff b u v) 0 N q χ ↑(N.log2 + 1) ^ 2 * primitiveLargeSieveConstant N Q * (C * N * Real.log ↑(N + 1) ^ κ)

                          Explicit BV-compatible N * log^κ coefficient scale. The only premise is the minimal coefficient moment above.

                          Weighted Vaughan ledger with the old pointwise Type-I energy removed. Type I is charged by the exact long-variable coefficient moment; Type II and the small range retain their existing coefficient moments.

                          theorem AnalyticNumberTheory.LargeSieve.weighted_vaughan_prefix_large_sieve_long_typeI_ledger_of_moment (b : ) (N Q u v : ) (C : ) (κ : ) (hQ : 0 < Q) (hMoment : VaughanTypeILongCoeffMomentBound b N u v C κ) :
                          qFinset.Icc 1 Q, q / q.totient * χ : PrimitiveCharacter q, primitiveCharacterPrefixMaxSquare (vaughanLambdaCoeff b) 0 N q χ 3 * ↑(N.log2 + 1) ^ 2 * primitiveLargeSieveConstant N Q * (C * N * Real.log ↑(N + 1) ^ κ + nFinset.Icc 1 N, vaughanTypeIICoeff b u v n ^ 2 + nFinset.Icc 1 N, vaughanSmallCoeff b v n ^ 2)

                          The integrated weighted Vaughan ledger after inserting precisely the BV-scale coefficient-moment premise. No Type-I character-sum estimate is assumed: the primitive large sieve was proved above from the coefficient moment.