Add VF-1 residue-state experimental branch - #1
Conversation
|
Added the event-staircase diagnostic and documentation. For p = 10^100 + 267, the finite-width gap is a monotone staircase rather than a level-by-level drift:
A diagnostic block-GCD locator skipped long empty plateaus. With block size 512 over the 216,816 primes <= 3,000,000, collision location used 422 block GCD tests plus 1,775 local prime tests and reproduced the same three events. The event-run portion was about 3.2 ms on the cloud CPU after the conventional diagnostic fixture was built. Important boundary: this is not admitted as the final VF-1 generator. The block products encode a conventional prime fixture and their GCDs are effectively batched factor-location information. The useful result is structural: K and correction activity can be represented as sparse collision events, but predicting the next event without hidden least-prime-factor information remains the unresolved collapse step. Files:
|
|
Event-jump collapse attempt added. New files:
Finite diagnostic at the A useful exact identity is now documented: The next admissible target is an implicit block transfer operator |
MatrixFreeSama
left a comment
There was a problem hiding this comment.
Added a bounded offset-mask monoid diagnostic as the next K/R/E-collapse step. For finite K and local horizon W, each dimension contributes a periodic forbidden-offset mask, block composition is exact bitwise OR, the root payload is W bits independent of K, and finite-K correction rounds collapse to one first-zero query. At p=10^100+267 the mask reproduces 4, 4, 6, 22 at the previously observed widths. With 216,816 active dimensions, W=4096 and 512-dimension blocks, the 512-byte root was reduced in about 3.2-3.6 us after leaf construction; independently rebuilt block/flat masks agree, and the chain translation identity F^(p+g)(d)=F^p(d+g) had zero mismatches on the preserved prefix. This remains diagnostic because it still enumerates dimension leaves and materializes a bounded offset window. The remaining target is a symbolic associative summary Sigma_I that preserves the aggregate exclusion effect without O(K) leaf construction or O(W) candidate-window materialization.
|
Added the next symbolic-collapse diagnostic. Two concrete results:
At p=10^100+267 the diagnostic detects the known staircase collisions at B=1,134,709 for gap 4 and B=2,391,019 for gap 6. At B=3,000,000 it reports no collision for gap 22, consistent with the prior event-tree scan. This is still diagnostic only and not a VF-1 proof or admissible final generator. |
Adds a conjectural verification-free residue-state representation without changing the exact main-path claim.
Key changes:
source/vf_residue_state.c/.hwith an explicit-stack finite-width survivor transport over residuesr_j = p mod q_j;PROVISIONAL / UNVERIFIED;L, dimension widthK, recursion depthD_rec, and adaptive correction roundsR(p,K);experiments/, isolated from the Windows build;P_K = product(q_j),z = p mod P_K,J_K(z) = min{d>=1:gcd(z+d,P_K)=1};P_Kstill carries K-dependent information;Cloud benchmark highlights:
No claim is made that VF-1 is proved, that finite K returns the exact next prime, that the diagnostic prime fixture is part of generation, or that causal depth 1 has been established.