The First Base Below a QuarterThe First Base Below a Quarter

The First Base Below a Quarter

MrlyProd

First published 2026-09-07, revised 2026-09-08

PDF · TeX

Draft. This lane is written, built and checked, but it is not finished work: the threshold it aims at is still under review upstream, and the paper says so in its own words. Read it as a preprint of a preprint.

Fix a base and cross out one digit. What is left is the set of integers you can still write, and every analytic result about such a set - Maynard's primes with restricted digits, the sieve theorems that followed - passes through a single number: the 1\ell^1 exponent α1\alpha_1 of the set's Fourier transform, which measures how much of the transform survives when the whole grid of frequencies is added up in absolute value. Small is good. The published values sit near a third. A quarter is a different demand, and this paper finds where it is first met: base 2121 with the digit 00 removed, and base 3434 if you want every excluded digit to clear.

One-missing-digit transforms at base 21 under the digit-blind majorant.
One-missing-digit transforms at base 21 under the digit-blind majorant.

Write F={0,,q1}{a0}F = \{0,\dots,q-1\} \setminus \{a_0\} for the surviving digits, F^(t)=1q1aFe(at)\widehat{F}(t) = \frac{1}{q-1}\sum_{a \in F} e(at) for its normalised transform and F^N(t)=j<NF^(qjt)\widehat{F}_N(t) = \prod_{j<N} \widehat{F}(q^j t) for the transform of the NN-digit strings. The exponent is the growth rate of the shifted grid sums,

α1  =  limN1Nlogqmaxxi<qNF^N(x+iqN).\alpha_1 \;=\; \lim_{N \to \infty} \frac{1}{N} \log_q \max_x \sum_{i < q^N} \left| \widehat{F}_N\left(x + \frac{i}{q^N}\right)\right| .

Theorem. For every base q126q \ge 126 and every excluded digit, α1<1/4\alpha_1 < 1/4. The bound is uniform in the digit and reads 0.2498080.249808 at q=126q = 126, 0.2319050.231905 at q=200q = 200 and 0.1089490.108949 at q=106q = 10^6.

The two floors. Base 2121 missing the digit 00 is the least base carrying any such set below a quarter, clearing by about 10510^{-5}; all 108108 sets of every base below 2121 miss. Base 3434 is the least base whose every excluded digit clears, all 1717 of them; each base from 2121 to 3333 still carries a digit that misses. Joining the two floors to the theorem gives: every base q34q \ge 34 clears at every excluded digit, and 3434 is exact.

The theorem is elementary. The triangle inequality trades the excluded digit for a phase of modulus one, leaving a majorant built from the Dirichlet kernel that names the base and forgets the digit - the envelope in the picture above. Its level-NN product expands over subsets of the digit positions, every maximal run of consecutive positions telescopes into one Dirichlet kernel at a higher modulus, and what remains is a sum of 2N2^N Lebesgue sums, each bounded by the Lebesgue constant of its own modulus. The bookkeeping closes into a cubic in one variable, and the cubic clears a quarter from q=126q = 126 up. The floors are computations: a transfer matrix on windows of digits brackets α1\alpha_1 from both sides, and a Collatz-Wielandt test turns a power-iteration guess into a rigorous one-sided bound. The script reruns all of them, 108108 lower bounds below the floor, the decisive five-digit window at base 2121, the thirteen witnesses from 2121 to 3333, and all 1717 upper bounds at base 3434.

One row it does not rerun. Closing the interval between the two floors needs the bases 3535 to 125125 as well, all 36633663 of their one-missing-digit sets, and that sweep is too slow for plain Python; the paper states it as its own fact and attributes it to the interval-arithmetic generator lab/digit-transform-norms, which runs the same Collatz-Wielandt tests under mpmath at 96 bits. It is the only external dependency in the lane, and only the "every base q34q \ge 34" statement uses it.

  • Grew from the coprime page of the MrlyMath tree.
  • paper.pdf - the paper.
  • tectonic paper.tex rebuilds it; python3 scripts/verify.py reruns every check in about thirty seconds; python3 scripts/figure.py redraws the transforms.