You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algebraic Landscape of Kochen-Specker Sets in Dimension Three
Computational companion to four papers on the number-theoretic structure of Kochen-Specker (KS) contextuality in three-dimensional Hilbert space. All scripts reproduce the tables and results cited in the papers.
Papers
Paper
Source
PDF
The Algebraic Landscape of Kochen-Specker Sets in Dimension Three
Four algebraic islands support KS sets: integers (min 31 vectors), Q(√2) (min 33), Eisenstein integers (min 33), and the golden ratio field Q(φ) (min 52).
Golden ratio island — newly discovered, invisible to raw alphabet searches, revealed only by cross-product completion.
6|n conjecture — nth roots of unity produce KS-uncolorable sets iff 6 divides n (verified for n ≤ 30).
Realizability gap — 49% of random abstract hypergraphs are KS-uncolorable, but 0% were found realizable in R³.
The Conway-Kochen 31-vector set is destroyed by 1% coordinate perturbation.
Computational Scripts
Core survey and verification
Script
Purpose
ks_islands.py
Algebraic island survey — generates Tables 1–5 and 7
ks_complex.py
Roots of unity survey — generates Table 6
ks_geometry.py
Realizability gap experiments — generates Table 8
ks_sat.py
SAT-based KS coloring via PySAT/Glucose4
ks_search.py
Randomized greedy KS minimization
ks_ring_of_integers.py
Ring-of-integers generator tests for d ≡ 1 mod 4
ks_test.py
Unit tests
find_peres33.py
Peres 33-vector KS set finder
verify_peres33.py
Verification of Peres 33-vector set
ks_spectral_filter.py
Spectral prefilter for fast KS candidate screening