Rosser boundary chains and logarithmic regions #
Upper admissibility, sorted prime chains, lower fixed-depth recursions, pair removal, and logarithmic-coordinate regions.
0.3. Finite upper Rosser weights #
The standard upper Rosser test on a finite set of distinct primes. The
test is imposed at odd positions in the decreasing list: at
p = p_{2l+1} it says p₁⋯p_{2l} * p_{2l+1}^3 < D.
Equations
Instances For
The upper Rosser test for the prime factors of a natural number.
Equations
Instances For
The upper Rosser coefficient attached to a finite set of distinct primes.
Equations
Instances For
The even Rosser boundary exposed when a new least prime is inserted: the
old set is active, but adjoining q crosses either the level or an odd-position
Rosser constraint.
Equations
Instances For
Product form of sorted_prefix_toFinset_eq_filter_ge: the filtered Rosser
prefix is the product of the preceding entries and the entry at i.
The upper Rosser admissibility test in canonical chain coordinates. In the
decreasing enumeration p₀ > p₁ > ..., precisely the even zero-based indices
are tested, and their inequalities are
p₀ ... pᵢ₋₁ * pᵢ³ < D.
The lower Rosser admissibility test in canonical chain coordinates. In the strictly decreasing enumeration, precisely the odd zero-based indices are tested by the cubic prefix inequalities.
The ordered odd-chain region underlying one lower Rosser boundary term.
Equations
Instances For
The explicit ordered-chain region underlying one upper Rosser boundary term. This is the finite region that is later reindexed and compared with the Buchstab nested integrals.
Equations
Instances For
Removing the first two entries of a positive lower Rosser boundary chain
produces the exact residual lower chain at the ceiling-divided level. The
peeled pair contributes the first odd-index test p₀ * p₁^3 < D.
Canonical decreasing-list representatives of all lower boundary subsets of
P; every represented list has odd length.
Equations
- MathlibNt.SieveTheory.LinearSieve.lowerRosserBoundaryChains D q P = Finset.image (fun (s : Finset ℕ) => s.sort fun (x1 x2 : ℕ) => x1 ≥ x2) (Finset.filter (MathlibNt.SieveTheory.LinearSieve.LowerRosserBoundarySet D q) P.powerset)
Instances For
Exact membership characterization for the finite lower-boundary chain carrier.
The zero-based pair-depth slice consists of chains of length 2*k+1.
It corresponds to Suzuki's full-chain source index 2*k+2 and Iwaniec's
lower depth k+1.
Lower boundary chains at Suzuki's full-chain source index n. The terminal
least prime is external to the stored list, hence l.length + 1 = n.
Equations
Instances For
Every inhabited lower source-index slice has even Suzuki index.
Exact injective finite reindexing of the lower-boundary powerset sum by canonical odd decreasing chains.
The selected density mass of lower Rosser boundary chains at zero-based
pair-depth k, i.e. of exact odd length 2*k+1.
Equations
- MathlibNt.SieveTheory.LinearSieve.lowerRosserBoundaryChainsFixedPairDepth0Density nu D q P k = ∑ l ∈ MathlibNt.SieveTheory.LinearSieve.lowerRosserBoundaryChains D q P with l.length = 2 * k + 1, (List.map nu l).prod
Instances For
Zero-based pair-depth k is Suzuki's full-chain source index 2*k+2.
Pair-depth zero is precisely source index n = 2.
Exact carrier recursion for positive pair-depth lower Rosser boundary chains. Peeling the two largest selected primes shifts source index by two.
Exact two-prime successor recurrence for lower fixed-pair-depth density.
Logarithmic coordinates of a finite prime chain, relative to the sifting
cutoff z.
Equations
Instances For
The real-coordinate region cut out by the decreasing-order, alternating prefix, and terminal-shell conditions of an upper Rosser boundary chain.
Equations
Instances For
Removing the first pair of coordinates gives the exact Buchstab recursion for the real upper Rosser region.
The first nonempty upper Rosser region is the explicit two-coordinate shell used by the first Buchstab correction.
The upper Rosser region with every selected coordinate strictly between the
terminal coordinate a and an inherited upper cutoff b.
Equations
- MathlibNt.SieveTheory.LinearSieve.UpperRosserLogRegionBelow s a b x = (MathlibNt.SieveTheory.LinearSieve.UpperRosserLogRegion s a x ∧ ∀ y ∈ x, a < y ∧ y < b)
Instances For
Exact bounded form of pair removal. The second peeled coordinate becomes the strict upper cutoff for every coordinate in the residual region.
Induction-ready decomposition of every positive even-depth bounded Rosser region into its first ordered pair and a depth-two-shorter residual region.