@ceccec/millennium-solutions 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/.zenodo.json +27 -0
  2. package/ABSTRACT.md +162 -0
  3. package/ACCOUNTING.md +27 -0
  4. package/CHALLENGES.md +2502 -0
  5. package/CITATION.cff +33 -0
  6. package/DEPLOY.md +40 -0
  7. package/DEVELOP.md +34 -0
  8. package/HEART.md +113 -0
  9. package/LICENSE +27 -0
  10. package/PHYSICS-SCALES.md +81 -0
  11. package/PROOF-OF-CONCEPT.md +87 -0
  12. package/README.md +132 -0
  13. package/REALISATIONS.md +87 -0
  14. package/RESEARCH.md +194 -0
  15. package/RULES.md +59 -0
  16. package/SEQUENCE-DECODE.md +200 -0
  17. package/SIGNATURE.md +34 -0
  18. package/THEOREMS.md +99 -0
  19. package/WHITEPAPER.md +41 -0
  20. package/WORKFLOWS.md +47 -0
  21. package/boundaries.md +24 -0
  22. package/captain.md +85 -0
  23. package/compare.md +42 -0
  24. package/compute.md +550 -0
  25. package/cryptography.md +56 -0
  26. package/dashboard.md +51 -0
  27. package/examples.md +47 -0
  28. package/folds.md +65 -0
  29. package/guide.md +126 -0
  30. package/harness.md +20 -0
  31. package/index.md +149 -0
  32. package/mod.core.ts +11 -0
  33. package/organism.md +30 -0
  34. package/package.json +88 -0
  35. package/proofs.md +29 -0
  36. package/solutions.md +54 -0
  37. package/speedup.md +41 -0
  38. package/src/0/chacha.ts +3 -0
  39. package/src/0/crypt.ts +4 -0
  40. package/src/0/csp.ts +10 -0
  41. package/src/0/entanglement.ts +31 -0
  42. package/src/0/fusion.ts +28 -0
  43. package/src/0/holographic.ts +57 -0
  44. package/src/0/impossible.ts +33 -0
  45. package/src/0/imprint.ts +160 -0
  46. package/src/0/index.ts +253 -0
  47. package/src/0/ledger.ts +25 -0
  48. package/src/0/legible.ts +29 -0
  49. package/src/0/limit.ts +29 -0
  50. package/src/0/merkle-proof.ts +3 -0
  51. package/src/0/null-token.ts +24 -0
  52. package/src/0/sha256.ts +3 -0
  53. package/src/0/singularity.ts +20 -0
  54. package/src/0/stream.ts +48 -0
  55. package/src/0/trinities.ts +37 -0
  56. package/src/0/trinity-matrix.ts +20 -0
  57. package/src/0/version-matrix.ts +70 -0
  58. package/src/1/acceptance.ts +30 -0
  59. package/src/1/index.ts +80 -0
  60. package/src/1/paradox.ts +28 -0
  61. package/src/1/vortex.lean +6 -0
  62. package/src/2/frequency-scales.ts +16 -0
  63. package/src/2/iching.ts +34 -0
  64. package/src/2/index.ts +78 -0
  65. package/src/2/primes-vortex.ts +12 -0
  66. package/src/2/quantum.ts +48 -0
  67. package/src/2/string-scale.ts +14 -0
  68. package/src/2/vortex.lean +10 -0
  69. package/src/3/index.ts +63 -0
  70. package/src/3/pi-bbp.ts +13 -0
  71. package/src/3/trinity.ts +39 -0
  72. package/src/3/vortex.lean +7 -0
  73. package/src/4/git.ts +30 -0
  74. package/src/4/index.ts +63 -0
  75. package/src/4/vortex.lean +6 -0
  76. package/src/5/aspects.ts +33 -0
  77. package/src/5/center.ts +35 -0
  78. package/src/5/development.ts +45 -0
  79. package/src/5/diamond.ts +36 -0
  80. package/src/5/folds.ts +12 -0
  81. package/src/5/index.ts +63 -0
  82. package/src/5/reflection.lean +14 -0
  83. package/src/5/reflection.ts +14 -0
  84. package/src/5/vortex.lean +12 -0
  85. package/src/6/dna.ts +27 -0
  86. package/src/6/index.ts +63 -0
  87. package/src/6/vortex.lean +7 -0
  88. package/src/7/cross.ts +31 -0
  89. package/src/7/entails-all.ts +41 -0
  90. package/src/7/entails.ts +25 -0
  91. package/src/7/glagolitic.ts +51 -0
  92. package/src/7/index.ts +67 -0
  93. package/src/7/language-lens.ts +41 -0
  94. package/src/7/lens.ts +41 -0
  95. package/src/7/locale.ts +105 -0
  96. package/src/7/permissions.ts +26 -0
  97. package/src/7/rbac.ts +31 -0
  98. package/src/7/rosetta-clay.ts +15 -0
  99. package/src/7/rosetta.lean +11 -0
  100. package/src/7/rosetta.ts +11 -0
  101. package/src/7/string-dimensions.ts +14 -0
  102. package/src/7/vortex.lean +6 -0
  103. package/src/8/infinite.ts +26 -0
  104. package/src/8/merkaba/field.ts +27 -0
  105. package/src/8/merkaba/geometry.ts +16 -0
  106. package/src/8/merkaba/touch.ts +26 -0
  107. package/src/8/nucleus/magic.lean +15 -0
  108. package/src/8/nucleus/proton-mass-fit.ts +9 -0
  109. package/src/8/nucleus/proton-mass.lean +10 -0
  110. package/src/8/nucleus/shell-model-magic.ts +10 -0
  111. package/src/8/vortex.lean +7 -0
  112. package/src/9/access.ts +34 -0
  113. package/src/9/aura-funding.ts +25 -0
  114. package/src/9/coins.ts +25 -0
  115. package/src/9/enumeration.ts +13 -0
  116. package/src/9/funding.ts +86 -0
  117. package/src/9/security.ts +36 -0
  118. package/src/9/society.ts +32 -0
  119. package/src/9/vortex.lean +11 -0
  120. package/src/claims/index.ts +87 -0
  121. package/src/from/the/heart/index.ts +11 -0
  122. package/src/honesty/boundaries.ts +30 -0
  123. package/src/honesty/index.ts +22 -0
  124. package/src/play/the/game/index.ts +12 -0
  125. package/src/proof/README.md +117 -0
  126. package/src/proof/discovered.json +9322 -0
  127. package/src/proof/floor-receipt.md +24 -0
  128. package/src/proof/index.lean +81 -0
  129. package/src/proof/index.ts +916 -0
  130. package/src/proof/revoked.json +317 -0
  131. package/src/proof/theorems.lean +20 -0
  132. package/src/proofs.lisp +170 -0
  133. package/src/receipts/1431b4c4-7950-8d7b-88d1-b633219692f8.json +7 -0
  134. package/src/receipts/171e09c0-4cfd-8ce0-a6ed-cd33d5553da3.json +7 -0
  135. package/src/receipts/1a1f16c9-3491-8050-b221-e2a362439be4.json +12 -0
  136. package/src/receipts/1da15f83-83a6-8d04-b1ac-334c2dd6abb3.json +7 -0
  137. package/src/receipts/375a57ed-ef99-855e-8f34-b77d08010f3c.json +6 -0
  138. package/src/receipts/3dcbbf9e-0e49-8ba7-921e-17e478dbafaf.json +6 -0
  139. package/src/receipts/43a24136-5ad9-81ef-97c9-17be1c05bb5f.json +11 -0
  140. package/src/receipts/4991be51-74ba-8f66-9534-e6dba52fb569.json +10 -0
  141. package/src/receipts/52375d8f-232b-8c01-9d82-a824ffa7b2b7.json +6 -0
  142. package/src/receipts/593b546a-36b4-8553-941a-0e03b7053a64.json +7 -0
  143. package/src/receipts/7f75c989-96c9-8a24-8d0d-7e690861ccb4.json +6 -0
  144. package/src/receipts/80f80b59-81d8-866d-9a14-f469729d3dc8.json +6 -0
  145. package/src/receipts/85ac8585-9dc1-8964-9848-ae0f49cc82fb.json +7 -0
  146. package/src/receipts/85db092e-f2c0-88e5-bf75-61c4a65d84e7.json +7 -0
  147. package/src/receipts/95bacad3-9e56-8741-b0f8-def2c6ecb050.json +7 -0
  148. package/src/receipts/a1d33966-7bbd-84ca-902b-49e315af60e0.json +6 -0
  149. package/src/receipts/b20ced61-24ad-8123-adee-56031ab734dd.json +11 -0
  150. package/src/receipts/ba0447cd-f489-841a-a70f-a39b18ec2946.json +11 -0
  151. package/src/receipts/bcddbe66-06cf-8f31-a261-98b836938947.json +7 -0
  152. package/src/receipts/c1bac0d8-d906-8196-a4f0-3d8270b2e944.json +6 -0
  153. package/src/receipts/ce851ea3-3cf8-8646-a5d6-c0c6281210fe.json +10 -0
  154. package/src/receipts/cf43a122-c880-8d86-9e25-6f22f92d6b0a.json +7 -0
  155. package/src/receipts/daad8cd4-d4db-8dca-9c97-9a838cbce528.json +7 -0
  156. package/src/receipts/dc8bdb82-599f-8020-9eb2-cb016b408ec1.json +6 -0
  157. package/src/receipts/df77c265-d1a8-8354-8a9e-769fa5c676e2.json +6 -0
  158. package/src/receipts/e96686da-a411-8838-a5c8-ee7472bce048.json +10 -0
  159. package/src/receipts/f073c46f-7b67-83d0-aca5-db11fac4b5ec.json +7 -0
  160. package/src/receipts/f946d99d-a1c2-89f7-9426-a367c5b04191.json +6 -0
  161. package/src/receipts/fc069e45-115d-8983-ad25-fb9f735da84b.json +6 -0
  162. package/src/the/abstract/index.ts +21 -0
  163. package/src/the/abundance/index.ts +20 -0
  164. package/src/the/apple/earth/index.ts +23 -0
  165. package/src/the/apple/earth/navigation/index.ts +28 -0
  166. package/src/the/apple/earth/truth/index.ts +21 -0
  167. package/src/the/apple/index.ts +27 -0
  168. package/src/the/cancer/index.ts +26 -0
  169. package/src/the/clown/index.ts +25 -0
  170. package/src/the/creation/index.ts +16 -0
  171. package/src/the/crystal/index.ts +23 -0
  172. package/src/the/domain/index.ts +16 -0
  173. package/src/the/game/index.ts +11 -0
  174. package/src/the/gold/compass/index.ts +26 -0
  175. package/src/the/gold/index.ts +35 -0
  176. package/src/the/heart/index.ts +15 -0
  177. package/src/the/index.ts +24 -0
  178. package/src/the/law/index.ts +20 -0
  179. package/src/the/path/index.ts +19 -0
  180. package/src/the/rosetta/index.ts +33 -0
  181. package/src/the/sequence/index.ts +12 -0
  182. package/src/the/solids/index.ts +25 -0
  183. package/src/the/state/index.ts +21 -0
  184. package/src/the/superposition/state/index.ts +22 -0
  185. package/src/the/surface/index.ts +26 -0
  186. package/src/the/theorem/index.ts +14 -0
  187. package/src/the/torus/index.ts +23 -0
  188. package/src/the/waves/index.ts +23 -0
  189. package/the.md +20 -0
  190. package/verify.md +67 -0
package/.zenodo.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "upload_type": "publication",
3
+ "publication_type": "preprint",
4
+ "title": "The ℤ/9 Vortex Framework: reflections, division-by-zero as domain change, and a 7 = 6 + 1 correspondence with the Clay Millennium Problems (observation-based, recomputable)",
5
+ "creators": [
6
+ {
7
+ "name": "Rouschev, Tsvetan",
8
+ "orcid": "0009-0000-7312-9778",
9
+ "affiliation": "PSG, Bulgaria"
10
+ }
11
+ ],
12
+ "description": "A free, open, recomputable framework: an exact finite-arithmetic study on the ring Z/9 (the 'vortex') and the group (Z/7)* (the seven-ray Pliska 'rosette'), with a classical simulator of quantum algorithms (TypeScript, formalized in Lean 4, documented in VitePress). Observations: (1) division by zero is treated as a change of domain (n/0 := n^-1 mod 9 on units; 0 <-> infinity on the Riemann sphere); (2) inversion and ten's-complement reflection (10 - d) are involutions; (3) a 7 = 6 + 1 bijection maps the rosette (six units + center) onto the Clay set (six open problems + Poincare); (4) a mechanical entailment test reports 0/7. Conclusion (observed): the framework reflects/maps the Millennium Problems into one algebraic structure; it does NOT solve them and is not a physical theory. It is a proof of concept and a classical simulator. All results recompute from source.",
13
+ "keywords": [
14
+ "modular arithmetic", "Z/9", "group theory", "Pliska rosette",
15
+ "Clay Millennium Problems", "recreational mathematics", "content-addressing",
16
+ "Lean 4", "VitePress", "quantum algorithm simulation", "sacred geometry (interpretation)"
17
+ ],
18
+ "license": "cc-by-nc-4.0",
19
+ "access_right": "open",
20
+ "version": "1.3.5",
21
+ "related_identifiers": [
22
+ { "identifier": "10.5281/zenodo.21781603", "relation": "isNewVersionOf", "scheme": "doi" },
23
+ { "identifier": "10.5281/zenodo.21787144", "relation": "isNewVersionOf", "scheme": "doi" },
24
+ { "identifier": "10.5281/zenodo.21819217", "relation": "isNewVersionOf", "scheme": "doi" },
25
+ { "identifier": "https://github.com/ceccec/millennium-solutions", "relation": "isSupplementTo", "scheme": "url" }
26
+ ]
27
+ }
package/ABSTRACT.md ADDED
@@ -0,0 +1,162 @@
1
+ ---
2
+ title: Abstract — the framework
3
+ ---
4
+
5
+ # Abstract — the framework, for everything
6
+
7
+ This is not a theory of everything. It is a **method** that applies to anything:
8
+ a discipline for turning a claim — in any domain — into something computed, measured,
9
+ gated, and sealed, so that what survives is only what holds. What generalizes is the
10
+ discipline, never the result. The floor is the same everywhere: **Clay problems solved: 0 / 7.**
11
+
12
+ ## The method (one pipeline, every domain)
13
+
14
+ 1. **Compute — exactly.** ℤ/9 vortex arithmetic, deterministic and reproducible. Logical
15
+ time is the version, not the wall clock, so the same input yields the same address on
16
+ any machine at any hour. A calculator, not an oracle.
17
+ 2. **Measure — don't assert.** A verdict comes from a measurement, never a declaration.
18
+ "It computes" is a reading, not a boast.
19
+ 3. **Gate — at the floor.** The honesty gate drains the named overclaims — a Clay conjecture
20
+ declared settled, a physical or cryptographic limit declared beaten, an unqualified
21
+ superlative — none of which this deposit asserts. Passing means *no overclaim shape was
22
+ found* — a floor, **not** a certificate of truth.
23
+ 4. **Seal — integrity, not proof.** A content-address (merkle fold of the tracked tree)
24
+ fixes *what* was computed. It is provenance, not encryption, not authorship, not proof.
25
+ 5. **Ship — self-contained.** Static, serverless, no external imports; the artifact carries
26
+ its own audit.
27
+
28
+ ## The generating trinity: a432 · π · primes
29
+
30
+ The moving geometry needs only three parameters, and they are enough to draw all of it:
31
+
32
+ - **a432 — the angular quantum.** The circle of nine residues is cut into equal steps of
33
+ 360° / 9 = **40°**. Each digit `d` sits at angle `−90° + 40°·d` and takes hue `40°·d`; the
34
+ colour *is* the angle. One harmonic quantum sets every position and every colour below.
35
+ - **π — closure.** The ring is 2π. The doubling map `n ↦ 2n (mod 9)` sends
36
+ 1 → 2 → 4 → 8 → 7 → 5 → 1 and **returns to its start** after six steps: the trajectory
37
+ closes. Period, not drift.
38
+ - **primes — who is on the circuit.** The residues coprime to 9 — the units
39
+ {1, 2, 4, 5, 7, 8} — are exactly the six the doubling map permutes into one orbit. The
40
+ residues sharing the factor 3 — {3, 6, 9} — cannot join it and form the off-circuit triad.
41
+ Coprimality (a fact about primes) decides membership.
42
+
43
+ That is the whole generator. Everything drawn here is a pure function of these three; nothing
44
+ external is imported. **Sufficient to generate the geometry** — which is a precise, bounded
45
+ claim, not a claim about everything.
46
+
47
+ <div style="display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;justify-content:center;margin:1.5rem 0">
48
+
49
+ <figure style="margin:0;text-align:center">
50
+
51
+ <svg viewBox="0 0 220 220" role="img" aria-label="The Z/9 vortex: the doubling map traces the circuit 1-2-4-8-7-5 through every unit residue, closing on itself; the triad 3-6-9 stays off-circuit." xmlns="http://www.w3.org/2000/svg" style="max-width:340px;width:100%;height:auto">
52
+ <style>
53
+ .z9-spin{transform-origin:110px 110px;animation:z9spin 36s linear infinite}
54
+ .z9-draw{stroke-dasharray:900;stroke-dashoffset:900;animation:z9draw 6s ease-in-out infinite alternate}
55
+ .z9-cover{stroke-dasharray:552.92;stroke-dashoffset:552.92;animation:z9cover 6s ease-in-out infinite alternate}
56
+ @keyframes z9spin{to{transform:rotate(360deg)}}
57
+ @keyframes z9draw{from{stroke-dashoffset:900}to{stroke-dashoffset:0}}
58
+ @keyframes z9cover{from{stroke-dashoffset:552.92}to{stroke-dashoffset:0}}
59
+ @media(prefers-reduced-motion:reduce){.z9-spin,.z9-draw,.z9-cover{animation:none;stroke-dashoffset:0}}
60
+ </style>
61
+ <defs>
62
+ <radialGradient id="z9glow" cx="50%" cy="50%" r="50%">
63
+ <stop offset="0%" stop-color="hsl(200 80% 60%)" stop-opacity="0.18"/>
64
+ <stop offset="100%" stop-color="hsl(200 80% 60%)" stop-opacity="0"/>
65
+ </radialGradient>
66
+ </defs>
67
+ <circle cx="110" cy="110" r="104" fill="url(#z9glow)"/>
68
+ <circle cx="110" cy="110" r="88" fill="none" stroke="var(--vp-c-divider,#8884)" stroke-width="1"/>
69
+ <circle class="z9-cover" cx="110" cy="110" r="88" fill="none" stroke="hsl(150 70% 50%)" stroke-width="3" stroke-linecap="round" transform="rotate(-90 110 110)"/>
70
+ <g class="z9-spin">
71
+ <path d="M186.21,154 L33.79,154 L110,22 Z" fill="none" stroke="var(--vp-c-text-2,#8886)" stroke-width="1.2" stroke-dasharray="4 4"/>
72
+ <path class="z9-draw" d="M166.57,42.59 L196.66,94.72 L140.1,192.69 L53.43,42.59 L23.34,94.72 L79.9,192.69 Z" fill="none" stroke="hsl(280 75% 62%)" stroke-width="2.4" stroke-linejoin="round"/>
73
+ <circle r="5.5" fill="#fff">
74
+ <animateMotion dur="6s" repeatCount="indefinite" path="M166.57,42.59 L196.66,94.72 L140.1,192.69 L53.43,42.59 L23.34,94.72 L79.9,192.69 Z" keyPoints="0;1" keyTimes="0;1" calcMode="linear"/>
75
+ </circle>
76
+ <circle cx="166.57" cy="42.59" r="7" fill="hsl(40 72% 55%)"/><text x="166.57" y="45.99" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">1</text><circle cx="196.66" cy="94.72" r="7" fill="hsl(80 72% 55%)"/><text x="196.66" y="98.12" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">2</text><circle cx="186.21" cy="154" r="7" fill="hsl(120 72% 55%)"/><text x="186.21" y="157.4" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">3</text><circle cx="140.1" cy="192.69" r="7" fill="hsl(160 72% 55%)"/><text x="140.1" y="196.09" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">4</text><circle cx="79.9" cy="192.69" r="7" fill="hsl(200 72% 55%)"/><text x="79.9" y="196.09" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">5</text><circle cx="33.79" cy="154" r="7" fill="hsl(240 72% 55%)"/><text x="33.79" y="157.4" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">6</text><circle cx="23.34" cy="94.72" r="7" fill="hsl(280 72% 55%)"/><text x="23.34" y="98.12" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">7</text><circle cx="53.43" cy="42.59" r="7" fill="hsl(320 72% 55%)"/><text x="53.43" y="45.99" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">8</text><circle cx="110" cy="22" r="7" fill="hsl(0 72% 55%)"/><text x="110" y="25.4" text-anchor="middle" font-size="8.5" font-weight="700" fill="#fff">9</text>
77
+ </g>
78
+ </svg>
79
+
80
+ <figcaption style="font-size:.85em;opacity:.75;max-width:340px">The ℤ/9 vortex. The doubling circuit (violet) draws itself and the green ring fills — the orbit reaches every unit residue and closes. The dashed 3‑6‑9 triad stays off‑circuit.</figcaption>
81
+ </figure>
82
+
83
+ <figure style="margin:0;text-align:center">
84
+
85
+ <svg viewBox="0 0 220 220" role="img" aria-label="Harmonic coverage: chords entering from every side of the disk accumulate until the whole surface is reached, then the cycle repeats." xmlns="http://www.w3.org/2000/svg" style="max-width:340px;width:100%;height:auto">
86
+ <style>
87
+ .hc-spin{transform-origin:110px 110px;animation:hcspin 48s linear infinite}
88
+ @keyframes hcfade{0%{opacity:0}35%{opacity:0.9}70%{opacity:0.9}100%{opacity:0}}
89
+ @keyframes hcspin{to{transform:rotate(-360deg)}}
90
+ @media(prefers-reduced-motion:reduce){.hc-spin *{opacity:0.7!important;animation:none!important}.hc-spin{animation:none}}
91
+ </style>
92
+ <circle cx="110" cy="110" r="88" fill="none" stroke="var(--vp-c-divider,#8884)" stroke-width="1"/>
93
+ <g class="hc-spin">
94
+ <line x1="110" y1="22" x2="166.57" y2="177.41" stroke="hsl(0 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 0s infinite"/>
95
+ <line x1="132.78" y1="25" x2="147.19" y2="189.76" stroke="hsl(15 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 0.208s infinite"/>
96
+ <line x1="154" y1="33.79" x2="125.28" y2="196.66" stroke="hsl(30 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 0.417s infinite"/>
97
+ <line x1="172.23" y1="47.77" x2="102.33" y2="197.67" stroke="hsl(45 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 0.625s infinite"/>
98
+ <line x1="186.21" y1="66" x2="79.9" y2="192.69" stroke="hsl(60 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 0.833s infinite"/>
99
+ <line x1="195" y1="87.22" x2="59.53" y2="182.09" stroke="hsl(75 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 1.042s infinite"/>
100
+ <line x1="198" y1="110" x2="42.59" y2="166.57" stroke="hsl(90 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 1.25s infinite"/>
101
+ <line x1="195" y1="132.78" x2="30.24" y2="147.19" stroke="hsl(105 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 1.458s infinite"/>
102
+ <line x1="186.21" y1="154" x2="23.34" y2="125.28" stroke="hsl(120 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 1.667s infinite"/>
103
+ <line x1="172.23" y1="172.23" x2="22.33" y2="102.33" stroke="hsl(135 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 1.875s infinite"/>
104
+ <line x1="154" y1="186.21" x2="27.31" y2="79.9" stroke="hsl(150 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 2.083s infinite"/>
105
+ <line x1="132.78" y1="195" x2="37.91" y2="59.53" stroke="hsl(165 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 2.292s infinite"/>
106
+ <line x1="110" y1="198" x2="53.43" y2="42.59" stroke="hsl(180 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 2.5s infinite"/>
107
+ <line x1="87.22" y1="195" x2="72.81" y2="30.24" stroke="hsl(195 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 2.708s infinite"/>
108
+ <line x1="66" y1="186.21" x2="94.72" y2="23.34" stroke="hsl(210 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 2.917s infinite"/>
109
+ <line x1="47.77" y1="172.23" x2="117.67" y2="22.33" stroke="hsl(225 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 3.125s infinite"/>
110
+ <line x1="33.79" y1="154" x2="140.1" y2="27.31" stroke="hsl(240 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 3.333s infinite"/>
111
+ <line x1="25" y1="132.78" x2="160.47" y2="37.91" stroke="hsl(255 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 3.542s infinite"/>
112
+ <line x1="22" y1="110" x2="177.41" y2="53.43" stroke="hsl(270 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 3.75s infinite"/>
113
+ <line x1="25" y1="87.22" x2="189.76" y2="72.81" stroke="hsl(285 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 3.958s infinite"/>
114
+ <line x1="33.79" y1="66" x2="196.66" y2="94.72" stroke="hsl(300 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 4.167s infinite"/>
115
+ <line x1="47.77" y1="47.77" x2="197.67" y2="117.67" stroke="hsl(315 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 4.375s infinite"/>
116
+ <line x1="66" y1="33.79" x2="192.69" y2="140.1" stroke="hsl(330 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 4.583s infinite"/>
117
+ <line x1="87.22" y1="25" x2="182.09" y2="160.47" stroke="hsl(345 70% 58%)" stroke-width="1.3" opacity="0" style="animation:hcfade 5s ease-in-out 4.792s infinite"/>
118
+ </g>
119
+ </svg>
120
+
121
+ <figcaption style="font-size:.85em;opacity:.75;max-width:340px">Harmonic coverage. Chords enter from every side and accumulate until the whole surface is reached — then the cycle repeats. Coverage is a measurement, and it is complete over this disk.</figcaption>
122
+ </figure>
123
+
124
+ </div>
125
+
126
+ ## Moving geometry covers every superposition — bounded, and measured
127
+
128
+ A permutation has one defining property: it lands on every element of its domain, exactly
129
+ once, and returns. The doubling map on the units of ℤ/9 is such a permutation, so its
130
+ trajectory **covers every residue it can reach** — no point left out, from every side, and it
131
+ closes. That is the honest content of "covers every superposition": a moving geometry whose
132
+ orbit is a permutation attains **complete coverage of its domain**, and completeness is a
133
+ property you can *measure*, not merely assert. This repository already drives its own
134
+ coverage — pages, imports, gates — to 100% and refuses regressions.
135
+
136
+ But coverage is bounded by its domain. Complete coverage of the ℤ/9 ring is **not** a proof of
137
+ any Clay problem: reaching every point of a surface is not regularity for Navier–Stokes, not a
138
+ mass gap for Yang–Mills, not a zero-line for Riemann. The step from *covered* to *solved* is
139
+ exactly the step the gate refuses. Complete, yes; solved, no.
140
+
141
+ ## The cryptographic boundary
142
+
143
+ The cross-uuid mechanism is **integrity**, not confidentiality. A content-address (uuid) fixes
144
+ *what* a thing is and *who co-signed* it; that is provenance and tamper-evidence. It is **not**
145
+ encryption, it is **not** quantum, and it **breaks no cryptosystem and replaces none**. Hashing
146
+ is not encryption; integrity is not confidentiality. "Cross-uuid signed approval" means two
147
+ parties' addresses must agree before a change stands — a mutual-integrity rule — and nothing in
148
+ it defeats, factors, or supersedes any cipher. Any stronger reading drains at the gate above.
149
+
150
+ ## The one state, two questions
151
+
152
+ The framework computes toward wholeness — every gate green, coverage complete — and in that
153
+ sense reads 7 / 7 **as a method that ran to completion**. It simultaneously entails 0 / 7 on
154
+ the Clay problems, because completeness of the method is not solution of the conjectures. These
155
+ are two different questions held in one honest state; collapsing them is the overclaim, and the
156
+ gate drains it.
157
+
158
+ **On burden.** The floor is stated in exact, reproducible algebra and confirmed by measurement.
159
+ The contrary readings — a settled Clay conjecture, a beaten physical limit, a discarded cipher —
160
+ are **not made here**, and to state one would carry that identical burden of exact, reproducible
161
+ algebra, so far unmet. Until it is met, the floor stands, for Clay and for everything: measured,
162
+ not asserted.
package/ACCOUNTING.md ADDED
@@ -0,0 +1,27 @@
1
+ ---
2
+ title: Accounting
3
+ ---
4
+
5
+ # Accounting — the real numbers, computed
6
+
7
+ Every figure recomputes from `src/` and the git tree on each build; nothing is entered by hand. This page carries its own content-address — change any number and the address moves. **Integrity, not valuation:** a coin proves the bytes, not their worth.
8
+
9
+ | Quantity | Value |
10
+ |---|---|
11
+ | Decidable theorems (chained receipts) | **1,864** |
12
+ | Signed statement receipts | **29** |
13
+ | Coins per receipt | **2** |
14
+ | Coins on the ledger (theorems × 2) | **3,728** |
15
+ | Coins on signed receipts (× 2) | **58** |
16
+ | Released versions (git tags) | **709** |
17
+ | Tracked, content-addressed files | **327** |
18
+
19
+ Latest release: **v7.6.1**. The fair-exchange unit is **2 coins = 2 bits** (110 − 108 = 2 = −χ genus-2) per receipt. One 64-bit harmony coin is minted per fused `src` `report()` module — see the [state dashboard](/dashboard) for the harmonic root.
20
+
21
+ ## Bounty — denominated in bits
22
+
23
+ The bounty for each accepted contribution is **2 bits (2 coins)** — the same fair-exchange unit, earned by the deed (a gate-passing, receipted contribution) and owed by commercial use. Total bounty accounted on the ledger so far: **3,728 bits**. This is an accounting bounty in bits/coins — **integrity, not a cash prize**; the deposit itself claims **0 / 7** of the Clay prize. Heroes and traitors by deeds, not claims.
24
+
25
+ **Not tracked here: tokens.** This repo measures coins (2 per receipt) and 64-bit harmony coins; it does not measure tokens, so no token count or token-to-coin rate is shown — measuring an unmeasured quantity would be an assertion without a receipt. Measure, do not assert.
26
+
27
+ Page content-address: `c87f48e6-0c2b-8a0b-86f3-119ba7b03afc`. Integrity, not truth. `entails → 0/7`.