📓 RFT Evidence Notebooks
Reproducible calculations demonstrating key RFT derivations
All calculations can be independently verified using these Jupyter notebooks
⚡ Requirements to Run Notebooks
To run these notebooks locally, you'll need:
# Create a virtual environment
python -m venv rft_notebooks
source rft_notebooks/bin/activate # On Windows: rft_notebooks\Scripts\activate
# Install requirements
pip install jupyter numpy scipy sympy matplotlib pandas
# Launch Jupyter
jupyter notebook
SU(4) → Standard Model
v1.0 • 2025-07-18Demonstrates how the Standard Model gauge group emerges from SU(4) through both symmetry breaking and twistor bundle decomposition.
Three Generation Index
v1.0 • 2025-07-18Proves that c₂ = 3 constraint on holomorphic bundles leads to exactly three chiral fermion families via the Hirzebruch-Riemann-Roch theorem.
W Boson Mass Fit
v1.0 • 2025-07-18Calculates the W boson mass using RFT's SU(4) breaking pattern and compares with PDG 2025 experimental values.
Vacuum Self-Tuning
v1.0 • 2025-07-18Shows how RFT's recursive dynamics naturally solve the cosmological constant problem through RG flow to Λ ~ 10⁻¹²² M_P⁴.
📊 Supporting Data Files
🚀 Quick Start
- Download any notebook above
- Install Jupyter:
pip install jupyter - Run:
jupyter notebook [downloaded_file].ipynb - Execute all cells to reproduce the calculations
💡 Pro tip: Use Shift+Enter to execute cells sequentially, or Cell → Run All to execute the entire notebook.
Last updated: 2025-07-18 • Version 1.0