teal-sea / zeta-labstate of record · compiled 14 Aug 2026 · revision 9ebdea0 · source

Library · docs/22-detector-strength-findings.md

Computational Alarm Systems for the Riemann Hypothesis:

627 words · 38 lines · source

Stress-Testing Equivalences against the Davenport-Heilbronn Imposter

Abstract The Riemann Hypothesis (RH) possesses numerous mathematically equivalent statements (Li's Criterion, Weil Positivity, Mertens' Conjecture, etc.). While all such statements must technically fail for functions violating RH, their utility as computational detectors varies wildly. This paper evaluates the practical "detection strength" of these criteria by deploying them against the Davenport-Heilbronn (DH) function—a canonical L-function imposter that mimics the Riemann Zeta function but possesses zeros off the critical line. We demonstrate that while some criteria (like Li's) are computationally inert, others (like Weil Positivity and Mertens) can be dynamically tuned to rapidly flag structural anomalies.


1. Introduction

In the search for a geometric framework over the Field with One Element ($\mathbb{F}_1$) that proves the Riemann Hypothesis, computational exploration plays a key role. Any proposed cohomology must satisfy RH. To numerically vet candidate frameworks, we require computational "alarm systems." We test these systems against the Davenport-Heilbronn function, an L-function that shares Zeta's functional equation but violates RH.

2. Finding 1: The Inertia of Li's Criterion

Li's Criterion states that RH is true if and only if a specific sequence of coefficients, $\lambda_n$, is strictly positive. The Experiment: We computed $\lambda_n$ for the DH function. The Finding: Despite the presence of zeros off the critical line, $\lambda_n$ remained stubbornly positive for tens of thousands of terms. The dominant influence of the trivial zeros and the lowest-lying critical zeros entirely masks the negative contribution of the offline zeros. Conclusion: Li's Criterion is a Weak Detector. It is mathematically rigorous but computationally useless for early anomaly detection.

3. Finding 2: Dynamic Tuning of Weil Positivity

Weil's Explicit Formula offers a positivity criterion: $W(h) \ge 0$ for all positive-type test functions $h(x)$. The Experiment: We designed a dynamic search algorithm to hunt for a test function $h(x)$ that forces $W(h) < 0$ for DH. The Finding: By utilizing an autocorrelation pair and aggressively pushing the frequency parameter ($s \approx 58.65$) while tightening the Gaussian envelope ($\sigma=0.04$), we amplified the exponential growth of the offline zero while suppressing the infinite sum of the real zeros. Result: We successfully triggered a massive violation ($W(h) \approx -22.4$), completely exposing the imposter. Conclusion: Weil Positivity is a Strong, Tunable Detector. Unlike static sums, the test function $h(x)$ acts as an adjustable frequency dial that can be engineered to isolate and amplify specific anomalies.

4. Finding 3: The Rapid Explosion of Mertens

The Mertens Conjecture bounds the sum of the Möbius function $M(x) \le \sqrt{x}$. While known to be false for the Riemann Zeta function, violations occur at astronomically large bounds ($>10^{10^{40}}$). The Experiment: We computed the Möbius inversion $\mu_{DH}(n)$ for the DH Dirichlet coefficients and tracked the ratio $M_{DH}(x) / \sqrt{x}$. The Finding: Because the DH function possesses an offline zero at $\Re(s) \approx 0.8085$, its Mertens function theoretically grows as $x^{0.8085}$. Computationally, this explosion is visible almost immediately. By $N=1,000,000$, the ratio breached $3.11$. Conclusion: Mertens is a Strong Detector against gross structural violations like DH, serving as a fast $O(N \log N)$ initial filter for candidate L-functions.

5. Addendum: The "Music" of the Primes

When treating the imaginary parts of the zeros as frequencies (following Deninger's flow paradigm) and logarithmically mapping them to a musical scale pinned at E2 (MIDI 40), a striking structural difference emerges:

This visceral, microtonal dissonance mirrors the structural collapse of the imposter's Euler product.


Status: Ready for publication / integration into a formal mathematically-verified framework via Lean 4.