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
- MathlibNt.SieveTheory.LiuWeight.liuLogDensity x = 1 / (x.1 * x.2)
Instances For
The full density occurring in Liu's source integral.
Equations
Instances For
A half-open canonical grid cell.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuLogGridCell n q = Set.Ioc (MathlibNt.SieveTheory.LiuWeight.liuAlphaGridPoint n ↑q.1) (MathlibNt.SieveTheory.LiuWeight.liuAlphaGridPoint n (↑q.1 + 1)) ×ˢ Set.Ioc (MathlibNt.SieveTheory.LiuWeight.liuBetaGridPoint n ↑q.2) (MathlibNt.SieveTheory.LiuWeight.liuBetaGridPoint n (↑q.2 + 1))
Instances For
The union of the cells selected by their lower-left corners.
Equations
Instances For
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.
Every selected cell stays in the fixed source box and in a strip of width
7/(15n) above the oblique source boundary.
The piecewise upper-corner density whose integral is the finite upper sum.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuLogGridUpperIntegrand n x = ∑ q ∈ MathlibNt.SieveTheory.LiuWeight.liuLogGridCells n, 1 / (1 - MathlibNt.SieveTheory.LiuWeight.liuAlphaGridPoint n (↑q.1 + 1) - MathlibNt.SieveTheory.LiuWeight.liuBetaGridPoint n (↑q.2 + 1)) * (MathlibNt.SieveTheory.LiuWeight.liuLogGridCell n q).indicator MathlibNt.SieveTheory.LiuWeight.liuLogDensity x
Instances For
At a point of a selected cell, pairwise disjointness reduces the upper integrand to that cell's single summand.
The logarithmic density is uniformly bounded on the ambient box.
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.