Skip to content

Commit a8e999a

Browse files
Brieucclaude
andcommitted
feat(notebook): CI(2,2,2) K3 NK cert v2.2 — two β sources, honest train/test
k=4 (126 sections, 31,752 params): h_Lap≈0.08 (×6.4) + h_Jac≈0.19 (×2.7). k=2 Jac FAILS (h=1.55). η_L² on held-out test set. Lean: GIFT.Foundations.K3NewtonKantorovich in core v3.4.11. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1b58a33 commit a8e999a

4 files changed

Lines changed: 2534 additions & 2863 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ core/
9797
outputs/zeros6
9898
outputs/zeros6.gz
9999
outputs/odlyzko_zeros_2M.npy
100+
101+
# Claude Code session data
102+
.claude/

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to the GIFT framework are documented in this file.
55
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.25] - 2026-04-18
9+
10+
### K3 Newton-Kantorovich Certificate Notebook
11+
12+
CI(2,2,2) ⊂ ℙ⁵ Donaldson k-sweep notebook published (v2.2).
13+
14+
#### Added
15+
16+
**`docs/notebooks/colab_ci222_cap_v2.ipynb`** — CI(2,2,2) K3 NK certification:
17+
- k-sweep k=2,3,4 (21/56/126 sections, up to 31,752 params)
18+
- Two independent β sources: graph Laplacian (h≈0.08, ×6.4) and Jacobian pseudoinverse (h≈0.19, ×2.7)
19+
- k=2 Jacobian FAILS (h=1.55) — demonstrates certificate selectivity
20+
- Honest train/test split: η_L² on 1,000-point held-out set (overfit ratio ×3.4)
21+
- Outputs: `ci222_nk_certificate_v2_1.json` + figure
22+
23+
Formal Lean verification: `GIFT.Foundations.K3NewtonKantorovich` in [core v3.4.11](https://github.com/gift-framework/core).
24+
25+
#### Changed
26+
27+
- `README.md`: updated to core v3.4.11 (131 Lean files)
28+
829
## [3.3.24] - 2026-03-02
930

1031
### NuFIT 6.0 Update & Publication Cleanup

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ All posts on [giftheory.substack.com](https://giftheory.substack.com/).
6565
| **Precision** | 0.24% mean deviation across 32 well-measured observables (PDG 2024 / NuFIT 6.0) |
6666
| **Observables** | 92 total (66 with experimental comparison) |
6767
| **Parameters** | Zero adjustable (all structurally determined) |
68-
| **Verified** | 130 Lean 4 files, 4 axioms, zero incomplete proofs ([core v3.4.10](https://github.com/gift-framework/core)) |
68+
| **Verified** | 131 Lean 4 files, 4 axioms, zero incomplete proofs ([core v3.4.11](https://github.com/gift-framework/core)) |
6969
| **Uniqueness** | #1 out of 3,070,396 configurations tested |
7070

7171
**Dimensional reduction:** E₈×E₈ (496D) → AdS₄ × K₇ (11D) → Standard Model (4D)
@@ -195,7 +195,7 @@ Statistical validation shows (b₂=21, b₃=77) is the unique optimum among 3,07
195195
author = {de La Fournière, Brieuc},
196196
year = {2026},
197197
url = {https://github.com/gift-framework/GIFT},
198-
version = {3.4.9}
198+
version = {3.4.11}
199199
}
200200
```
201201

0 commit comments

Comments
 (0)