Releases: gift-framework/core
Releases · gift-framework/core
GIFT core 3.2
What's Changed
- Fix E8_basis_generates: include mkR8_apply in simp for Matrix evaluation by @gift-framework in #91
- Claude/audit repository j4r0 m by @gift-framework in #92
- feat(v3.2): Add relations from GIFT v3.2 publications by @gift-framework in #93
- Claude/clone gift framework branch qanyl by @gift-framework in #94
Full Changelog: v3.1.12...v3.2
GIFT core 3.1.12
What's Changed
- Claude/restructure readme certificate 1d zu3 by @gift-framework in #89
- Prove E8_basis_generates: remove axiom, add explicit proof by @gift-framework in #90
Full Changelog: v3.1.11...v3.1.12
GIFT core 3.1.11
What's Changed
- Connect fano_lines cluster to main dependency graph by @gift-framework in #87
- Connect 6 orphaned modules to main dependency graph by @gift-framework in #88
Full Changelog: v3.1.10...v3.1.11
GIFT core 3.1.10
What's Changed
- Convert exp and log axioms to theorems by @gift-framework in #84
- Convert E8 lattice closure axioms to theorems by @gift-framework in #86
Full Changelog: v3.1.9...v3.1.10
GIFT core 3.1.9
What's Changed
- Fix repository sync issues: Unicode in Coq, missing Lean import by @gift-framework in #80
- Add RANK_G2 constant and all exports to Python modules by @gift-framework in #81
- Claude/review axioms tier y0h dd by @gift-framework in #83
Full Changelog: v3.1.8...v3.1.9
GIFT core 3.1.8
What's Changed
- Consolidate blueprint: N_gen source, Analysis aggregator by @gift-framework in #78
- Claude/review lean blueprint o tq0 z by @gift-framework in #79
Full Changelog: v3.1.7...v3.1.8
GIFT core 3.1.7
What's Changed
- Consolidate blueprint dependency graph: add missing \uses{} connections by @gift-framework in #75
- Clean up blueprint: remove noisy connections, fix duplicate label by @gift-framework in #76
- Bump version to 3.1.7: blueprint dependency graph consolidation by @gift-framework in #77
Full Changelog: v3.1.6...v3.1.7
GIFT core 3.1.6
dependency graph by @gift-framework in #74
GIFT core 3.1.5
What's Changed
- Claude/sync docs versions 6n nll by @gift-framework in #58
- Claude/gift v3 pinn extraction p vrm m by @gift-framework in #59
- Claude/review by @gift-framework in #60
- refactor: restructure directories for academic clarity by @gift-framework in #62
- docs: add v3.1.4 changelog entry for Analytical G₂ Metric by @gift-framework in #63
- docs: update README version badges (Lean 4.27, v3.1.4) by @gift-framework in #64
- docs: expand README overview with core results and features by @gift-framework in #65
- fix: correct CSS path for GitHub Pages by @gift-framework in #66
- feat: prove B5 cross_is_octonion_structure theorem by @gift-framework in #67
- Replace G2 equivalence axiom with definitional theorem by @gift-framework in #68
- Eliminate G2 equivalence axiom and replace trivial True axioms with theorems by @gift-framework in #69
- Implement dimensional hierarchy module for GIFT by @gift-framework in #72
- Release v3.1.5: Dimensional Hierarchy Module by @gift-framework in #73
GIFT core 3.1.3
Added
G2CrossProduct.lean: Complete B4 proof
R7_norm_sq_eq_sum: ‖v‖² = ∑ᵢ vᵢ² - THEOREM (via Mathlib PiLp)
R7_inner_eq_sum: ⟨u,v⟩ = ∑ᵢ uᵢvᵢ - THEOREM (via Mathlib PiLp)
G2_cross_norm: THEOREM (was axiom) - Full Lagrange identity proof
Changed
B4 Status: AXIOM → THEOREM
130+ lines of sum manipulation proof
Uses Finset.sum_eq_single for Kronecker delta evaluation
Uses psi_contract_vanishes for coassociative 4-form cancellation