Documentation

MathlibNt.AnalyticNumberTheory.Vaughan.VaughanTypeIIDyadicLedger

Canonical dyadic ledger for the full Vaughan Type-II prefix #

The canonical blocks are the fibres of the floor binary logarithm on the literal truncated ranges u < d ≤ N and v < e ≤ N. Thus the first block also handles d = 1 (or e = 1), while a cutoff lying inside a dyadic shell only truncates that one shell. Every retained integer belongs to exactly one block, including the zero/empty boundary cases.

The literal positive truncated interval u < d ≤ N.

Equations
Instances For

    The canonical (possibly cutoff-truncated) binary shell at level k.

    Equations
    Instances For

      A level is selected exactly when its block is nonempty.

      Every retained integer lies in the block indexed by its own level.

      Membership determines the dyadic level uniquely.

      A canonical level really is the half-open binary shell [2^k,2^(k+1)), after the literal cutoff truncations.

      Distinct canonical blocks are disjoint.

      If the strict cutoff reaches the upper endpoint, every canonical block base disappears. This includes the N = 0 boundary.

      theorem AnalyticNumberTheory.LargeSieve.sum_vaughanCanonicalDyadicBlock {M : Type u_1} [AddCommMonoid M] (N u : ) (f : M) :
      kvaughanCanonicalDyadicBases N u, dvaughanCanonicalDyadicBlock N u k, f d = dvaughanTypeIIRange N u, f d

      Exact one-dimensional fibrewise sum ledger.

      The number of nonempty canonical shells has the exact natural upper bound log₂ N + 1, uniformly in the cutoff (and also when the range is empty).

      A retained pair belongs to the rectangle indexed by its two logarithms.

      Membership of a pair determines its canonical rectangle uniquely.

      Distinct canonical rectangles are pairwise disjoint.

      The rectangle family is an exact disjoint cover of all pairs satisfying u < d ≤ N and v < e ≤ N.

      Precise O(log² N) natural-number rectangle count.

      The actual nested Vaughan Type-II factor at n, with complex weights.

      Equations
      Instances For

        The complex nested factor is literally the cast of Vaughan's real vaughanThird (the public Type-II factor).

        On a positive prefix n ≤ N, the nested divisor factor is exactly the bounded rectangular divisibility sum.

        Pointwise two-dimensional canonical partition of the full Type-II factor.

        The separated bilinear form attached to one canonical rectangle.

        Equations
        Instances For

          Exact finite substitution and character separation on a canonical block. Positivity is obtained from block membership, so no global assumption on N,u,v,k,l is needed.

          The complete Vaughan Type-II prefix (before any analytic inequality).

          Equations
          Instances For

            Full Type-II ledger: the literal prefix is exactly the finite sum of the canonical dyadic rectangles, each already in separated bilinear form. The hypothesis y ≤ N is precisely what turns divisors of prefix indices into the bounds d,e ≤ N; all strict-cutoff and empty-range boundary cases remain literal in the definitions.

            A compact package for handing the full Type-II lane to a bilinear large sieve: exact equality plus the natural rectangle-count budget.