Documentation

MathlibNt.SieveTheory.Liu.PrimePairs.LiuPrimePairLogGridLimit

The canonical logarithmic grid tends to Liu's source integral #

This file interprets each logarithmic rectangle mass as an actual integral, checks the half-open grid partition, and compares the resulting upper sum with the integral on Liu's triangular source region.

The logarithmic density in the two exponent coordinates.

Equations
Instances For

    Liu's remaining kernel in logarithmic coordinates.

    Equations
    Instances For

      The exact half-open source region from Liu's integral.

      Equations
      Instances For
        theorem MathlibNt.SieveTheory.LiuWeight.logarithmicRectangleMass_eq_iteratedIntegral {a₀ a₁ b₀ b₁ : } (ha₀ : 0 < a₀) (ha : a₀ < a₁) (hb₀ : 0 < b₀) (hb : b₀ < b₁) :
        PrimeReciprocalLogRectangle.logarithmicRectangleMass a₀ a₁ b₀ b₁ = (α : ) in a₀..a₁, (β : ) in b₀..b₁, 1 / (α * β)

        A logarithmic rectangle mass is exactly the iterated integral of the logarithmic density.

        theorem MathlibNt.SieveTheory.LiuWeight.logarithmicRectangleMass_eq_setIntegral {a₀ a₁ b₀ b₁ : } (ha₀ : 0 < a₀) (ha : a₀ < a₁) (hb₀ : 0 < b₀) (hb : b₀ < b₁) :

        The same identity as a product-set integral.

        Canonical half-open cells are measurable.

        The strict-left/non-strict-right convention makes distinct cells genuinely disjoint, including on all grid lines.

        Every source point is in a selected half-open cell. This is the geometric counterpart of the prime-pair cover and fixes all boundary conventions.

        theorem MathlibNt.SieveTheory.LiuWeight.liuLogGridRegion_geometry {n : } (hn : 0 < n) {x : × } (hx : x liuLogGridRegion n) :
        x.1 Set.Ioc (1 / 10) (1 / 3) x.2 Set.Ioc (1 / 3) (9 / 20) x.1 + 2 * x.2 < 1 + 7 / (15 * n)

        Every selected cell stays in the fixed source box and in a strip of width 7/(15n) above the oblique source boundary.

        The fixed compact box containing every source point and every selected cell.

        Equations
        Instances For
          theorem MathlibNt.SieveTheory.LiuWeight.liuLogIntegrand_eq_sourceInner {α β : } ( : α Set.Icc (1 / 10) (1 / 3)) ( : β Set.Icc (1 / 3) ((1 - α) / 2)) :

          At a point of a selected cell, pairwise disjointness reduces the upper integrand to that cell's single summand.

          theorem MathlibNt.SieveTheory.LiuWeight.liuLogGrid_upperKernel_sub_le {n : } (hn : 0 < n) {q : Fin n × Fin n} (_hq : q liuLogGridCells n) {x : × } (hx : x liuLogGridCell n q) :
          0 1 / (1 - liuAlphaGridPoint n (q.1 + 1) - liuBetaGridPoint n (q.2 + 1)) - liuLogKernel x 1 / (1 - liuAlphaGridPoint n (q.1 + 1) - liuBetaGridPoint n (q.2 + 1)) - liuLogKernel x 25 / n

          The logarithmic density is uniformly bounded on the ambient box.

          theorem MathlibNt.SieveTheory.LiuWeight.liuLogGrid_upperKernel_le_five {n : } (hn : 0 < n) {q : Fin n × Fin n} (_hq : q liuLogGridCells n) :
          1 / (1 - liuAlphaGridPoint n (q.1 + 1) - liuBetaGridPoint n (q.2 + 1)) 5

          Every selected upper corner has remaining kernel at most five.

          The upper integrand vanishes off the selected grid region.

          The selected upper integrand is uniformly bounded by 150 on its grid.

          The thin oblique strip swept out above Liu's source boundary.

          Equations
          Instances For

            A selected grid point outside the source belongs to the excess strip.

            The excess strip has width 7/(30n) in every vertical section.

            On the source, replacing the kernel by the selected upper corner costs at most 750/n.

            A global integrable majorant separates the source error from the thin geometric excess strip.

            The grid upper sum exceeds Liu's source integral by at most 759/n.

            The canonical logarithmic-grid upper sums converge to Liu's source integral as the mesh tends to zero.