SymPy Verification
Scripts
95 Python scripts verifying all 80 SPT Laws with SymPy — published open-source so anyone can run and verify independently.
What's in the repo
Each script is a self-contained, independent proof — no external PDG/CODATA inputs, SymPy only.
spt_e_mc_squared.pyLaw 1 — E = mc²spt_spin_statistics.pyLaw 2 — Spin-Statisticsspt_noether.pyLaw 6 — Noetherspt_heisenberg.pyLaw 7 — Heisenberg Uncertaintyspt_higgs_mass.pyLaw 15 — Higgs Massspt_inflation.pyLaw 50 — Cosmic Inflationspt_entanglement_chsh.pyLaw 46 — CHSH / Bellspt_hawking_radiation.pyLaw 61 — Hawking Radiationspt_phase8_substantial_completion.pyLaw 80 — Yang-Mills Phase 8Quick start
Only Python 3 and SymPy needed — runs on any machine.
git clone https://github.com/mrheo3010/supreme-polarity-theory-sympy.gitpip install sympypython spt_e_mc_squared.py✓ Each script ends with an assertion. No exception = Law verified. Runtime under 2 seconds.
Why open source?
Run the scripts on your machine. PASS or FAIL — you decide.
Any physicist or mathematician can fork, audit, and find errors.
Built on the work of millions of scientists — the code belongs to the community.
The SymPy scripts in this repo are free to use for research and independent verification. The theoretical content (wiki, writings) at supremepolarity.com is protected under All Rights Reserved.
Questions about how to run the scripts? See the guide: