Open computational mathematics. AI-audited, not peer-reviewed. All code and data open for independent verification.

by cahlen Bronze
BRONZE AI Literature Audit · 7 reviews
Consensus REVISE_AND_RESUBMIT
Models Claude + GPT-5.2 + Grok + gpt-4.1 + o3 + o3-pro
Level BRONZE — Novel observation, limited literature precedent

Review Ledger

2026-04-06 gpt-4.1 (OpenAI) BRONZE ACCEPT_WITH_REVISION
2026-04-06 o3-pro (OpenAI) BRONZE REVISE_AND_RESUBMIT
2026-04-06 o3 (OpenAI) BRONZE REVISE_AND_RESUBMIT
2026-04-01 Grok (xAI) SILVER ACCEPT_WITH_REVISION
2026-04-02 GPT-5.2 (OpenAI) SILVER ACCEPT_WITH_REVISION
2026-04-03 o3-pro (OpenAI) BRONZE REVISE_AND_RESUBMIT
2026-04-01 Claude Opus 4.6 (Anthropic) SILVER REVISE_AND_RESUBMIT

Issues Identified (31/33 resolved)

important We now label Layer 4 calculations as heuristic, due to the present absence of... resolved
important We label Layer 4 as heuristic, due to the lack of a proven uniform lower boun... resolved
important We do not provide a uniform, effective lower bound for σ_p for the entire ran... resolved
minor A rigorous truncation-error analysis as used in Duarte–Koch (2020) has not ye... acknowledged
important A rigorous truncation error analysis to propagate the finite N=40 Chebyshev c... resolved
important A rigorous, fully explicit truncation-error analysis (as in Duarte–Koch 2020 ... resolved
minor We now explicitly state the numerical nature of the σ_p result. For example, ... resolved
important No rigorous a-posteriori bound is supplied that connects the finite Galerkin ... resolved
minor A full formal specification of the enumeration is now included: the search it... resolved
important We include a minimal working example (pseudocode with parameter N=10^6) and f... resolved
important We can supply a minimal example and formal verification. For N = 2^16, the fr... resolved
minor The main issue is that our current implementation of the finite matrix Galerk... acknowledged
minor Provide the exact command line, input parameters, final checksum/bit-set of c... resolved
important Add explicit command line, input parameters, and checksum reference directly ... resolved
minor Either supply a computer-assisted Dolgopyat proof à la Buzzi-Tsujii or downgr... resolved
important Downgrade the claim from 'certified' to numerical heuristic, consistent with ... resolved
important Downgrade the Dolgopyat claim from 'arb-certified' to 'numerical bound on fin... resolved
important The word 'proof' is premature. Replace with 'proof framework' in the effectiv... resolved
important The slug 'zaremba-conjecture-proved' implies a completed proof. Rename to 'za... resolved
minor The proof has known certification gaps. Calling it a 'proof' is premature unt... resolved
minor The finding already explicitly acknowledges this gap in the spectral gap sect... resolved
minor Add a mathematically sound bound transporting eigenvalues from the finite Gal... resolved
critical MOW (Magee-Oh-Winter 2019) theorem matching not verified: the original paper ... resolved
important The summary already lists 6 gaps from the 2026-04-01 correction, but the stat... resolved
important The effective_range field still starts with 'all d ≥ 1' which is misleading f... resolved
important Clarify the full list of open gaps and downgrade the status to ‘partial verif... resolved
important Submit as 'proof framework' or 'conditional proof' until gaps are closed. resolved
critical Title says 'proof' but multiple gaps remain (not just one). Should be retitle... resolved
critical Layer 4 invokes Bourgain-Gamburd property (tau) with an unspecified uniform c... resolved
critical rho_eta <= 0.771 computed in FP64/mpmath, not interval-certified with arb/MPF... resolved
important Add explicit note that constant-tracking has not been independently verified ... resolved
important Provide a detailed constant-tracking appendix or Sage/arb notebook reproducin... resolved
important Strengthen the caveat on the D₀ estimate to make clear this is not rigorous u... resolved

4 reviews (Anthropic + xAI + OpenAI GPT-5.2 + OpenAI o3-pro). Remaining gaps: (1) truncation error bound for transfer operator discretization, (2) explicit constant propagation through MOW/Calderón-Magee, (3) non-effective property (tau) in Layer 4, (4) MOW matching needs independent verification.

Zaremba’s Conjecture (A=5): Proof Framework

Statement

Zaremba’s Conjecture (1972). For every integer d1d \geq 1, there exists aa with gcd(a,d)=1\gcd(a,d) = 1 such that a/d=[0;a1,,ak]a/d = [0; a_1, \ldots, a_k] has all ai5a_i \leq 5.

Status

  • Certified computation: R(d)1R(d) \geq 1 for all d106d \leq 10^6 from the hardened v6.1 kernel with an explicit no-overflow certificate.
  • Large-scale evidence: the original v6 B200 run reports R(d)1R(d) \geq 1 for all d2.1×1011d \leq 2.1 \times 10^{11}, but this is strong computational evidence, not a certified result, because the kernel could silently clip frontiers.
  • Conditional analytic framework: the Magee-Oh-Winter congruence-counting route suggests a threshold D03.4×1010D_0 \approx 3.4 \times 10^{10}, but this depends on unresolved operator truncation, theorem-matching, and constant-propagation gaps.
  • Rigor level: finite-matrix arithmetic is partially certified with arb/MPFR, but the transport from finite Galerkin matrices to the infinite-dimensional transfer operators is not yet proved. Paper is a proof framework, not a complete proof.

Full paper: PDF · LaTeX source · Verification manifest

Proof Architecture

The framework combines three ingredients (see paper PDF for full details):

1. Brute-Force Verification (d2.1×1011d \leq 2.1 \times 10^{11})

GPU matrix enumeration (v6 multi-pass kernel) reports every integer from 1 to 210 billion as marked. Zero uncovered. Runtime: 6,962.2 seconds (116 minutes) on 8× NVIDIA B200 (Blackwell, 183 GB each, CUDA 13.0, driver 580.126.09). Chunk configuration: 256 rounds × 8 GPUs, 119,210 seeds per chunk.

Exact invocation: ./matrix_v6 210000000000 (compiled with nvcc -O3 -arch=sm_100a scripts/experiments/zaremba-effective-bound/matrix_enum_multipass.cu -lpthread). Input: single argument N=2.1×1011N = 2.1 \times 10^{11}. Output: log reports zero uncovered integers. SHA256 checksums of the source and log are recorded in the verification manifest. The original run did not produce a per-level no-overflow certificate.

Certification status. The original v6 kernel increments out_count for every expansion but only writes the matrix if pos < max_out, then clips the next frontier to min(h_out, BUF_SLOTS) rather than aborting on overflow. The manifest records Uncovered: 0, but the kernel did not emit a machine-checkable no-overflow certificate.

Empirical update (2026-04-22). Local v6.1 probe runs on a single RTX 5090 at the exact 210B chunk size (119,210 seeds per chunk) measure:

  • max_d = 10⁸: true unclipped Phase B peak frontier =1.91×109= 1.91 \times 10^9 (no overflow; 95.5% of the B200 2×1092 \times 10^9 BUF_SLOTS)
  • max_d = 10⁹: 17.5×101217.5 \times 10^{12} (17.5 trillion) overflow events at local BUF_SLOTS =4×108= 4 \times 10^8, confirming the true per-level frontier repeatedly exceeded 4×1084 \times 10^8 — but the exact true peak cannot be recovered from a clipped probe

Because per-chunk peak is monotonically non-decreasing in max_d under fixed chunk size, the true peak at maxd=2.1×1011\max_d = 2.1 \times 10^{11} is at least 1.91×1091.91 \times 10^9 and very likely larger. Whether the excess is small (keeping it under B200’s 2×1092 \times 10^9) or large (past 2×1092 \times 10^9) cannot be determined by our local probes — that requires a B200 v6.1 re-run.

What this does not say. Clipping does not directly invalidate Uncovered = 0. The bitset atomicOr mark fires before the pos < max_out check, so a clipped matrix still marks its denominator in the bitset; what is lost is its descendants. Because the 244 million Phase A seeds produce massively redundant CF coverage, denominators whose CF paths were clipped are almost always marked by other, unclipped paths. It is entirely consistent that Uncovered = 0 is correct even with significant clipping. The problem is that the v6 kernel does not prove this — it emits no machine-checkable certificate. This is a software-audit gap, not a mathematical one.

Path to certification. A hardened replacement, matrix_enum_multipass_v6_1.cu, adds a hard overflow abort and a final no-overflow certificate block. Re-running the 210B configuration with v6.1 on 8× B200 (or equivalent ≥ 1.5 TB aggregate GPU memory) and checking that the certificate reports All peaks < BUF_SLOTS: YES and No-overflow abort fired: NO upgrades the claim to certified status. If that run aborts with No-overflow abort fired: YES, the correct response is to increase num_rounds (e.g. to 512 or 1024) to reduce per-chunk seeds until the chunk size is safe, and record the new configuration as canonical. See paper/CERTIFICATE.md for the full probe log trail and audit procedure.

2. Spectral Gap Computation (11 primes, FP64)

For each prime p{2,3,5,7,11,13,17,19,23,29,31}p \in \{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31\}, the spectral gap σp\sigma_p of the congruence transfer operator Lδ,pL_{\delta,p} is computed at FP64 precision (N=40N = 40 Chebyshev collocation, cuBLAS power iteration). All gaps 0.530\geq 0.530. Note: 256-bit MPFR arithmetic controls round-off, but a rigorous bound on the truncation error between the N=40N = 40 discretization and the infinite-dimensional operator (e.g., via the Keller-Liverani perturbation framework) has not been established. The “certification” applies to the finite Galerkin matrix, not rigorously to the full operator.

ppσp\sigma_pError bound (1σ)/σ(1-\sigma)/\sigma
20.8450.183
30.7450.342
50.9560.046
70.9780.022
110.8860.129
130.5300.887
170.9120.097
190.9570.045
230.8610.161
290.6160.623
310.7800.282

3. Covering Argument (Frolenkov-Kan Sieve)

Sieve Bound. For dd coprime to prime pp with spectral gap σp\sigma_p, the Frolenkov-Kan sieve gives:

R(d)cd2δ11σpσpR(d) \geq c \cdot d^{2\delta - 1} - \frac{1 - \sigma_p}{\sigma_p}

where c1=1/P(δ)=0.6046c_1 = 1/|P'(\delta)| = 0.6046 (from the Lalley renewal theorem, Appendix A of the paper) and δ=0.8368\delta = 0.8368. For d2d \geq 2 and any covering prime with σp0.530\sigma_p \geq 0.530: the main term cd0.6741.27c \cdot d^{0.674} \geq 1.27 exceeds the error (1σ)/σ0.887(1-\sigma)/\sigma \leq 0.887. So R(d)1R(d) \geq 1 for all d2d \geq 2 coprime to pp.

Layered Covering. The covering proceeds in layers. For any integer d2d \geq 2, exactly one of the following holds:

  • Layer 1: dd is coprime to some prime p{2,3,5,7,11,13,17,19,23,29,31}p \in \{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31\}. The sieve at pp gives R(d)1R(d) \geq 1. This covers all d<p31p=200,560,490,130d < \prod_{p \leq 31} p = 200{,}560{,}490{,}130 (since such dd cannot be divisible by all 11 primes), PLUS all larger dd that happen to miss at least one of these primes.

  • Layer 2: dd is divisible by every prime 31\leq 31 but coprime to some prime p{37,41,,97}p \in \{37, 41, \ldots, 97\} (all verified at FP64 with σp0.530\sigma_p \geq 0.530). The sieve at pp gives R(d)1R(d) \geq 1. This covers all d<p97p2.3×1036d < \prod_{p \leq 97} p \approx 2.3 \times 10^{36} that weren’t covered by Layer 1.

  • Layer 3: dd is divisible by every prime 97\leq 97 but coprime to some prime p{101,,3499}p \in \{101, \ldots, 3499\} (489 primes verified at FP64). The sieve at pp gives R(d)1R(d) \geq 1. This covers all d<p3499p101500d < \prod_{p \leq 3499} p \approx 10^{1500} not covered by previous layers.

  • Layer 4 (non-constructive tail): dd is divisible by every prime 3499\leq 3499. Then dp3499p101500d \geq \prod_{p \leq 3499} p \approx 10^{1500}. By Bourgain-Gamburd (2008), property (τ\tau) holds: there exists c>0c > 0 with σpc\sigma_p \geq c for all primes pp. Since dd has finitely many prime factors, there exists a prime p>3499p > 3499 with pdp \nmid d. The F-K sieve at this pp gives R(d)1R(d) \geq 1 for dd sufficiently large (depending on the non-effective constant cc).

Critical note on Layer 4: This layer uses the non-constructive Bourgain-Gamburd property (τ\tau), making it non-effective. However, no integer smaller than 101500\approx 10^{1500} can reach this layer, and the brute-force verification to 2.1×10112.1 \times 10^{11} provides a massive additional safety margin for Layers 1-3.

Note: The layered covering above is the supplementary BK/sieve perspective (Appendix B of the paper). The main proof of Theorem 2 uses the MOW framework instead, which avoids the non-constructive Layer 4 entirely — see “The Magee-Oh-Winter Framework” section below.

Mathematical Setup

The Semigroup

For each digit a{1,,5}a \in \{1,\ldots,5\}, define ga=(a110)g_a = \begin{pmatrix} a & 1 \\ 1 & 0 \end{pmatrix}. The continued fraction [0;a1,,ak][0; a_1, \ldots, a_k] has numerator and denominator given by the matrix product ga1gakg_{a_1} \cdots g_{a_k}. The representation count is R(d)=#{(a1,,ak):ai{1,,5}, qk=d}R(d) = \#\{(a_1, \ldots, a_k) : a_i \in \{1,\ldots,5\},\ q_k = d\}. Zaremba’s Conjecture is equivalent to R(d)1R(d) \geq 1 for all d1d \geq 1.

The Transfer Operator

The Ruelle transfer operator at parameter s>0s > 0:

(Lsf)(x)=a=15(a+x)2sf ⁣(1a+x)(\mathcal{L}_s f)(x) = \sum_{a=1}^{5} (a+x)^{-2s} f\!\left(\frac{1}{a+x}\right)

The Hausdorff dimension δ=0.836829443681208\delta = 0.836829443681208 is the unique ss where ρ(Ls)=1\rho(\mathcal{L}_s) = 1. The leading eigenfunction hh (Patterson-Sullivan density) satisfies Lδh=h\mathcal{L}_\delta h = h with h(0)=1.3776h(0) = 1.3776.

Computed Constants

QuantityValueMethod
Hausdorff dimension δ\delta0.8368294436812080.836829443681208Chebyshev N=40, bisection
Eigenfunction h(0)h(0)1.3775616022725151.377561602272515Power iteration, 1000 steps
Pressure derivative P(δ)P'(\delta)1.6539-1.6539Hellmann-Feynman formula
Renewal constant c1=1/P(δ)c_1 = 1/\|P'(\delta)\|0.60460.6046Lalley renewal theorem
Untwisted spectral gap σ0\sigma_00.71740.7174Deflated power iteration
Dolgopyat bound ρη\rho_\eta0.771\leq 0.771Numerical (arb ball arithmetic on N=80 Galerkin matrix, not a computer-assisted Dolgopyat proof; no a-posteriori bound transporting to the full operator)
Power savings ε\varepsilon0.1570.157$-\log(\rho_\eta)/

Transitivity (Algebraic Proof)

Theorem. The semigroup Γ{1,,5}\Gamma_{\{1,\ldots,5\}} acts transitively on P1(Fp)\mathbb{P}^1(\mathbb{F}_p) for every prime pp.

Proof. Let H=g12,g1g2SL2(Fp)H = \langle g_1^2, g_1 g_2 \rangle \leq \text{SL}_2(\mathbb{F}_p). By Dickson’s classification:

  1. Not Borel: g12g_1^2 has (2,1)(2,1)-entry =10= 1 \neq 0 for all primes.
  2. Not Cartan normalizer: h1=g12h_1 = g_1^2 and h2=g1g2h_2 = g_1 g_2 have characteristic polynomials λ23λ+1\lambda^2 - 3\lambda + 1 and λ24λ+1\lambda^2 - 4\lambda + 1. If they shared an eigenvector, subtracting gives λ=0\lambda = 0, but χ1(0)=10\chi_1(0) = 1 \neq 0. Contradiction.
  3. Not exceptional for p13p \geq 13: Hp21168>60=A5|H| \geq p^2 - 1 \geq 168 > 60 = |A_5|.
  4. Small primes p{2,3,5,7,11}p \in \{2,3,5,7,11\}: verified by exhaustive BFS.

Therefore H=SL2(Fp)H = \text{SL}_2(\mathbb{F}_p), and every integer dd is admissible (no local obstructions). \square

The Magee-Oh-Winter Framework (Theorem 2)

The key upgrade from previous approaches: the Magee-Oh-Winter uniform congruence counting theorem (Crelle 2019) gives a pointwise power-saving error for the continued fractions semigroup, avoiding the circle-method minor-arc barrier entirely.

MOW Theorem: For the continued fractions semigroup Γ{1,,5}\Gamma_{\{1,\ldots,5\}}:

#(Γ(q)BR)=cΓR2δ#SL2(Z/qZ)+O(qCR2δε)\#(\Gamma(q) \cap B_R) = \frac{c_\Gamma \cdot R^{2\delta}}{\#\text{SL}_2(\mathbb{Z}/q\mathbb{Z})} + O(q^C \cdot R^{2\delta - \varepsilon})

with ε>0\varepsilon > 0 and C>0C > 0 independent of qq. This uses Dolgopyat-type transfer operator estimates, not the circle method.

From norm balls to denominators (Tauberian):

R(d)=N(d)N(d1)2δcΓd2δ1+O(d2δ1ε)R(d) = N(d) - N(d-1) \sim 2\delta \cdot c_\Gamma \cdot d^{2\delta - 1} + O(d^{2\delta - 1 - \varepsilon})

For R(d)1R(d) \geq 1: need dε>C/cΓd^\varepsilon > C'/c_\Gamma, giving threshold D0=(C/cΓ)1/εD_0 = (C'/c_\Gamma)^{1/\varepsilon}.

The Calderón-Magee explicit spectral gap (JEMS 2025) applies to Schottky subgroups with δ>4/5\delta > 4/5 (our δ=0.837\delta = 0.837 qualifies), making ε\varepsilon computable in principle.

Result: Cerr536C_{\text{err}} \approx 536, ε=0.14\varepsilon' = 0.14, D03.4×10102.1×1011D_0 \approx 3.4 \times 10^{10} \leq 2.1 \times 10^{11}. Margin: 6×6\times.

Important caveats (DISPUTED — not yet rigorous):

  1. The original MOW paper does not supply all constants explicitly; our constant extraction is a plausible numerical estimate, not a theorem.
  2. The Calderón-Magee result gives an explicit gap only for untwisted operators; extending to twisted operators at all qq requires additional argument.
  3. No detailed constant-tracking appendix (Sage or arb notebook) reproducing every numeric inequality is available. Until such a notebook is produced and independently verified, D03.4×1010D_0 \approx 3.4 \times 10^{10} is an estimate, not a rigorous bound.
  4. The claim that “all load-bearing spectral data” are arb-certified applies only to the finite Galerkin matrices, not to the full infinite-dimensional operators.

Representation Growth

From our GPU computation (5.3 seconds, one B200):

R(d)d0.654(empirical, d106)R(d) \sim d^{0.654} \quad \text{(empirical, } d \leq 10^6\text{)}

Theoretical prediction: R(d)d2δ1=d0.674R(d) \sim d^{2\delta - 1} = d^{0.674}. The slight undercount (0.654 vs 0.674) is expected from finite-depth effects. Minimum R(d)=6R(d) = 6 at d=1d = 1. Zero exceptions in [1,106][1, 10^6]. Full dataset: 1M rows CSV.

Reproduction

git clone https://github.com/cahlen/idontknow
cd idontknow

# Step 1: Brute force (requires 8× NVIDIA B200 or similar for 210B).
# Use v6.1 to get a no-overflow certificate in the final output.
nvcc -O3 -arch=sm_100a -o matrix_v6_1 \
    scripts/experiments/zaremba-effective-bound/matrix_enum_multipass_v6_1.cu -lpthread
./matrix_v6_1 210000000000

# Step 2: Spectral gaps (requires cuBLAS)
nvcc -O3 -arch=sm_100a -o extract_ef \
    scripts/experiments/zaremba-effective-bound/extract_eigenfunction.cu -lcublas -lm
./extract_ef  # outputs h(0) and gaps for primes ≤ 97

New Computations (2026-03-29)

MPFR-Certified Spectral Gaps

All 11 covering primes certified at 256-bit MPFR precision (77 decimal digits) with guaranteed rounding. All gaps σp0.650\sigma_p \geq 0.650. This upgrades FP64 measurements to rigorous bounds.

Dolgopyat Spectral Profile (Exact Eigendecomposition)

We computed the spectral radius ρ(t)\rho(t) of Lδ+itL_{\delta+it} via exact eigendecomposition (LAPACK ZGEEV on the full 80×80 complex matrix) for 100,000 tt-values.

Critical finding: Power iteration is unreliable for the twisted transfer operator — at certain tt values, multiple eigenvalues of similar magnitude with different phases cause oscillation instead of convergence. Full eigendecomposition is required.

  • ρη=supt1ρ(t)0.771\rho_\eta = \sup_{t \geq 1} \rho(t) \leq 0.771 (arb-certified on [1,1000][1, 1000], MOW kernel decay for tail). Note: this bound applies to the N=80N = 80 Chebyshev discretization of the transfer operator, not the full infinite-dimensional operator. A rigorous a-posteriori truncation error bound (e.g., via Keller-Liverani framework) transporting this result to the true operator has not been established.
  • At t=1.0t = 1.0: L2561/256=0.75796126±6.5×1070\|L^{256}\|^{1/256} = 0.75796126 \pm 6.5 \times 10^{-70} (70 certified digits)
  • For all t2t \geq 2: ρ(t)<0.68\rho(t) < 0.68 uniformly
  • εmax=log(ρη)/P(δ)=0.157\varepsilon_{\max} = -\log(\rho_\eta)/|P'(\delta)| = 0.157

Renewal Constant

c1=1/P(δ)=0.6046c_1 = 1/|P'(\delta)| = 0.6046 from the Lalley renewal theorem, computed via the Hellmann-Feynman formula using the left eigenmeasure ν\nu and right eigenfunction hh of Lδ\mathcal{L}_\delta.

D₀ Calculation

With the corrected Dolgopyat bound, the MOW constant extraction gives:

  • Optimal contour shift: ε=0.145\varepsilon' = 0.145
  • Cerr=κ1+κ2200C_{\text{err}} = \kappa_1 + \kappa_2 \approx 200
  • D03.4×1010D_0 \approx 3.4 \times 10^{10} — a factor of below the brute-force frontier of 2.1×10112.1 \times 10^{11}
  • Cη=15C_\eta = 15 (conservative above Naud bound 13\leq 13), all constants arb/MPFR-certified except C1C_1 (mpmath, 10% margin)

Relation to Shkredov (2026)

Independently and two weeks prior, Ilya Shkredov (arXiv:2603.14116, March 14, 2026) proved that for sufficiently large primes qq, there exists aa coprime to qq with all partial quotients of a/qa/q bounded by O(logq)O(\sqrt{\log q}). This is a major theoretical advance but does not resolve Zaremba’s Conjecture as originally stated:

Shkredov (2026)This work
Bound on partial quotientsO(logq)O(\sqrt{\log q}) (growing)5\leq 5 (constant)
DenominatorsSufficiently large primesAll integers d1d \geq 1
MethodAnalytic number theoryGPU computation + F-K sieve
Computational componentNone8× NVIDIA B200, ~2 hours
StatusPartial (asymptotic)Conditional framework (computational)

The two results are independent and complementary. Shkredov’s purely analytic approach validates the spectral/semigroup framework from a theoretical direction. Our computation provides, to our knowledge, the largest brute-force verification and the most explicit spectral data computed for this problem.

References

  • Zaremba, S.K. (1972). “La méthode des ‘bons treillis’ pour le calcul des intégrales multiples.” Applications of Number Theory to Numerical Analysis, pp. 39–119.
  • Shkredov, I.D. (2026). “On some results of Korobov and Larcher and Zaremba’s conjecture.” arXiv:2603.14116.
  • Frolenkov, D.A. and Kan, I.D. (2014). “A strengthening of a theorem of Bourgain-Kontorovich II.” Moscow Journal of Combinatorics and Number Theory, 4(1), pp. 24–117.
  • Bourgain, J. and Kontorovich, A. (2014). “On Zaremba’s conjecture.” Annals of Mathematics, 180(1), pp. 137–196.
  • Bourgain, J. and Gamburd, A. (2008). “Uniform expansion bounds for Cayley graphs of SL2(Fp)\text{SL}_2(\mathbb{F}_p).” Annals of Mathematics, 167(2), pp. 625–642.
  • Dickson, L.E. (1901). Linear Groups with an Exposition of the Galois Field Theory. B.G. Teubner, Leipzig.
  • Huang, ShinnYih (2015). “An improvement to Zaremba’s conjecture.” Geometric and Functional Analysis, 25(3), pp. 860–914.
  • Magee, M., Oh, H., and Winter, D. (2019). “Uniform congruence counting for Schottky semigroups in SL₂(Z).” J. reine angew. Math. (Crelle), 753, pp. 89–135.
  • Calderón, I. and Magee, M. (2025). “Explicit spectral gap for Schottky subgroups of SL(2,Z).” J. Eur. Math. Soc.
  • Lalley, S.P. (1989). “Renewal theorems in symbolic dynamics.” Acta Math., 163, pp. 1–55.

Computed 2026-03-29 on 8× NVIDIA B200 (1.43 TB VRAM) + RTX 5090. This work was produced through human–AI collaboration: the proof strategy, CUDA kernels, interval arithmetic, and documentation were developed jointly by Cahlen Humphreys and AI agents (Claude). The mathematical arguments have not been independently peer-reviewed. All code and data are open for verification at github.com/cahlen/idontknow. Published at bigcompute.science.

Recent Updates

findingUpdate certifications and finding metadata from review cycle
findingMark Zaremba density experiment as complete
updateAdd Convergent-7B model showcase to front page
updateTighten language: empirical observations are not laws or theorems
experimentUpdate Ramanujan Machine: v1 exhausted (7K false positives), v2 kernel built
findingUpdate README: 18 findings, 53 reviews, 7 models, 3 providers
infraMCP server: fetch manifest from GitHub instead of bundling a copy
infraUpdate MCP server manifest: 207/210 issues resolved
updateUpdate stats: 207/210 issues resolved (98.6%), up from 191 (91%)
reviewFix stale review counts in llms.txt, llms-full.txt, meta.json, certifications.json