Formally verified mathematical relations from the GIFT framework. All theorems proven in Lean 4 and Coq.
Lean/GIFT/
├── Core.lean # Constants (dim_E8, b2, b3, H*, ...)
├── Certificate.lean # Master theorem (185+ relations)
├── Foundations/ # E8 roots, G2 cross product, Joyce
├── Algebraic/ # Octonions, Betti numbers
├── Observables/ # PMNS, CKM, quark masses, cosmology
└── Relations/ # Physical predictions
COQ/ # Coq mirror proofs
gift_core/ # Python package (giftpy)
pip install giftpyfrom gift_core import *
print(SIN2_THETA_W) # Fraction(3, 13)
print(GAMMA_GIFT) # Fraction(511, 884)
print(TAU) # Fraction(3472, 891)# Lean 4
cd Lean && lake build
# Coq
cd COQ && makeFor extended observables, publications, and detailed analysis:
GIFT Core v3.2.13