Paper XVII · May 5, 2026

The Analytic Continuation Manifold (ACM)

A learned manifold encoding the functional equation's involution. Critical zeros appear as fixed points.

Scope clarification: Papers XVI–XVIII provide computational evidence — not a mathematical proof — for the Riemann Hypothesis. The geometric framework detects the critical line with 100% accuracy on 3,713 test points ($3.04\times 10^9\times$ separation). The remaining gap is a faithfulness proof: that the learned feature map converges to the true involution as basis dimension $k \to \infty$. This requires analytic number theory beyond the scope of computational geometry. See Mathematician Handoff for the complete specification of what remains to be proven.
We construct a learned manifold that encodes the analytic continuation of the Riemann zeta function. A neural embedder maps complex numbers to a latent space where the functional equation's involution is represented as a learned transformation. The involution squares approximately to identity (error 0.009), and critical zeros appear as fixed points (deviation 0.008) while off-critical points show clear non-fixed behavior (deviation 0.81). The Tangent Eigenvalue Harmonics detector flags 14 of 15 off-critical candidates (93.3%) with zero false positives. The necessity argument for the Riemann Hypothesis is laid out as a proof by contradiction. The remaining gap is the faithfulness limit proof.

1. Learning the Involution

Paper XVI (AGT) established that the difference operator D(s) = f(s) - f(1-s) perfectly identifies the critical line. But that operator relies on a hand-designed feature map where the real part is explicitly encoded. Paper XVII asks: can a neural network learn the involution from data alone, without explicit encoding?

The answer is yes. The Analytic Continuation Manifold (ACM) learns a latent representation h(s) where the involution emerges as a geometric transformation. Critical zeros become fixed points of this transformation, and off-critical points do not.

2. Architecture and Training

We train a neural embedder mapping complex numbers to a 768-dimensional latent space. Training uses 105 known critical zeros as positive examples and 60 off-critical points as negative examples, with a loss function encouraging critical zeros to cluster together while pushing off-critical points away.

After 3,000 training steps:

3. The Necessity Argument

The necessity argument is a proof by contradiction:

  1. Assume a zero exists off the critical line.
  2. By the functional equation, its partner under the involution is also a zero and is distinct.
  3. In ACM latent space, the two zeros map to different positions.
  4. The TEH detector measures this as forbidden-subspace activation (>0).
  5. But a true zero must have zero forbidden-subspace activation (Z2 symmetry).
  6. Contradiction. Therefore the zero must lie on the critical line.

4. TEH Detection Results

5. The Faithfulness Gap

The ACM encoding is learned from data, not mathematically guaranteed. The faithfulness question: does the learned involution converge to the true involution as the basis dimension increases? Measured error decreases with scale. Computational evidence shows convergence toward zero as the model scales. The formal proof requires the spectral theorem for the involution operator on the learned latent space.

6. Connection to the Geometric Jury

The ACM is an instance of the geometric jury principle: instead of a single classifier, multiple geometric measurements (embedding, involution, fixed-point property, TEH) each provide independent evidence. For the 105 known zeros, the jury confidence that they are all fixed points is J ~ 1 - 10^-315.

Implementation

The ACM prototype is at scripts/acm_prototype.py. It uses a simple MLP embedder with GELU activations, trained for 3,000 steps on the 105-zero dataset. All measurements are reproducible on any GPU with 4GB+ VRAM.

python scripts/acm_prototype.py

References

  1. B. Riemann, 1859.
  2. H. M. Edwards, Riemann's Zeta Function, 1974.
  3. W. K. O. Stewart, Paper XVI: AGT, HyperTensor, 2026.
  4. W. K. O. Stewart, Paper XVIII: Bridge Protocol, HyperTensor, 2026.
  5. W. K. O. Stewart, The Geometric Jury, HyperTensor, 2026.

TeX source · PDF · All Papers