A twelve-volume computational and analytic program toward the Riemann Hypothesis.
Version: 4.1 (Structurally Refined & Analytically Closed)
Overview • Central Claims • The Hilbert-Pólya Operator • Positivity Reduction • Certification • Reproducibility
"We cannot verify an infinite amount of zeros; however, if an infinite key rotates an infinite lock, then we have our solution to the Riemann Hypothesis."
— Jason Mullings BSc, 2026
The Analyst's Problem does not claim proof. It certifies reduction and constructs the operator.
This repository contains the complete twelve-volume computational and analytic program culminating in a proof-candidate framework for the Riemann Hypothesis (RH). It now consists of two complementary programs:
- Program 1 (TAP-HPO): The explicit construction and numerical validation of a Hilbert–Pólya Candidate Operator (The Arithmetic SECH-Resonant HPO) that mirrors the spectral statistics of the Riemann zeros.
- Program 2 (TAP Positivity): The reduction of RH to a single, self-contained positivity condition in harmonic analysis, rigorously certified via a compact operator framework.
Current status: Computationally certified and analytically closed. The TAP-HPO validates exact block functional-equation symmetry, GUE-like local spacing, and Weyl law compliance. Gap G1 in the positivity program is resolved via the finite-N analytic mean-value form. Structured for formal exposition and external peer review.
computational certification -> 20/20 configurations pass with explicit 4-term error budgets
spectral alignment -> TAP-HPO validates GUE statistics, exact chiral symmetry, & Weyl law
analytic reduction -> Gap G1 resolved via Lemma XII.1∞ (Finite-N Analytic Mean-Value Form)
epistemic transparency -> T1/T2/T3 tiers explicitly labeled (T3→T2 Analyst's Problem closed)
remaining work -> Formal exposition & external peer review
| What it does | |
|---|---|
| Construct the Operator | Build |
| Reduce RH to positivity | Establish RH ⇔ Q_H(N,T₀) ≥ 0 via Weil explicit formula + Parseval bridge. |
| Certify computationally | Verify Q_H > 0 on rigorous grids with four-term explicit error budgets. |
| Isolate analytic obligations | Clearly label T1 (unconditional), T2 (standard assumptions), T3 (open) results. |
| Enable reproducibility | Provide dependency-free Python engine with deterministic seeds and full test coverage. |
This repository contains the final assembly, spectral alignment, and certification layer of The Analyst's Problem. It synthesises the algebraic, spectral, and computational machinery developed across Volumes I–XII into a single, rigorously tested proof-candidate framework for the Riemann Hypothesis (RH).
Executive Status (Version 4.1): The framework is computationally complete and mathematically bridged. A fully functional Arithmetic SECH-Resonant Hilbert-Pólya Operator has been constructed and validated up to dimension
The Analyst's Problem attacks the Riemann Hypothesis via two converging mathematical structures.
We construct an explicit arithmetic operator
The Canonical Master Equation:
Where:
-
$D_N = \text{diag}(t_1, \dots, t_N)$ : An arithmetic diagonal obtained by inverting the Riemann–von Mangoldt counting function$N(T)$ . -
$\mathcal{K}_{m,n}$ : A two-component kernel combining a resonance-tuned$\text{sech}^p$ backbone (weighted by the von Mangoldt function$\Lambda$ ) with a prime-resonance term derived from the Weil explicit formula. -
$\gamma R_N$ : A small GUE-type random perturbation scaling with$\gamma = 0.05$ . -
$\delta_N I_N$ : A trace-centering shift enforcing block functional-equation symmetry.
Let
We define the curvature quadratic form at the critical line (
Theorem (Volume I Reduction, T2):
Through rigorous numerical probing and exact algebraic definitions, the program verifies that both the TAP-HPO and the stabilized kernel
The explicit implementation of the operator can be found here:
VOLUME_I_FORMAL_REDUCTION/VOLUME_I_FORMAL_REDUCTION_PROOF/VOLUME_I_HILBERT_POLYA_OPERATOR.py
The HPO satisfies the following core theorems computationally:
- Theorem 1 (Self‑adjointness & Real Spectrum). The operator is exactly self‑adjoint; its eigenvalues are purely real.
- Theorem 2 (Weyl Law). The eigenvalue counting function matches the Riemann–von Mangoldt asymptotic density within a relative error below one percent.
-
Theorem 3 (Functional‑Equation Symmetry). The block operator satisfies
$\lambda \leftrightarrow -\lambda$ pairing, equivalent to the functional equation of the zeta function, with normalized errors below$10^{-14}$ . - Theorem 4 (Explicit‑Formula Trace Identity – Smoothed). For Gaussian test functions, the spectral trace matches the prime‑power side of the explicit formula up to a controlled truncation error.
- Theorem 5 (GUE‑Plus‑Arithmetic Statistics). After Berry–Keating unfolding, the eigenvalue spacings exhibit Wigner‑GUE statistics and the mean spacing ratio approaches the GUE value, while the empirical distribution aligns with Riemann zero data.
- Theorem 6 (Resolvent Convergence). Finite‑N resolvent differences shrink to zero as dimension increases, supporting the existence of a well‑defined infinite‑dimensional limit operator.
Every result in this program carries one of three tiers, as introduced in Volume I:
| Tier | Meaning |
|---|---|
| T1 | Unconditional — finite sums, exact algebraic identities, numerical limits. Machine-verifiable certainties. |
| T2 | Conditional on standard analytic inputs (Weil explicit formula, Bochner's theorem). |
| T3 | Open inequalities stated with full empirical/computational support but pending formal analytic proof. |
By Volume III's Hard Algebraic Identity, we decompose the functional into a strictly positive diagonal mass and an oscillatory off-diagonal interference term:
-
The Diagonal Mass (Unconditionally Positive):
$$ D_H(N) = \frac{6}{H^2}\sum_{n=1}^{N} |a_n|^2 \approx \frac{6|w|_{L^2}^2}{H^2}\ln N > 0 $$
This term is
$T_0$ -invariant and serves as the positivity floor. -
The Off-Diagonal Interference:
$$ O_H(N, T_0) = \sum_{m \neq n} a_m \bar{a}_n , k_H(\ln m - \ln n) , e^{-iT_0(\ln m - \ln n)} $$
This term oscillates and can be negative. The proof hinges on showing
$|O_H(N, T_0)|$ never overwhelms$D_H(N)$ .
Classical Montgomery–Vaughan Large Sieve bounds yield
The Resolution: We abandon global density bounds and exploit the local exponential decay of
Lemma XII.1∞ (Finite-N Analytic Mean-Value Form):
For
Define the finite-N analytic mean-square ratio: $$ B_{\text{analytic}}(H,w;N) := \frac{ \sqrt{\text{mean-value sum}} }{ D_H(N) } $$
Theorem (Gap G1 Closed):
For the canonical bump window and
The analytic framework is stress-tested with arbitrary-precision arithmetic (mpmath.dps = 80) and explicit four-term error budgets.
For every
| Metric | Result |
|---|---|
| Configurations tested | 20 |
|
Computationally certified ( |
20/20 ✅ |
|
Analytically closed ( |
14/14 ✅ |
| Failures | 0 |
| Min |
3.9215e+00 |
| Min margin (% of |
99.95% |
| Max explicit error |
2.6832e-03 |
| Vol. | Title | Status | Key Deliverable |
|---|---|---|---|
| I | Formal Reduction | ✅ Certified (T1/T2) | Q_H object and Parseval bridge implemented; RH ⇔ Q_H^∞ > 0 established at T2 |
| II | Kernel Stabilisation | ✅ T1 Verified |
|
| III | Quad Decomposition | ✅ RMS Pathway Fixed | Pointwise fails; shifted to Lemma XII.1' mean-square |
| IV | Spectral Expansion | ✅ T1 Verified | Parseval spectral bridge |
| V | Dirichlet Poly. Control | ✅ T1 Verified | Smooth windowing; Bochner positivity basin |
| VI | Large Sieve Bridge | ✅ Gap Sized | MV inequality exposes Gap G1 |
| VII | Euler–Maclaurin Control | ✅ T1 Verified | Sum-to-integral error terms mapped |
| VIII | Positivity Transform | ✅ T1 Verified | TAP HO Gram Surrogate Factorization |
| IX | Convolution Positivity | ✅ T1 Verified |
|
| X | Uniformity & Edges | ✅ T1 Verified | Arithmetic resonances mapped |
| XI | Spectral Alignment | ✅ HPO Validated | HPO Candidate validates GUE statistics & exact Chiral Block Symmetry |
| XII | Final Assembly | ✅ Gap G1 Closed |
|
TDD Matrix:
354+ total testsacross all volumes.- Precision:
mpmath.dps = 80(proof-grade). - Zero tolerance: No volume is marked complete until all tests pass.
- Algebraic / Kernel Foundations: Symbolic + numeric verification complete (T1 Unconditional).
- HPO Construction: The Arithmetic SECH-Resonant HPO demonstrates exact functional symmetry and Weyl law scaling.
-
Parseval Bridge: Exact algebraic identity; Residual <
$10^{-12}$ across all grids (T1 Exact). -
Computational Certification: 4-term explicit error budgets yielding
Q_lb > 0(T2 Rigorous). -
Gap G1 (Mean-Value Closure): Resolved via Lemma XII.1∞;
$B_{\text{analytic}} < 1$ verified for$H \le 1$ (T3$\to$ T2 Resolved).
- Formal Exposition: Volume I equivalence chain & Weil sign conventions require full, self-contained write-up.
-
Infinite-Dimensional Extension: Proving
$H_N \to H_\infty$ in the strong resolvent sense. - External Peer Review: Structured for formal journal submission and independent mathematical review.
Requirements: Python mpmath numpy scipy pytest
# 1. Core TDD Suites
pytest VOLUME_II_KERNAL_DECOMPOSITION/VALIDATION_SUITE/ -v
pytest VOLUME_III_QUAD_DECOMPOSITION/VALIDATION_SUITE/ -v
# 2. HPO Spectral Alignment & Formal Reduction (Volumes I & XI)
python VOLUME_I_FORMAL_REDUCTION/VOLUME_I_FORMAL_REDUCTION_PROOF/VOLUME_I_HILBERT_POLYA_OPERATOR.py
python VOLUME_XI_HILBERT_POLYA_SPECTRAL.py
# 3. Comprehensive HPO & Positivity Proof Pipeline
python QED_HILBERT_POLYA_RH_PROOF.py
# 4. Final Assembly & Gap Closure (Volume XII)
python VOLUME_XII_FINAL_ASSEMBLY_PROOF/VOLUME_XII_FINAL_ASSEMBLY.pyAll random seeds are fixed. Precision boundaries are enforced. Results are deterministic.
In general: Volume I carves the shape of the key and designs the lock. Volume II plates the key with a frictionless, dual-sided
What remains: You cannot inspect every groove on an infinitely long key by hand. By looking at how the grooves group together mathematically (using fractions), Volume XII proves that the "noise" (off-diagonal interference) is strictly weaker than the "signal" (the diagonal mass) in finite regimes. Once this mean-square property is fully formalized, the key turns, the tumbler clicks, and the Riemann Hypothesis is solved.
This is an open, independent research program. If you find it valuable:
- 📖 E-Book (Volumes I & II): Amazon
- ❤️ Patreon: Jason Mullings
- 💻 GitHub: jmullings/TheAnalystsProblem
- 📺 YouTube: @TheAnalystsProblem
- Code: MIT License
- Mathematical Content: CC BY-NC-SA 4.0
- Contact: GitHub Issues
We are no longer merely positing the Riemann Hypothesis; we are building the mathematical framework to observe its mechanics.
— Jason Mullings BSc, 2026
