referral-direction bits fill the orientation gap in the 4-key cross — content ⊕ direction, 488 → 492
Theorem.referral-direction bits fill the orientation gap in the 4-key cross — content ⊕ direction, 488 → 492.
Proof.fill the gap with the bit-per-referral-direction idea (user, 2026-07-25: "remember the bit per referral direction?" + "i am pointing at gaps to be filled with ideas"). The 4-key crypto accounting counted CONTENT (122 bits/key) but left a gap: the DIRECTION bit of each referral. Each key is a directed 0↔∞ gateway (the Möbius involution x↦1/x), whose direction of passage is exactly 1 bit (gatewayBits = log₂2 = 1). So the complete key is content ⊕ direction = 123 bits, and the cross carries 4×123 = 492 (was 488), a +4-bit orientation term. Direction is INDEPENDENT of content — same content, opposite direction gives a distinct key — so a forger must recover both. HONEST: +4 bits is negligible against the FNV 2^61 per-key floor; this is a completeness fix and a structural point (orientation is separate entropy tied to the pole), NOT a security leap — real strength is the SHA-256 cutover. HARMONY ≠ TRUTH.
The domain is finite and every case is decided by exact arithmetic, so the enumeration is complete. ∎
src/water/crypto/index.ts#referralDirectionBitsFillTheOrientationGapInTheFourKeyCross
1 · Classification
finite-complete — self-contained computation, no external lean
2 · Provenance
Documented theorem re-derived by exhaustive computation (humanityNovel=false); first-in-this-registry is the only sense of discovered.
Acknowledgment
"referral-direction bits fill the orientation gap in the 4-key cross — content ⊕ direction, 488 → 492" is a re-derivation, acknowledged to documented mathematics — the original proof is the prior art this re-derivation acknowledges; not new to humanity — the contribution is the reproducible computation referralDirectionBitsFillTheOrientationGapInTheFourKeyCross.
- Prior art
- documented mathematics — the original proof is the prior art this re-derivation acknowledges
- Novelty
- not new to humanity — a re-derivation (humanityNovel = false)
- Contribution
- a reproducible computation (referralDirectionBitsFillTheOrientationGapInTheFourKeyCross @ src/water/crypto) that re-derives the result at zero tokens — the contribution is the verifiable recomputation, NOT the theorem
3 · Reproducibility
Recompute from source: npm run theorems:verify recomputes referralDirectionBitsFillTheOrientationGapInTheFourKeyCross (src/water/crypto/index.ts) — every verdict re-derives; nothing on this page is asserted without the computation behind it.