๐Ÿ““ 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-18

Demonstrates how the Standard Model gauge group emerges from SU(4) through both symmetry breaking and twistor bundle decomposition.

Group Theory Twistor Bundles Unification

3๏ธโƒฃ Three Generation Index

v1.0 โ€ข 2025-07-18

Proves that cโ‚‚ = 3 constraint on holomorphic bundles leads to exactly three chiral fermion families via the Hirzebruch-Riemann-Roch theorem.

Topology Index Theorem Chern Classes

โš›๏ธ W Boson Mass Fit

v1.0 โ€ข 2025-07-18

Calculates the W boson mass using RFT's SU(4) breaking pattern and compares with PDG 2025 experimental values.

Particle Physics Mass Generation Precision Tests

๐ŸŒŒ Vacuum Self-Tuning

v1.0 โ€ข 2025-07-18

Shows how RFT's recursive dynamics naturally solve the cosmological constant problem through RG flow to ฮ› ~ 10โปยนยฒยฒ M_Pโด.

Cosmology RG Flow Fine-Tuning

๐Ÿ“Š Supporting Data Files

pdg_2025.json Download
w_mass_fit_data.csv Download
rft_parameters.yaml Download
three_generation_results.json Download

๐Ÿš€ Quick Start

  1. Download any notebook above
  2. Install Jupyter: pip install jupyter
  3. Run: jupyter notebook [downloaded_file].ipynb
  4. 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