summary available — see Results panel below

Purpose

Cascade

Φ(s) = density of normalised level spacings. The conserved cascade is the Wigner-Dyson φ-class (φ = 1, 2, 4 for GOE, GUE, GSE), each with its OWN universal small-s exponent and bulk shape. Three distinct universal classes; the framework should classify each correctly and reject the others.

Operation

1. M independent realisations per ensemble (GOE, GUE, GSE) at size N. 2. Per realisation: eigenvalues → unfolded bulk spacings. 3. Pool spacings per ensemble → empirical class EDF. 4. Bootstrap within-trial CVM threshold per class pool. 5. Per-realisation admissibility: • Within own class — should pass at ≥ 1−2Pfa • Across classes — should fail at ≤ 2Pfa (3-way anti-shadow) 6. Cross-realisation consensus on small-s exponent φ: • GOE : φ = 1 • GUE : φ = 2 • GSE : φ = 4 (level repulsion strongest) The cross-class φ-separation is the framework's universality readout.

Real-data anchor: see riemann_zeros_vs_gue.py for the Hilbert-Pólya empirical Odlyzko-zero anchor against the GUE pool. This script is the synthetic-but-rigorous 3-class consensus test.

Pass criterion

For each pair of distinct ensembles, cross-class admit ≤ 2Pfa. φ consensus per ensemble within σ_cross of the theoretical value.

Wall: ~10–30 s.

Methodology

The cascade is described above. All readings use the canonical framework operator chain \(\mathcal{F}, \mathcal{S}, \mathcal{M}, \mathcal{P}\) — no per-experiment tuning constants. Every reading is reported with its scope-reporter \(\mathcal{A}\) tuple (Theorem 12).

Results

==============================================================================
RMT — Wigner-Dyson 3-class universality (GOE / GUE / GSE)
Cascade : density of bulk level spacings
Conserved cascade per class : φ = 1, 2, 4 (small-s exponent)
Operation : empirical EDF + within-trial CVM (Law II)
==============================================================================

VERDICT
------------------------------------------------------------------------------
  3-class universality : PASS
  All self-admit ≥ 0.90  : True
  All cross-admit ≤ 0.10  : True
  Pairwise φ-separation z > 1 : True

Self-admit (within-class CVM, Pfa = 0.05)
------------------------------------------------------------------------------
  GOE → GOE  pass = 0.958  thresh = 0.0041
  GUE → GUE  pass = 1.000  thresh = 0.0033
  GSE → GSE  pass = 0.958  thresh = 0.0038

Cross-admit (anti-shadow, target ≤ 0.10)
------------------------------------------------------------------------------
  GUE → GOE  pass = 0.000
  GSE → GOE  pass = 0.000
  GOE → GUE  pass = 0.000
  GSE → GUE  pass = 0.000
  GOE → GSE  pass = 0.042
  GUE → GSE  pass = 0.000

Small-s exponent φ consensus per class
------------------------------------------------------------------------------
  GOE  φ = +0.766  σ_cross = 0.002  (target 1, z = -137.89)
  GUE  φ = +1.624  σ_cross = 0.001  (target 2, z = -388.94)
  GSE  φ = +3.569  σ_cross = 0.002  (target 4, z = -233.69)

Pairwise φ-separation
------------------------------------------------------------------------------
  GOE vs GUE  z = 439.38
  GOE vs GSE  z = 1118.79
  GUE vs GSE  z = 934.17

Discipline (Law II)
------------------------------------------------------------------------------
  • Each ensemble's bulk-spacing pool IS the empirical
    universal-class EDF; no Wigner-surmise parametric fit.
  • All thresholds bootstrapped within-trial.
  • φ recovered from log-log slope of P(s) at small s.
  Wall time : 3.17 s

View raw results file ↗

Code

Implementation: domains/pure-math/experiments/rmt_wigner_dyson.py