GIFT mathematical core - Formally verified constants (Lean 4)
Project description
GIFT Core
Formally verified mathematical relations from the GIFT framework. 455+ certified relations, 87 axioms classified (A-F), all theorems proven in Lean 4.
Structure
Lean/GIFT/
├── Core.lean # Constants (dim_E8, b2, b3, H*, ...)
├── Certificate/ # Modular certificate system [v3.3.24]
│ ├── Core.lean # Master: Foundations ∧ Predictions ∧ Spectral
│ ├── Foundations.lean # E₈, G₂, octonions, K₇, Joyce (19 conjuncts)
│ ├── Predictions.lean # 33+ relations, ~50 observables (48 conjuncts)
│ └── Spectral.lean # Mass gap 14/99, TCS, selection (27 conjuncts)
├── Certificate.lean # Backward-compat wrapper (legacy aliases)
│
├── Foundations/ # Mathematical foundations (20 files)
│ ├── RootSystems.lean # E₈ roots in ℝ⁸ (240 vectors)
│ ├── E8Lattice.lean # E₈ lattice, Weyl reflection
│ ├── G2CrossProduct.lean # 7D cross product, Fano plane
│ ├── OctonionBridge.lean # R8-R7 connection via octonions
│ ├── AmbroseSinger.lean # Holonomy diagnostics (so(7)=g₂⊕g₂⊥) [v3.3.24]
│ ├── NumericalBounds.lean # Taylor series bounds (axiom-free)
│ ├── GoldenRatioPowers.lean # φ power bounds
│ ├── PoincareDuality.lean # H*=1+2*dim_K7², holonomy chain [v3.3.22]
│ ├── ConformalRigidity.lean # G₂ rep theory, metric uniqueness [v3.3.20]
│ ├── SpectralScaling.lean # Neumann eigenvalue hierarchy [v3.3.21]
│ ├── TCSPiecewiseMetric.lean # Building block asymmetry [v3.3.20]
│ ├── TCSConstruction.lean # TCS manifold construction
│ ├── G2Holonomy.lean # G₂ holonomy properties
│ ├── GoldenRatio.lean, GraphTheory.lean, RationalConstants.lean, ...
│ └── Analysis/ # G₂ forms, Hodge theory, Sobolev
│ └── G2Forms/ # d, ⋆, TorsionFree, Bridge
│
├── Geometry/ # Axiom-free DG infrastructure [v3.3.7]
│ ├── Exterior.lean # Λ*(ℝ⁷) exterior algebra
│ ├── DifferentialFormsR7.lean # DiffForm, d, d²=0
│ ├── HodgeStarCompute.lean # Explicit Hodge star (Levi-Civita)
│ └── HodgeStarR7.lean # ⋆, ψ=⋆φ PROVEN, TorsionFree
│
├── Spectral/ # Spectral gap theory (14 files) [v3.3.17]
│ ├── PhysicalSpectralGap.lean # ev₁ = 13/99 (zero axioms)
│ ├── SelbergBridge.lean # Trace formula: MollifiedSum <-> Spectral
│ ├── SelectionPrinciple.lean # κ = π²/14, building blocks
│ ├── TCSBounds.lean # Model Theorem: ev₁ ~ 1/L²
│ ├── NeckGeometry.lean # TCS structure, H1-H6 hypotheses
│ ├── CheegerInequality.lean # Cheeger-Buser bounds
│ ├── ConnesBridge.lean # Noncommutative geometry connection
│ ├── UniversalLaw.lean # λ₁ × H* = dim(G₂)
│ ├── MassGapRatio.lean # 14/99 bare algebraic
│ ├── YangMills.lean # Gauge theory connection
│ └── LiteratureAxioms.lean, G2Manifold.lean, RefinedSpectralBounds.lean, SpectralTheory.lean
│
├── MollifiedSum/ # Mollified Dirichlet polynomial [v3.3.16]
│ ├── Mollifier.lean # Cosine-squared kernel w(x)
│ ├── Sum.lean # S_w(T) as Finset.sum over primes
│ ├── Adaptive.lean # Adaptive cutoff θ(T) = θ₀ + θ₁/log T
│ └── AdaptiveGIFT.lean # GIFT-specific adaptive parameters
│
├── Zeta/ # GIFT-Zeta correspondences [v3.3.10]
│ ├── Basic.lean # gamma, lambda axioms
│ ├── Correspondences.lean # γ_n ~ GIFT constants
│ ├── MultiplesOf7.lean # Structure theorem
│ └── Spectral.lean # Spectral interpretation
│
├── Moonshine/ # Monster group connections [v3.3.11]
│ ├── MonsterCoxeter.lean # Monster dim via Coxeter numbers
│ ├── MonsterDimension.lean # 196883 = 47 × 59 × 71
│ ├── JInvariant.lean # j-invariant: 744 = 3 × 248
│ ├── Supersingular.lean # 15 primes GIFT-expressible
│ └── MonsterZeta.lean # Monster-Zeta Moonshine
│
├── Relations/ # Physical predictions (21 files)
│ ├── GaugeSector.lean, LeptonSector.lean, NeutrinoSector.lean, QuarkSector.lean
│ ├── Cosmology.lean, MassFactorization.lean, YukawaDuality.lean
│ ├── ExceptionalGroups.lean, ExceptionalChain.lean, SO16Relations.lean
│ ├── FanoSelectionPrinciple.lean, G2MetricProperties.lean
│ ├── LandauerDarkEnergy.lean, TauBounds.lean, ...
│ └── Structural.lean, BaseDecomposition.lean, IrrationalSector.lean
│
├── Observables/ # PMNS, CKM, quark masses, cosmology
├── Algebraic/ # Octonions, Betti numbers, G₂, SO(16)
├── Hierarchy/ # Dimensional gap, absolute masses, E₆ cascade
├── Sequences/ # Fibonacci, Lucas embeddings
├── Primes/ # Prime Atlas (direct, derived, Heegner)
├── McKay/ # McKay correspondence, golden emergence
│
├── Joyce.lean # Joyce existence theorem
├── Sobolev.lean # Sobolev embedding
├── DifferentialForms.lean # Differential forms
└── ImplicitFunction.lean # Implicit function theorem
gift_core/ # Python package (giftpy)
Quick Start
pip install giftpy
from gift_core import *
print(SIN2_THETA_W) # Fraction(3, 13)
print(GAMMA_GIFT) # Fraction(511, 884)
print(TAU) # Fraction(3472, 891)
Building Proofs
cd Lean && lake build
Documentation
For extended observables, publications, and detailed analysis:
GIFT Core v3.3.24
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file giftpy-3.3.24.tar.gz.
File metadata
- Download URL: giftpy-3.3.24.tar.gz
- Upload date:
- Size: 383.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e6a59acb8bb5bd8bf355a558df578ad175ab1abcef6c4531c9668e9d7ca347
|
|
| MD5 |
7ac6320e4e3d01833d9dfe40b15c2564
|
|
| BLAKE2b-256 |
552b7a130f1a87fb32648c2d5ea24eb186ed6a79d10facbaf01443a71c88ad10
|
Provenance
The following attestation bundles were made for giftpy-3.3.24.tar.gz:
Publisher:
publish.yml on gift-framework/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
giftpy-3.3.24.tar.gz -
Subject digest:
59e6a59acb8bb5bd8bf355a558df578ad175ab1abcef6c4531c9668e9d7ca347 - Sigstore transparency entry: 983899263
- Sigstore integration time:
-
Permalink:
gift-framework/core@783d5f1dec79a5d98b4fc3842c38f47ba1ebf5fb -
Branch / Tag:
refs/tags/v3.3.24 - Owner: https://github.com/gift-framework
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@783d5f1dec79a5d98b4fc3842c38f47ba1ebf5fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file giftpy-3.3.24-py3-none-any.whl.
File metadata
- Download URL: giftpy-3.3.24-py3-none-any.whl
- Upload date:
- Size: 104.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcf2a251ada33eb8b40e9af858bf03c3d58085a33f3abf04d4e18bb1d0ca8d7a
|
|
| MD5 |
5ddc705a4c4ad5b78cd2dac83fb3774c
|
|
| BLAKE2b-256 |
3f8693984cd18377073d0313255b7957e206c2a0ee980e202e2df62f808fb605
|
Provenance
The following attestation bundles were made for giftpy-3.3.24-py3-none-any.whl:
Publisher:
publish.yml on gift-framework/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
giftpy-3.3.24-py3-none-any.whl -
Subject digest:
bcf2a251ada33eb8b40e9af858bf03c3d58085a33f3abf04d4e18bb1d0ca8d7a - Sigstore transparency entry: 983899272
- Sigstore integration time:
-
Permalink:
gift-framework/core@783d5f1dec79a5d98b4fc3842c38f47ba1ebf5fb -
Branch / Tag:
refs/tags/v3.3.24 - Owner: https://github.com/gift-framework
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@783d5f1dec79a5d98b4fc3842c38f47ba1ebf5fb -
Trigger Event:
release
-
Statement type: