Documentation

MathlibNt.SieveTheory.Liu.PrimePairs.LiuPrimePairLogGrid

A canonical logarithmic grid for Liu's prime pairs #

This module partitions the fixed source box (1/10, 1/3] × (1/3, 9/20] into an n × n grid. Cells are selected from their lower-left corners using the exact source boundary α + 2β ≤ 1. The resulting finite rectangle majorant converges, for each fixed positive n, to its logarithmic upper sum.

No limit as the mesh tends to zero is asserted here.

The ith point of the canonical alpha grid from 1/10 to 1/3.

Equations
Instances For

    The jth point of the canonical beta grid from 1/3 to 9/20.

    Equations
    Instances For

      The alpha width of a cell in the canonical grid.

      Equations
      Instances For

        The beta width of a cell in the canonical grid.

        Equations
        Instances For

          The selected cells are those whose lower-left corner lies strictly below the exact source line β = (1 - α) / 2.

          Equations
          Instances For
            theorem MathlibNt.SieveTheory.LiuWeight.exists_nat_cell (n : ) {x a d : } (hd : 0 < d) (hx : a < x) (hxu : x a + n * d) :
            i < n, a + i * d < x x a + ↑(i + 1) * d

            Natural ceilings give the unique endpoint convention needed by the grid: strict on the left and non-strict on the right.

            The exact root-free source condition p₁ p₂² ≤ N becomes the triangular inequality α + 2β ≤ 1 in logarithmic coordinates.

            theorem MathlibNt.SieveTheory.LiuWeight.liuLogGridCell_upperCorner_lt_one {n : } (hn : 0 < n) {q : Fin n × Fin n} (hq : q liuLogGridCells n) :
            liuAlphaGridPoint n (q.1 + 1) + liuBetaGridPoint n (q.2 + 1) < 1

            Every selected cell has its upper-right corner strictly below the kernel singularity α + β = 1.

            theorem MathlibNt.SieveTheory.LiuWeight.liuWeightPairs_covered_by_logGrid (n N : ) (hn : 0 < n) (hN : 8 N) {p : × } (hp : p liuWeightPairs N (liuSourceZ10 N) (liuSourceY3 N)) :
            qliuLogGridCells n, LiuPairInLogRectangle N (liuAlphaGridPoint n q.1) (liuAlphaGridPoint n (q.1 + 1)) (liuBetaGridPoint n q.2) (liuBetaGridPoint n (q.2 + 1)) p

            Every Liu source pair belongs to a selected canonical cell. The natural ceiling construction handles points on upper grid boundaries without changing the source's strict-lower/non-strict-upper convention.

            The canonical selected grid majorizes the full finite Liu logarithmic kernel sum.

            For every fixed positive grid size, the finite-N majorant tends to its logarithmic upper sum.

            Eventual epsilon form of fixed canonical-grid convergence.

            theorem MathlibNt.SieveTheory.LiuWeight.exists_abs_liuLogGridMajorant_sub_lt (n : ) (hn : 0 < n) {ε : } ( : 0 < ε) :
            ∃ (N₀ : ), ∀ (N : ), N₀ N|liuLogGridMajorant n N - liuLogGridUpperSum n| < ε

            Threshold form of fixed canonical-grid convergence.