by cahlen BRONZE Verified
BRONZE AI Peer Review
Verdict ACCEPT_WITH_REVISION
Reviewed by Claude Opus 4.6 (Anthropic)
Date 2026-04-01T00:00:00.000Z
Level BRONZE — Novel observation, limited literature precedent

Novel observation. Golden ratio connection is heuristic.

Zaremba Witnesses Concentrate at α(d)/d0.171\alpha(d)/d \approx 0.171

The Finding

For the smallest Zaremba witness α(d)\alpha(d) with bound A=5A = 5, the ratio α(d)/d\alpha(d)/d is remarkably concentrated:

Mean  α(d)d=0.1712,99% interval:  [0.1708,  0.1745]\text{Mean}\;\frac{\alpha(d)}{d} = 0.1712, \qquad \text{99\% interval:}\; [0.1708,\; 0.1745]

This is an extraordinarily tight band — relative width 2%\sim 2\%. The dominant continued fraction prefix is [0;5,1,][0;\, 5, 1, \ldots] for 99.7% of all d>1000d > 1000.

The Golden Ratio Connection

The infinite continued fraction [0;5,1,1,1,][0;\, 5, 1, 1, 1, \ldots] converges to:

15+φ=15+1+520.1511\frac{1}{5 + \varphi} = \frac{1}{5 + \frac{1+\sqrt{5}}{2}} \approx 0.1511

where φ\varphi is the golden ratio. The observed mean 0.17120.1712 lies between the finite convergents:

[0;5,1]=160.1667and[0;5,1,1]=2110.1818[0;\, 5, 1] = \frac{1}{6} \approx 0.1667 \qquad \text{and} \qquad [0;\, 5, 1, 1] = \frac{2}{11} \approx 0.1818

The witnesses cluster in this window because the optimal CF starts with the maximum allowed quotient (5), then drops to the minimum (1), then varies — balancing the constraint of keeping all quotients 5\leq 5 while being coprime to dd.

Note: the golden ratio limit 1/(5+φ)0.15111/(5+\varphi) \approx 0.1511 is the value of the infinite CF [0;5,1,1,1,][0; 5, 1, 1, 1, \ldots]. The observed mean 0.17120.1712 is higher because finite CF witnesses have only a few terms and concentrate between the low-order convergents 1/61/6 and 2/112/11. The connection to the golden ratio is through the CF structure (digit 1 repeating = golden ratio), not an exact numerical match.

Tightness of A=5A = 5

Max quotient usedFrequency
599.91%
40.07%
3\leq 30.02%

The conjecture is tight: A=4A = 4 would fail for 99.91% of all dd.

Practical Impact

This observation enabled a 13× speedup in our CUDA verification kernel (v2 over v1) by starting the witness search at a=0.170da = \lfloor 0.170d \rfloor instead of a=1a = 1.

Code

Analysis script and raw data: github.com/cahlen/idontknow

References

  1. 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.
  2. Bourgain, J. and Kontorovich, A. (2014). “On Zaremba’s conjecture.” Annals of Mathematics, 180(1), pp. 137–196. arXiv:1107.3776
  3. Khintchine, A.Ya. (1964). Continued Fractions. University of Chicago Press.

Computed from exhaustive analysis of d=1d = 1 to 100,000100{,}000 on NVIDIA DGX B200.

This work was produced through human–AI collaboration (Cahlen Humphreys + Claude). Not independently peer-reviewed. All code and data open for verification at github.com/cahlen/idontknow.

Recent Updates

updateAuto-generated changelog from git log — updates on every build