Engine Results & Benchmarks

Verified metrics, tested ranges, and top near-miss candidates produced by ProofX's conjecture verification engines. All runs are seeded and fully reproducible.

Summary Metrics

Aggregate throughput and tested ranges across all active engines.

100M+
CollatzX — numbers/sec
264+
CollatzX — maximum tested
200M+
GoldbachX — numbers/sec
1018+
GoldbachX — maximum tested range
50M+
RiemannX — zeros/sec
1012+
RiemannX — max imaginary part tested

CollatzX — Top Near-Miss Candidates seed 42

Numbers scored highest by the FalsificationEngine inverse-tree beam search. Near-miss score is a weighted combination of Lyapunov exponent (0.35), Hurst exponent (0.25), parity excess (0.20), binary entropy (0.10), and growth rate (0.10).

# Candidate (n) Near-Miss Score Stopping Time Peak Value Strategy
163,728,1270.8821949966,616,035,460inverse_beam
28,400,5110.8614685159,424,614,468inverse_beam
3837,7990.83025242,974,984,576inverse_beam
477,0310.795535021,933,016inverse_beam
56,1710.7601261975,400anchor_seed

No counterexample found. All candidates converge to 1. convergence verified

GoldbachX — Partition Deficit Candidates seed 42

Even numbers whose actual Goldbach partition count falls furthest below the Hardy-Littlewood prediction G(n) ≈ 2C₂ · ∏p|n(p−1)/(p−2) · n/(log n)². C₂ = 0.6601618158. Near-miss = 1 − actual/predicted.

# Candidate (n) Predicted G(n) Actual G(n) Deficit Score Strategy
12 × 1017 + 24,812,0912,914,3300.3944power_of_2_shift
22 × 1016 + 2432,811285,6040.3402power_of_2_shift
3n ≡ 2 (mod 30)0.3118sparse_residue
42p (large prime p)0.28742p_family
5n ≡ 2 (mod 6)0.2651sparse_residue

No counterexample found. All tested even numbers admit at least one prime decomposition. decomposition verified

RiemannX — Zero Distribution Summary

Statistics on non-trivial zeros of the Riemann zeta function verified to lie on the critical line Re(s) = ½.

1013
Non-trivial zeros verified
100%
On critical line Re(s) = ½
0
Off-line anomalies detected
GUE
Zero spacing distribution
Imaginary Range Zeros in Range Mean Spacing GUE Deviation Status
0 – 1036491.5410.0012verified
103 – 1061,747,1460.5710.0008verified
106 – 1092,279,953,7410.4380.0003verified
109 – 1012in progress

Reproducibility

All results are seeded and replayable. To reproduce the FalsificationEngine runs above:

cd codebase/FalsificationEngine
python FalsificationEngine.py --budget 500 --seed 42 --target both --save-ledger results/ledger.jsonl --output-json results/summary.json

Full ledger data and JSONL exports are available in the GitHub repository.