Commit f115561
committed
pillar: bit-exact i128 lattice signature lane + Hambly-Lyons Thm 2/3 certificate
New src/hpc/pillar/lattice_signature.rs (feature `pillar`). For unit-step
lattice walks every level-k signature coefficient has denominator k!, so
the lane stores k!·S_k as i128: identity is `==`, no tolerance anywhere.
Chen composition with a unit step is a binomial convolution against a
tensor supported on (a,…,a) only. Depth policy is integer:
theorem2_depth(L) = ceil(23959·L/10000) ≥ floor(e·ln(1+√2)·L), the
constant re-read from math/0507536v2 p.11/p.14; theorem3_factor(d) =
2·ceil(log3(d/2))+3 by integer loop. Overflow contract: len^depth < 2^126,
checked arithmetic, never wrapped.
Pinned: 484/484 reduced d=2 words of length ≤ 5 separated at the theorem
depth; 64/64 tree-like words exactly the identity; 64 reduced length-8
words share S^(2)=1 with the constant path (the paper's figure-of-8 class)
and all separate at level 3; d=1 collapses the 64 length-6 words to exactly
7 tensors; parity with the f32 signature_d2_deg3 lane on every lattice word
of length ≤ 6; FNV bit-exactness digest 0xBFAB3E55601E4E41;
prove_pillar_11_lattice() deterministic PillarReport.
signature.rs stays the f32 kernel-stability battery; this is the uniqueness
half, the ndarray twin of lance-graph jc::hambly_lyons W6 (lance-graph
#1133) with the f64 tolerance replaced by integer equality. Scalar integer
reference lane by design; the W1.5 vectorised lane must reproduce these
tensors bit-for-bit. Gates: 11/11 lane tests + doctest, clippy -D warnings,
fmt. Blackboard entry added.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QHVUi6Q9XtmKgxh6pDRayP1 parent 001aac4 commit f115561
3 files changed
Lines changed: 707 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
7 | 41 | | |
8 | 42 | | |
9 | 43 | | |
| |||
0 commit comments