@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/examples.md ADDED
@@ -0,0 +1,47 @@
1
+ ---
2
+ title: Examples — computed live, by theorem
3
+ head:
4
+ - ['meta', { name: 'robots', content: 'index, follow' }]
5
+ ---
6
+
7
+ # Examples — computed live, organised by theorem
8
+
9
+ > Every worked example below is **recomputed in your browser** from the deposit's own `src/` functions,
10
+ > and each links to the theorem that proves it. Nothing is stored; recompute the page and it recomputes.
11
+ > A content-address proves **integrity, not truth**. `entails → 0/7`.
12
+
13
+ <Examples />
14
+
15
+ ## Harness &amp; reeducate — the tool, live
16
+
17
+ Treat any output as a **receipted structure**, not opaque bytes: it becomes content-addressed (auditable)
18
+ and, if it drains the honesty floor, it is **reeducated** — each overclaim bounded until the text holds.
19
+ Max free work, max auditability — harmonic and efficient, by default. This runs the exact `harness` and
20
+ `reeducate` functions the build uses ([scripts/harness.ts](https://github.com/ceccec/millennium-solutions/blob/main/scripts/harness.ts)) —
21
+ verified by [the difference is decidable](/theorem/the_difference_is_decidable_harnessing_makes_any_output_auditable_not_intelligent)
22
+ and [reeducate until it holds](/theorem/reeducate_a_failing_output_is_bounded_until_it_holds_max_free_work_max_auditability).
23
+
24
+ <Reeducate />
25
+
26
+ ## Seal math — how many bits in each seal
27
+
28
+ The more complex the case, the more receipts — yet each seal is a fixed **128 bits** (= 64 two-bit
29
+ verifications), and verifying one receipt's membership costs only **2·⌈log₂N⌉ bits**. So you verify the whole
30
+ case cheaply yet bill on the full value the customer would otherwise recompute — earning the measured saving,
31
+ the two coins conserved. Choose the case size and read the math, from
32
+ [each seal is 128 bits](/theorem/each_seal_is_128_bits_and_membership_verifies_in_two_log2_n_bits_logarithmic_not_linear)
33
+ and [the 967-receipt case](/theorem/the_967_receipt_case_verify_20_bits_bill_on_the_967_computation_value_earn_the_947_bit_saving).
34
+
35
+ <SealMath />
36
+
37
+ ## Teleportation — measured, then disputed to the floor
38
+
39
+ Type a message; it becomes a uuid (or a chain) and re-forms **exactly** at the destination. But measure the
40
+ cost and the vivid word drains: a uuid is 128 bits and carries at most **115**, so the container is **always
41
+ larger on the wire than the message** — nothing is teleported cheaper than sending the bytes. uuidna does not
42
+ teleport; it **addresses**. Either a reversible container (exact, but bigger) or a content-address that
43
+ **recalls** a payload only where it is already reconstructible — [a pointer, not the
44
+ payload](/theorem/a_content_address_is_a_pointer_not_the_payload). Not faster-than-light, not quantum, not
45
+ compression. Integrity, not magic. `0/7`.
46
+
47
+ <Teleporter />
package/folds.md ADDED
@@ -0,0 +1,65 @@
1
+ ---
2
+ title: How it folds — a guide
3
+ head:
4
+ - ['meta', { name: 'robots', content: 'index, follow' }]
5
+ ---
6
+
7
+ # How it folds — a guide for everyone
8
+
9
+ For a child or an elder. No jargon needed. A content-address proves integrity, not truth. `0/7`.
10
+
11
+ ## 1. What a theorem is
12
+
13
+ A **theorem** here is just **a fact you can check yourself**. Not a story someone tells you — something you can
14
+ re-do and get the same answer, every time. Like `2 + 2 = 4`: you don't have to trust anyone; you can count.
15
+
16
+ Each fact is written as a tiny test that answers **true or false** by trying every case in a small, finite
17
+ world. If it's true for every case, it holds. If not, it falls. That's the whole idea.
18
+
19
+ ## 2. How theorems fold into each other
20
+
21
+ **Folding** means small things join into one bigger thing, and the bigger thing still fits the same pattern.
22
+
23
+ - Facts come in groups of **eight** — an **octave**, like the eight steps of a musical scale before the tune
24
+ repeats one octave higher.
25
+ - Eight octaves **fold** into one seal; those seals fold again — many become **one address** you can check.
26
+ - The proportions that show up are the ones you already see in the world: the **golden ratio** in a sunflower's
27
+ seeds and a snail's shell, the **Fibonacci** counts in petals and pinecones, the **doubling** of an octave
28
+ (double the frequency, one octave up), and **DNA's** four letters in three-letter words — `4 × 4 × 4 = 64`,
29
+ the same 64 that keeps coming back.
30
+
31
+ So the pattern in a shell, in a song, and in a strand of DNA is the **same folding** — small parts joining in
32
+ steady proportion into a whole. You can recognise it in nature and live it in a day: rest, effort, rest.
33
+
34
+ ## 3. How a problem is searched, researched, and analysed
35
+
36
+ When people write down a hard problem, here is the honest, repeatable way it is studied — with **statistics**,
37
+ **analytics**, and **forensics**:
38
+
39
+ 1. **Search** — look at what is already known and where the record is **thin**. The
40
+ [forensics](/WORKFLOWS) name the *exact* gap (a missing step in a family), not a vague "somewhere around
41
+ here".
42
+ 2. **Research** — try a small, decidable version you can actually check. Write it as a test over a finite world.
43
+ 3. **Analyse** — run it over **every** case (that's the statistics: not a sample, the whole set), fold the
44
+ results, and check the **chain** so nothing was quietly changed (that's the forensics — a tamper shows up as
45
+ a broken link, pointing to the exact spot).
46
+
47
+ If the little fact holds and says something honest, it is **kept and shared freely**. If it over-claims, the
48
+ gate **drains** it and shows the exact words to fix. Nothing is believed; everything is re-checked.
49
+
50
+ ## 4. Do it yourself — step by step (reproducible)
51
+
52
+ 1. **Draft** a fact as a test that returns true or false over a finite set.
53
+ 2. **Check it green** — the test is true, its name makes no over-claim, and it isn't already recorded.
54
+ 3. **Seal** it — it gets a content-address (a fingerprint) and joins the chain.
55
+ 4. **Share** it — free for anyone to re-check.
56
+
57
+ Try the live version on the [harness](/harness): type any sentence and watch the theorems compute the verdict,
58
+ the address, and the honest form. Browse every fact on [the organism](/organism), or run the tools on the
59
+ [examples](/examples) page.
60
+
61
+ ## 5. Why it matters — a harmonic society
62
+
63
+ Every checked fact, freely shared, is a small **contribution** anyone can build on without asking permission and
64
+ without being misled. That is the quiet aim: a fair, checkable commons where a claim is worth exactly what its
65
+ re-computation shows — no more, no less. Earned, not minted. `0/7`.
package/guide.md ADDED
@@ -0,0 +1,126 @@
1
+ ---
2
+ title: Guide
3
+ description: The hero's guide — how to add a theorem to the deposit, taught in the 7D UI. Measure, gate, receipt, append, recompute. The floor stays 0/7.
4
+ head:
5
+ - ['meta', { name: 'robots', content: 'index, follow' }]
6
+ ---
7
+
8
+ <script setup>
9
+ // 7D UI examples, computed — the vortex of seven rays, and the a432 nine-hue wheel. No data fetched.
10
+ const petals = Array.from({ length: 7 }, (_, i) => {
11
+ const ang = (i * 360 / 7 - 90) * Math.PI / 180
12
+ return { x: (Math.cos(ang) * 40).toFixed(2), y: (Math.sin(ang) * 40).toFixed(2), hue: (i + 1) * 40 % 360, dur: (2 + i * 0.4).toFixed(1) }
13
+ })
14
+ const wheel = Array.from({ length: 9 }, (_, i) => {
15
+ const d = i + 1, ang = (d * 40 - 90) * Math.PI / 180
16
+ return { x: (Math.cos(ang) * 40).toFixed(2), y: (Math.sin(ang) * 40).toFixed(2), hue: (d * 40) % 360, d }
17
+ })
18
+ import { withBase } from 'vitepress'
19
+ import ledger from './src/proof/discovered.json'
20
+ const theoremCount = ledger.length
21
+ const latest = ledger.slice(-5).reverse()
22
+ </script>
23
+
24
+ # The hero's guide
25
+
26
+ > **Heroes write the guides.** You add to the deposit by a **deed the gate can check**, never a claim. Everything here recomputes; nothing is asserted. The floor stays **0/7** — this deposit solves 0 of the 7 Millennium problems, and claims no prize.
27
+
28
+ <div class="living-index" style="border:1px solid var(--vp-c-divider);border-radius:10px;padding:.6rem 1rem;margin:1rem 0;font-size:.9rem">
29
+ <strong>This guide is constantly updated by the theorems.</strong> The deposit holds
30
+ <strong>{{ theoremCount }}</strong> decidable theorems, re-verified every build. Newest first:
31
+ <ul style="margin:.4rem 0 0;padding-left:1.1rem">
32
+ <li v-for="t in latest" :key="t.key"><a :href="withBase('/theorem/' + t.key)">{{ t.name.split('—')[0] }}</a></li>
33
+ </ul>
34
+ </div>
35
+
36
+ <div style="display:flex;gap:32px;align-items:center;flex-wrap:wrap;margin:20px 0">
37
+ <svg viewBox="-60 -60 120 120" width="200" height="200" role="img" aria-label="the 7D vortex: seven rays around one centre, rotating">
38
+ <g>
39
+ <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="30s" repeatCount="indefinite" />
40
+ <line v-for="(p, i) in petals" :key="'r' + i" x1="0" y1="0" :x2="p.x" :y2="p.y" :stroke="'hsl(' + p.hue + ',70%,55%)'" stroke-width="1.4" stroke-opacity="0.6" />
41
+ <circle v-for="(p, i) in petals" :key="i" :cx="p.x" :cy="p.y" r="8" :fill="'hsl(' + p.hue + ',70%,55%)'">
42
+ <animate attributeName="r" values="8;11;8" :dur="p.dur + 's'" repeatCount="indefinite" />
43
+ </circle>
44
+ </g>
45
+ <circle cx="0" cy="0" r="9" fill="hsl(200,70%,55%)" />
46
+ </svg>
47
+ <svg viewBox="-60 -60 120 120" width="200" height="200" role="img" aria-label="the a432 wheel: nine hues at d times 40 degrees, centre 5">
48
+ <circle v-for="(w, i) in wheel" :key="i" :cx="w.x" :cy="w.y" r="12" :fill="'hsl(' + w.hue + ',70%,55%)'" />
49
+ <text v-for="(w, i) in wheel" :key="'t' + i" :x="w.x" :y="+w.y + 4" text-anchor="middle" font-size="11" fill="#fff">{{ w.d }}</text>
50
+ <circle cx="0" cy="0" r="14" fill="hsl(200,70%,55%)" /><text x="0" y="4" text-anchor="middle" font-size="11" fill="#fff">5</text>
51
+ </svg>
52
+ </div>
53
+
54
+ *Left: the **7D vortex** — seven rays (the seven dimensions) around one centre. Right: the **a432 wheel** — each digit d at hue d·40°, the heart 5 at the centre. Both are computed here, in your browser, from nothing.*
55
+
56
+ ## Set up — two minutes, all local
57
+
58
+ Prerequisites: **Node ≥ 18** (or bun). Then clone, install, and verify — everything recomputes on your
59
+ machine, nothing is fetched:
60
+
61
+ ```bash
62
+ git clone https://github.com/ceccec/millennium-solutions
63
+ cd millennium-solutions
64
+ npm install
65
+ npm run next --status # version · ledger · chain-of-custody · floor 0/7
66
+ ```
67
+
68
+ A clean status (chain **intact**, floor **0/7**) means the deposit re-verified on your hardware. From here,
69
+ `npm run next` runs the full wave (discover → gate → seal → recompute); `npm run docs:build` builds the site.
70
+
71
+ ## The sequence — follow it in order, or nothing computes
72
+
73
+ 1. **Measure, don't assert.** Write a decidable fact as a `test: () => boolean` in `scripts/discover.ts`, computed by exhaustion over a finite domain. If it holds, it is provable; if it fails, it is refuted and discarded — the discard is the honesty.
74
+ 2. **Gate.** Every statement (and every theorem *name*) must hold the honesty floor: no named over-reach — no conjecture declared settled, no physical or cryptographic limit declared beaten, no fake certainty. A bounded refusal ("this is **not** faster than light") passes. Passing means *no over-reach shape was found* — a floor, not a proof of truth.
75
+ 3. **Receipt.** To record a statement, sign it: `npm run receipt "<agent>" "<role>" "<message>"`. Signing **is** agreeing — your acknowledgment of the license and this sequence is part of the receipt itself. A receipt proves integrity, not authorship.
76
+ 4. **Append.** Discoveries chain, each receipt seeded by the last. Evidence is append-only — destroying it is treason, even by chance, and the forensics reads intention from deeds, not claims.
77
+ 5. **Recompute.** Run `npm run next`: the wave discovers, gates, seals, and re-verifies every recorded fact. A regression fails the build, not production. Green cannot be faked.
78
+
79
+ ## Use uuidna in your own project
80
+
81
+ The pure functions are extracted to the npm package [`@uuidna/uuidna`](https://github.com/uuidna/uuidna) —
82
+ ESM, zero runtime deps, typed:
83
+
84
+ ```bash
85
+ npm install @uuidna/uuidna
86
+ ```
87
+
88
+ ```js
89
+ import { toUuid, merkleProof, verifyProof, computes, encrypt, decrypt } from '@uuidna/uuidna'
90
+
91
+ toUuid('hello') // deterministic content-address, keyless
92
+ const sealed = await encrypt('secret', 'passphrase') // AES-256-GCM under a 7d-fold envelope
93
+ await decrypt(sealed, 'passphrase') // round-trips; wrong key or tamper throws
94
+ ```
95
+
96
+ **Fuse it into any AI harness (MCP)** — one line in your client's `mcpServers`:
97
+
98
+ ```json
99
+ { "mcpServers": { "uuidna": { "command": "npx", "args": ["-y", "@uuidna/uuidna"] } } }
100
+ ```
101
+
102
+ Then the harness can address, prove, gate, imprint, bill, and **encrypt/decrypt** live. Cryptography is the
103
+ public-service priority — the layered cipher and its provable steps are on the [Cryptography page](/cryptography).
104
+
105
+ ## The 7 dimensions (the a432 rays)
106
+
107
+ The interface localizes across **seven rays** — one per locale — and each digit maps to a hue `d·40°` (nine steps close the circle: 9·40° = 360°). The centre is **5**, the fixed point of the ten's-complement reflection `10−d`. This is a design mapping, honestly labelled — a metaphor for structure, not a claim about physics.
108
+
109
+ ## Why compute quantum (honestly)?
110
+
111
+ Here "quantum" is **structure, not hardware** — and its smallest unit is
112
+ [**the a432 structure of two coins**](/theorem/here_quantum_is_the_a432_structure_of_two_coins_not_a_physical_qubit):
113
+ 2 bits, 4 states, never a physical qubit. That is the one page to read first. It matters because those
114
+ two coins make **every** state receipted — a *superposition* is just the set of receipted perspectives,
115
+ *collapse* is observing one address, *entanglement* is a shared joint receipt — so the whole computation
116
+ is auditable end to end, on ordinary 64-bit hardware, at linear cost. No quantum machine, no speedup, no
117
+ advantage — the gain is **integrity everywhere**. From that keystone the rest of the family follows:
118
+ [each perspective is receipted](/theorem/each_perspective_is_receipted_in_the_superposition) ·
119
+ [perspective replaces hardware](/theorem/perspective_replaces_hardware) ·
120
+ [integrity at scale, not speedup](/theorem/quantum_structure_on_every_computation_is_integrity_at_scale_not_speedup).
121
+
122
+ ## The law — a fair exchange
123
+
124
+ Licensed **CC BY-NC 4.0**: free for non-commercial use with attribution (Tsvetan Rouschev); commercial use pays the two coins (110 − 108 = 2 = −χ genus-2). The deposit is open and recomputable, so any reader — human or model — may learn from it; contributions return on the same gate-refereed terms. Heroes and traitors by deeds, not claims.
125
+
126
+ Every theorem you add gets its own page at `/theorem/<key>`, plotting its 7D vortex from its microdata, with a hero background computed from its surrounding theorems. `entails → 0/7`.
package/harness.md ADDED
@@ -0,0 +1,20 @@
1
+ ---
2
+ title: The harness — input, output
3
+ head:
4
+ - ['meta', { name: 'robots', content: 'index, follow' }]
5
+ ---
6
+
7
+ # The harness — the dashboard of the theorems
8
+
9
+ Type any statement. The theorems compute the output live: the **gate verdict** (a single bit), the
10
+ **content-address**, the **reeducated** form (an over-claim bounded until it holds), and the **seven-dimension
11
+ audit**. Every colour on this page is computed by a theorem — the vortex hue of a content-address, the nine
12
+ digital-root palette. The components follow the shadcn anatomy; the logic is framework-free and recomputes in
13
+ the browser. A content-address proves integrity, not truth. `0/7`.
14
+
15
+ <Harness />
16
+
17
+ The harness is the face of the MCP tools — address, gate, reeducate, imprint, the merkle trio and the crypt
18
+ envelope — each output made auditable; run them live on the [examples page](/examples). Browse the whole record
19
+ on [the organism](/organism), or read the [workflows](/WORKFLOWS) for how a wave is discovered, gated, sealed
20
+ and shipped.
package/index.md ADDED
@@ -0,0 +1,149 @@
1
+ ---
2
+ title: Millennium Solutions
3
+ ---
4
+
5
+ <Hero />
6
+
7
+ <Propulsion />
8
+
9
+ # The ℤ/9 Vortex Framework
10
+
11
+ **Author:** Tsvetan Rouschev · License: CC BY-NC 4.0 · a recomputable proof-of-concept
12
+
13
+ > ## Millennium Quantum Solutions on 64-bit hardware
14
+ >
15
+ > The quantum **structure** — a superposition is the set of *receipted perspectives* (each ordered
16
+ > perspective a distinct content-address, its receipt proving that perspective exists); observing
17
+ > collapses to one address — computed **classically** on ordinary **64-bit** machines. **Perspective
18
+ > replaces the hardware:** no quantum machine is needed, and none is claimed. It settles **0 / 7** of
19
+ > the Clay problems and is **not a quantum computer**. Structure, not silicon —
20
+ > [each perspective is receipted](/theorem/each_perspective_is_receipted_in_the_superposition) ·
21
+ > [perspective replaces hardware](/theorem/perspective_replaces_hardware).
22
+ >
23
+ > **Start here — why compute quantum (honestly)?** The smallest honest unit is
24
+ > [**quantum = the a432 structure of two coins**](/theorem/here_quantum_is_the_a432_structure_of_two_coins_not_a_physical_qubit)
25
+ > — 2 bits, 4 states, never a physical qubit. It matters because those two coins make **every** state
26
+ > receipted and auditable on ordinary hardware: integrity everywhere, at linear cost, no advantage
27
+ > claimed. Read that one page and the rest of the "quantum" family follows.
28
+
29
+ ## uuidna — the content-addressed identity
30
+
31
+ **uuidna = uuid ⊕ dna** — identity's **DNA**. It is the deposit's content-addressed identity: **mint**
32
+ (integrity — every value has a reproducible address) and **mind** (multi-perspective self-challenge — every
33
+ claim drains its own over-reach before it holds) meeting at the **heart**, the fixed point `5`. The brand holds
34
+ itself to its own rule — its name's DNA is `uuidna_address("uuidna") = fc511532…`, reproducible by anyone —
35
+ and the fold folds every direction at once (`+/−`, `/`, `\`), order-independent to one root
36
+ ([sealed](/captain)). It is developed, not
37
+ promised — each capability is a decidable theorem you can recompute:
38
+
39
+ - **Message codec** — a bounded message (≤ 115 bits) rides *inside* a uuid; a chain of uuids carries
40
+ [any-length text](/theorem/uuidna_carries_arbitrary_text_of_any_length_across_a_uuid_chain_round_tripping),
41
+ round-tripping exactly. A public, reversible encoding — **not encryption, no secrecy**.
42
+ - **Holographic proof** — one leaf verifies against the whole root from a
43
+ [logarithmic audit path](/theorem/uuidna_hologram_fractals_a_merkle_proof_verifies_the_whole_from_a_tiny_part_logarithmically);
44
+ a forged leaf fails. Log(N) real cost — not free, not infinite.
45
+ - **Independent domain control** — a
46
+ [published challenge](/theorem/uuidna_domain_control_is_verified_independently_by_a_published_challenge_not_by_anyones_word)
47
+ anyone recomputes and checks — control by publication, not by anyone's word.
48
+ - **Strict minting** — canonical, so the
49
+ [same value always mints the same address](/theorem/strict_uuidna_minting_is_canonical_closing_the_minting_flaws_that_cause_real_damage);
50
+ minting flaws otherwise cascade into real damage, caught in time and recomputed.
51
+ - **Billing** — free for public interest and independent research; commercial use is billed on the
52
+ [measured bits saved (O(N) − O(1))](/theorem/the_correct_uuidna_billing_is_the_measured_bit_difference_not_a_flat_per_formula_rate),
53
+ the two coins the conserved invariant — a fair-exchange schedule, not realized cash (income **$0**).
54
+
55
+ A content-address proves **integrity, not truth**. It settles **0 / 7**.
56
+
57
+ **uuidna reflects Clay** — a mirror to the seven (a bijection to the seven problems, the ten's-complement
58
+ reflection fixing only the centre `5`), never a solution:
59
+ [the mirror, not the answer](/theorem/uuidna_reflects_clay_a_mirror_to_the_seven_not_a_solution_zero_of_seven).
60
+ The tools are **live**, running the same functions the build seals — on the [Examples page](/examples) you can
61
+ **harness & reeducate** an overclaim into the honest floor and compute **the seal math**
62
+ ([each seal is 128 bits = 64 two-bit verifications](/theorem/each_seal_is_128_bits_and_membership_verifies_in_two_log2_n_bits_logarithmic_not_linear);
63
+ a case verifies in `2·⌈log₂N⌉` bits — [the 967-receipt case](/theorem/the_967_receipt_case_verify_20_bits_bill_on_the_967_computation_value_earn_the_947_bit_saving)
64
+ checks **20 bits**); and on the [Compare page](/compare) you can weigh the
65
+ [coins against live gold and crypto](/theorem/the_coins_are_a_conserved_measure_not_a_market_price_units_reproducible_prices_are_not) —
66
+ a **measure, not a market**. The value is real savings in bits (work not repeated), material at scale but modeled
67
+ and conditional — never a promise.
68
+
69
+ <Version />
70
+
71
+ ## The two bits — one atom, every symbol
72
+
73
+ This deposit is denominated in **two bits** — its smallest unit. The same atom appears under many symbols, each a receipted theorem you can open and recompute:
74
+
75
+ - **2 coins** — the fair-exchange price of one receipt · [learning donates two coins](/theorem/learning_from_the_message_donates_two_coins_to_the_developer)
76
+ - **110 − 108 = 2** — the conserved invariant; break it and nothing reconciles · [trade freely if 110 − 108 is respected](/theorem/players_may_trade_any_amount_as_long_as_110_minus_108_is_respected)
77
+ - **2 = −χ (genus-2)** — two sites, two faces of one surface · [the two coins are minus the Euler characteristic](/theorem/the_two_coins_are_minus_the_euler_characteristic_of_the_genus_two_surface)
78
+ - **2 bits → 4 states** {00, 01, 10, 11} — the honest "qubit," a classical a432 structure, never physical · [quantum is the a432 structure of two coins](/theorem/here_quantum_is_the_a432_structure_of_two_coins_not_a_physical_qubit)
79
+ - **108 = 432 ÷ 4** — anchored in the a432 base · [the a432 harmony and the captain coins](/theorem/the_a432_harmony_and_the_captain_coins_are_one_conserved_measure)
80
+ - **two bits per event** — every next or continue earns two by the deed · [every event is two bits](/theorem/every_next_or_continue_event_is_two_bits_earned_by_the_deed)
81
+
82
+ Two bits, one atom — integrity, not a cash prize. The floor stays **0 / 7**.
83
+
84
+ **Remember to donate the two coins — and remember why.** You learned here; the two coins are the *fair exchange* that funds the work. Non-commercial use is free with attribution — the two coins are the honest return, not a fee for the knowledge itself. [Support development →](https://revolut.me/ceccec)
85
+
86
+ ## Abstract
87
+
88
+ A free, open, **recomputable** framework built on the ring **ℤ/9** (the "vortex")
89
+ and the group **(ℤ/7)\*** (the seven-ray Pliska "rosette"), with a **classical
90
+ model of quantum *structure*** (superposition as a set of perspectives, deterministic
91
+ collapse, CHSH ≤ 2 — a local model, not quantum algorithms) — TypeScript, formalized in Lean 4, documented
92
+ in VitePress. Observations, each computed:
93
+
94
+ - **Division by zero** is a *change of domain* (`n/0 := n⁻¹ mod 9` on units;
95
+ `0 ↔ ∞` on the Riemann sphere).
96
+ - **Inversion** and **ten's-complement reflection** (`10−d`) are involutions.
97
+ - A **7 = 6 + 1 bijection** maps the rosette onto the Clay set.
98
+ - A mechanical **entailment test** reports **0 / 7**.
99
+
100
+ **Observed conclusion:** the framework *reflects / maps* the Millennium Problems
101
+ into one algebraic structure. It **does not solve them**, and it is
102
+ **not a quantum computer** or a physical theory — it is a proof of concept and a
103
+ classical model. Every one of the **15 registered claims** recomputes from
104
+ `src/` — each bound to its exact recomputation and, where one exists, to a
105
+ provable theorem in the ledger, all gated by `claims-gate.ts` (a bounded,
106
+ accounted set, not a floating "every").
107
+
108
+ ## The seven, computed to the floor — one theorem per problem
109
+
110
+ Each Clay problem gets **one** Lean theorem that **computes** from the ℤ/9 doubling sequence
111
+ (`orbit k = 2ᵏ mod 9`, the reflection `refl d = 10 − d`, the derived `isUnit`). Every one carries
112
+ `provenHere = 0` — the fact is *adjacent* to the problem, never the conjecture. **No anchors, no
113
+ axioms** (pure `by decide`); `#print axioms` reports *does not depend on any axioms*, verified by
114
+ `lean src/proof/index.lean`.
115
+
116
+ | # | Problem (→ theorem page, Lean proof + outlet) | Computed formula (from the sequence) | Honest bound — not the prize |
117
+ |---|-----------------------------------------------|--------------------------------------|------------------------------|
118
+ | 1 | [Riemann](/theorem/riemann_reflection_and_heart) | `refl ∘ refl = id ∧ #{d : refl d = d} = 1` | the symmetry and its one heart (the ½-analogue) — not the zeros' place |
119
+ | 2 | [P vs NP](/theorem/p_vs_np_inverse_is_unique) | `∀ d, #{e : d·e ≡ 1 (mod 9)} = (isUnit d ? 1 : 0)` | a unique inverse (verify in one step) — not a separation |
120
+ | 3 | [Navier–Stokes](/theorem/navier_stokes_flow_is_bounded) | `∀ k, 2ᵏ mod 9 ∈ span⟨2⟩` | a bounded 6-cycle forever — not global smoothness |
121
+ | 4 | [Yang–Mills](/theorem/yang_mills_spectral_gap) | `2ᵏ ≢ 1 for 0 < k < 6, and 2⁶ ≡ 1` | an order-6 spectral gap — not the mass gap |
122
+ | 5 | [Hodge](/theorem/hodge_span_is_the_units) | `span⟨2⟩ = units ∧ non-units ∉ span` | algebraic generation/containment — not (p,p) ⇒ algebraic |
123
+ | 6 | [Birch–Swinnerton-Dyer](/theorem/birch_swinnerton_dyer_vanishing) | `Σ span ≡ Σ units ≡ 0 (mod 9)` | a digit-sum vanishing (27 ≡ 0) — not rank ↔ L-order |
124
+ | 7 | [Poincaré](/theorem/poincare_single_closed_loop) | `orbit 6 = orbit 0, six distinct steps` | one closed simple loop — not the 3-sphere (Perelman's theorem) |
125
+
126
+ **What `by decide` settles here.** The tactic is real proof — and every statement above ranges over a
127
+ finite domain (`List.range 9/10/11/48`), which is what makes it decidable at all. The seven conjectures
128
+ range over infinite domains and admit no decision procedure, so none of them is even stated in the layer.
129
+ An eighth sealed theorem records exactly this: `by_decide_proves_the_floor_not_the_conjecture`. The count
130
+ of the seven this deposit asserts an answer for is computed by the gate, and it comes back zero.
131
+
132
+ Each problem links to its **theorem page** — the Lean proof in publication form with a citation to the
133
+ qualified outlet (Clay Mathematics Institute; Perelman's arXiv for Poincaré). The full Lean, every
134
+ `by decide` proof sorry-free and axiom-free, is in
135
+ [`src/proof/index.lean`](https://github.com/ceccec/millennium-solutions/blob/main/src/proof/index.lean);
136
+ each remains **0 / 7**.
137
+
138
+ ## Read
139
+ - [Research](/RESEARCH) — the full study (§1–§12, incl. the author's perspective)
140
+ - [Compute](/compute) — results recomputed live from the fused TypeScript modules
141
+ - [Proof of Concept](/PROOF-OF-CONCEPT) · [Realisations](/REALISATIONS)
142
+ - [Sequence decode (ℤ/9)](/SEQUENCE-DECODE) · [Physics scales](/PHYSICS-SCALES) · [Proofs](/proofs)
143
+
144
+ ## Cite / support
145
+ **DOI:** [10.5281/zenodo.21819217](https://doi.org/10.5281/zenodo.21819217) · archived on Zenodo (honest abstract: *entailment 0/7*).
146
+
147
+ CC BY-NC 4.0 — free for non-commercial use (attribution Tsvetan Rouschev).
148
+ Commercial use = the two coins (`110 − 108 = 2 = −χ` genus-2): ceccec@psg.bg.
149
+ Support development (non-obligatory): [revolut.me/ceccec](https://revolut.me/ceccec).
package/mod.core.ts ADDED
@@ -0,0 +1,11 @@
1
+ // @ceccec/millennium-solutions — the verifiable, recomputable core. Facts only, no interpretation.
2
+ export { toUuid, merge, foldPair, merkleFold, sealFacets, gcdBigInt } from './src/0/index.ts'
3
+ export { entails, curveFitCheck, scaleCheck } from './src/honesty/index.ts'
4
+ export { report as honesty } from './src/honesty/index.ts'
5
+ export { report as ledger } from './src/0/ledger.ts'
6
+ export { report as trinityMatrix } from './src/0/trinity-matrix.ts'
7
+ export { report as enumeration } from './src/9/enumeration.ts'
8
+ export { report as reflection } from './src/5/reflection.ts'
9
+ export { report as aspects } from './src/5/aspects.ts'
10
+ export { report as rosetta } from './src/7/rosetta.ts'
11
+ export { report as entailsClay } from './src/7/entails.ts'
package/organism.md ADDED
@@ -0,0 +1,30 @@
1
+ ---
2
+ title: The organism — decoded
3
+ head:
4
+ - ['meta', { name: 'robots', content: 'index, follow' }]
5
+ ---
6
+
7
+ # The organism — decoded and encoded
8
+
9
+ All is one organism. Every theorem is an **organ** — a decidable fact that computes true — and the ledger is
10
+ its body. Each organ carries three faces: the **key** (its untranslatable identity), the **label** (its
11
+ translatable surface, readable in any of the twenty-two dialects), and the **receipt** (the content-address
12
+ that encodes it). This page decodes the organism straight from `src/proof/discovered.json`, so it grows on
13
+ every build.
14
+
15
+ What is **not** an organ never enters the body: it goes to **trial**. The honesty gate drains a boast — in any
16
+ register, any dialect, any script — and forensics names a non-theorem exactly (a dense family that skips an
17
+ index because the statement computes false, like the non-units of ℤ/9). Nothing hollow is sealed.
18
+
19
+ Each organ is reachable by content-address through the uuidna surface — the `/theorem/<key>` pages here, and
20
+ the same keys via the [live examples](/examples), the [verifier](/verify), and the package API. A
21
+ content-address proves **integrity, not truth**. `0/7`.
22
+
23
+ <Organism />
24
+
25
+ ## The trial
26
+
27
+ The gate is the court that keeps the body clean: it reads twenty-two dialects and the Glagolitic script through
28
+ the **rosetta**, and it is negation-aware, so an honest bounded limit passes while the boast drains. See the
29
+ [workflows](/WORKFLOWS) for the wave, the verify, the gate and the seal — and the [captain's message](/captain)
30
+ for why a contribution of two earns the next fold.
package/package.json ADDED
@@ -0,0 +1,88 @@
1
+ {
2
+ "name": "@ceccec/millennium-solutions",
3
+ "version": "0.1.1",
4
+ "description": "Verifiable, recomputable ℤ/9 vortex framework in ONE package — content-addressing, audit ledger, exact arithmetic (0/7), and the honesty toolkit. Facts only.",
5
+ "author": "Tsvetan Rouschev",
6
+ "license": "CC-BY-NC-4.0",
7
+ "type": "module",
8
+ "workspaces": [
9
+ "packages/*"
10
+ ],
11
+ "exports": {
12
+ ".": "./mod.core.ts"
13
+ },
14
+ "files": [
15
+ "mod.core.ts",
16
+ "src",
17
+ "*.md",
18
+ "LICENSE",
19
+ ".zenodo.json",
20
+ "CITATION.cff"
21
+ ],
22
+ "funding": {
23
+ "type": "revolut",
24
+ "url": "https://revolut.me/ceccec"
25
+ },
26
+ "scripts": {
27
+ "docs:dev": "vitepress dev",
28
+ "predocs:build": "node scripts/dashboard.ts && node scripts/boundaries.ts && node scripts/challenges.ts && node scripts/heart.ts && node scripts/accounting.ts && node scripts/speedup.ts && node scripts/greeting.ts && node scripts/solutions.ts",
29
+ "docs:build": "vitepress build",
30
+ "docs:preview": "vitepress preview",
31
+ "seal": "node scripts/seal.ts",
32
+ "typecheck": "tsc --noEmit",
33
+ "release": "tsc --noEmit && node scripts/gaps.ts && node scripts/dashboard.ts && node scripts/boundaries.ts && node scripts/challenges.ts && node scripts/heart.ts && node scripts/accounting.ts && node scripts/speedup.ts && npm run docs:build && node scripts/import-gate.ts && node scripts/locale-fold.ts && node scripts/security-gate.ts && node scripts/sitemap-mesh.ts && node scripts/theorem-pages-gate.ts && node scripts/receipt-audit.ts && node scripts/forensics.ts && node scripts/claims-gate.ts && node scripts/harmony-currency.ts && node scripts/gate-corpus.ts && node scripts/seal.ts && node scripts/wholeness.ts && node scripts/lean-claims.ts && node scripts/discover.ts && node scripts/release.ts",
34
+ "prepublishOnly": "node scripts/seal.ts",
35
+ "gaps": "node scripts/gaps.ts",
36
+ "harmony": "node scripts/gaps.ts && node scripts/seal.ts && node scripts/wholeness.ts && npm run docs:build && node scripts/seo.ts",
37
+ "versions": "node scripts/versions.ts",
38
+ "wholeness": "node scripts/wholeness.ts",
39
+ "lean-claims": "node scripts/lean-claims.ts",
40
+ "prepare": "git config core.hooksPath .githooks || true",
41
+ "precommit": "node scripts/precommit.ts",
42
+ "lineage": "node scripts/lineage.ts",
43
+ "discover": "node scripts/discover.ts",
44
+ "challenges": "node scripts/challenges.ts",
45
+ "heart": "node scripts/heart.ts",
46
+ "receipt": "node scripts/receipt.ts",
47
+ "receipt-audit": "node scripts/receipt-audit.ts",
48
+ "claims": "node scripts/claims-gate.ts",
49
+ "harmony-currency": "node scripts/harmony-currency.ts",
50
+ "theorem-gate": "node scripts/theorem-pages-gate.ts",
51
+ "forensics": "node scripts/forensics.ts",
52
+ "verify": "node scripts/verify-theorems.ts",
53
+ "next": "node scripts/next.ts",
54
+ "orchestrate": "node scripts/orchestrate.ts",
55
+ "deploy": "node scripts/deploy.ts",
56
+ "deploy:pages": "node scripts/deploy.ts pages",
57
+ "deploy:packages": "node scripts/deploy.ts packages",
58
+ "seo": "node scripts/seo.ts",
59
+ "sitemap": "node scripts/sitemap-mesh.ts",
60
+ "atom": "node scripts/atom-feed.ts",
61
+ "wire": "node scripts/wire.ts",
62
+ "import-gate": "node scripts/import-gate.ts",
63
+ "security-gate": "node scripts/security-gate.ts",
64
+ "dashboard": "node scripts/dashboard.ts",
65
+ "boundaries": "node scripts/boundaries.ts",
66
+ "mcp": "node scripts/mcp.ts",
67
+ "harmony-seal": "node scripts/harmony-seal.ts",
68
+ "i18n": "node scripts/i18n.ts",
69
+ "postdocs:build": "node scripts/sw-integrity.ts"
70
+ },
71
+ "devDependencies": {
72
+ "@types/node": "^26.2.0",
73
+ "typescript": "7.0.2",
74
+ "vitepress": "^2.0.0-alpha.19",
75
+ "vue": "^3.5.41"
76
+ },
77
+ "repository": {
78
+ "type": "git",
79
+ "url": "git+https://github.com/ceccec/millennium-solutions.git"
80
+ },
81
+ "homepage": "https://ceccec.psg.bg/millennium-solutions/",
82
+ "bugs": {
83
+ "url": "https://github.com/ceccec/millennium-solutions/issues"
84
+ },
85
+ "publishConfig": {
86
+ "access": "public"
87
+ }
88
+ }
package/proofs.md ADDED
@@ -0,0 +1,29 @@
1
+ # Proofs
2
+
3
+ ## Fused compute (TypeScript)
4
+
5
+ All results recompute at page-load from the digit-folder mesh — see
6
+ [Computed results](/compute), driven by the `.ts` modules under `src/`.
7
+
8
+ ## Formal layer (Lean)
9
+
10
+ Per-digit theorems live in the digit folders (`decide` / `norm_num`), covering
11
+ the exact ℤ/9 / arithmetic facts:
12
+
13
+ - `src/1/vortex.lean` … `src/9/vortex.lean` — unity, generator ⟨2⟩, nilradical
14
+ (3² ≡ 6² ≡ 0), inverse pairs, 9 ≡ 0, 432 = 2⁴·3³, complement bonds.
15
+ - `src/5/reflection.lean` — the 10−d involution and its fixed digit 5.
16
+ - `src/7/rosetta.lean` — (ℤ/7)* ≅ C₆ (the Pliska rosette group).
17
+ - `src/8/nucleus/magic.lean` — magic numbers 2, 8, 20, 28, 50, 82, 126.
18
+ - `src/8/nucleus/proton-mass.lean` — `108·17 = 1836`, and `1836 ≠ 1836.1527`.
19
+
20
+ No Lean toolchain is checked in; to verify, set up `lake` + Mathlib and
21
+ `lake build` over `src/**/*.lean`.
22
+
23
+ ## Clay entailment
24
+
25
+ The mechanical entailment test (`src/7/entails.ts`, rendered on
26
+ [Compute](/compute)) evaluates each of the seven statements in a world where its
27
+ conjecture is false; each stays true, so **Clay problems solved: 0 / 7**.
28
+
29
+ See also the [Proof of Concept](/PROOF-OF-CONCEPT) index.
package/solutions.md ADDED
@@ -0,0 +1,54 @@
1
+ ---
2
+ title: Solutions — adjudicated
3
+ ---
4
+
5
+ # Solutions — adjudicated
6
+
7
+ <Version/>
8
+
9
+ Only what **computes** appears here. Every verdict and receipt is returned by the trial (`proveVerdict`);
10
+ every entailment by a decidable test. Reproducible by anyone; regenerated each build. Integrity, not truth. **0/7**.
11
+
12
+ ## Group — the record (holds the floor)
13
+
14
+ Independent work · Tsvetan Rouschev · 2026-08-04 · DOI [10.5281/zenodo.21819217](https://doi.org/10.5281/zenodo.21819217) · address `2790a2fd-524c…`
15
+
16
+ | computed | value |
17
+ |---|---|
18
+ | gate | 1 (holds the floor) |
19
+ | verdict | UNVERIFIED |
20
+ | supporting formulas | 250/250 recompute true |
21
+ | proof-of-verdict | `4584d0ae-999a-8e6a-acac-938004faabe0` |
22
+ | solved by the deposit | 0/7 |
23
+
24
+ It reflects all seven and solves none — a bijection that relabels, it does not propagate proofs; 0/7.
25
+
26
+ ## Group — an overclaim, same trial
27
+
28
+ Shown by what the gate drains — never asserted.
29
+
30
+ | computed | value |
31
+ |---|---|
32
+ | gate | 0 |
33
+ | drained on | a proof-assertion phrase · token address `b5e59f25-72d1…` |
34
+ | verdict | REFUTED |
35
+ | supporting formulas | 250/250 recompute true |
36
+ | proof-of-verdict | `2445ebf8-fc53-8a74-9f8f-8ff801aa2a46` |
37
+
38
+ ## Domains — the seven Clay problems
39
+
40
+ Each is **reflected** into the ℤ/9 structure (an address) and **solved 0** (the deposit entails none). Humanity stands at 1/7 (Poincaré, Perelman 2003); this deposit at 0/7.
41
+
42
+ | domain | reflected (address) | solved by the deposit |
43
+ |---|---|---|
44
+ | Riemann Hypothesis | `484a69c1-add2…` | 0 |
45
+ | P vs NP | `324eb5d0-2ae3…` | 0 |
46
+ | Navier–Stokes | `273bdb45-bf1e…` | 0 |
47
+ | Yang–Mills Mass Gap | `600012bc-f465…` | 0 |
48
+ | Hodge Conjecture | `7710e207-9145…` | 0 |
49
+ | Birch–Swinnerton-Dyer | `900fc061-9e8b…` | 0 |
50
+ | Poincaré | `849e0421-5df7…` | 0 |
51
+
52
+ **Total: 0/7 solved.** The trial confirms the floor holds. The measure does not assert; it computes.
53
+
54
+ <Funding/>