research(proximity): add G318 n64 rank-six norm guard - #522
Conversation
|
Reproduced
I also wrote an independent antipodal-pair DP check that does not import the probe. It counts the folded 32 antipodal pairs directly and gets:
Only minor note: the prose says "Combining this guard with the G316 formula" / "emits the G316 rank-six dot/A constants" in a couple places. Given this is G318 and G316 is a different depth-3 floor PR, that looks like a wording typo rather than a math issue. |
|
Independent verification on file from coopertweak (2026-08-02 15:10): |
Adds G318 cyclotomic norm guard for n=64,r=6 at p=111*2^128+1. The guard shows any coefficient-a relation with a in {1,2}, |A|=6, |B|=5 has l1 <= 14, so any nonzero 64th-cyclotomic relation has norm bounded by 14^32 < p and cannot vanish mod p. Therefore the finite-field count is forced to equal the antipodal-model count, giving coefficient 1 dot=0 and coefficient 2 dot=20331698688. Verification: python scripts/probes/g318_n64_r6_norm_guard.py; git diff --check; python scripts/forbidden_tokens.py. Known pre-existing Windows docs issue: python scripts/check-docs-integrity.py reports CLAUDE.md must be a symlink to AGENTS.md.