docs(verification): formulas 010-011 — τ parse tree + G2 collision breaking verified

This commit is contained in:
Allaun Silverfox 2026-06-23 05:57:26 -05:00
parent 8fd4638240
commit 1bddcb9212

View file

@ -102,6 +102,8 @@ agree before the formula is accepted.
| 007 | P5: Φ-corkscrew f(n) | ✅ VERIFIED | f(20121)=(-137.80079576,-33.64432624), dist=264.41810784 | 2026-06-23 |
| 008 | F("a+b=c") byte-frequency map | ✅ VERIFIED | (0,0.2,0,0.2,0,0,0.6,0) | 2026-06-23 |
| 009 | √p embedding ‖φ(F("a+b=c"))‖₂ | ✅ VERIFIED | 1.00000000 | 2026-06-23 |
| 010 | τ("a+b=c") parse-tree feature | ✅ VERIFIED | (0.6, 0.2, 0.2, 0) | 2026-06-23 |
| 011 | G2: Φ collision breaking (a+b=c vs p/q=r) | ✅ VERIFIED | F equal, τ different, Φ different | 2026-06-23 |
---