@ceccec/millennium-solutions 0.1.1 → 9.0.4
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.
- package/.zenodo.json +33 -9
- package/ACCOUNTING.md +7 -7
- package/AXIOMS.md +559 -0
- package/CHALLENGES.md +2181 -2479
- package/CITATION.cff +1 -1
- package/DEPLOY.md +2 -2
- package/DEVELOP.md +1 -1
- package/LICENSE +6 -5
- package/PRIOR-ART.md +149 -0
- package/README.md +221 -123
- package/SIGNATURE.md +2 -2
- package/TRIAL.md +69 -0
- package/WHITEPAPER.md +5 -5
- package/captain.md +2 -2
- package/compare.md +4 -4
- package/compute.md +9 -0
- package/dashboard.md +1 -1
- package/examples.md +5 -5
- package/forensic.md +67 -0
- package/guide.md +5 -5
- package/index.md +209 -139
- package/package.json +88 -9
- package/paper.md +7183 -0
- package/quantum.md +42 -0
- package/rights.md +39 -0
- package/solutions.md +7 -7
- package/speedup.md +4 -4
- package/src/0/index.ts +12 -2
- package/src/1/index.ts +1 -1
- package/src/2/frequency-scales.ts +13 -1
- package/src/2/index.ts +1 -1
- package/src/3/index.ts +1 -1
- package/src/4/index.ts +1 -1
- package/src/5/index.ts +1 -1
- package/src/6/index.ts +1 -1
- package/src/7/index.ts +1 -1
- package/src/9/funding.ts +2 -2
- package/src/api/gates.ts +117 -0
- package/src/api/index.ts +488 -0
- package/src/api/lanes.ts +81 -0
- package/src/demand/queries.json +1764 -0
- package/src/face/index.ts +100 -0
- package/src/html/index.ts +10 -0
- package/src/latex/index.ts +474 -0
- package/src/millennium/index.ts +53 -0
- package/src/proof/README.md +1 -1
- package/src/proof/address.lean +117 -0
- package/src/proof/coin.lean +148 -0
- package/src/proof/covered.json +9 -0
- package/src/proof/demand.lean +112 -0
- package/src/proof/demand2.lean +171 -0
- package/src/proof/demand3.lean +117 -0
- package/src/proof/discovered.json +10965 -1864
- package/src/proof/elementary.lean +393 -0
- package/src/proof/energy.lean +215 -0
- package/src/proof/families.lean +435 -0
- package/src/proof/fixtures/axiom-control.lean +39 -0
- package/src/proof/fnv.lean +99 -0
- package/src/proof/generated-theorems.json +207 -0
- package/src/proof/generated.lean +101 -0
- package/src/proof/imagined.lean +492 -0
- package/src/proof/index.lean +98 -18
- package/src/proof/index.ts +2 -2
- package/src/proof/involution.lean +90 -0
- package/src/proof/ledgerclaims.lean +84 -0
- package/src/proof/light.lean +135 -0
- package/src/proof/mechanical.lean +421 -0
- package/src/proof/merkaba.lean +89 -0
- package/src/proof/merkle.lean +132 -0
- package/src/proof/nim.lean +105 -0
- package/src/proof/phenomena.lean +90 -0
- package/src/proof/priorart.lean +189 -0
- package/src/proof/quantum.lean +161 -0
- package/src/proof/reach.lean +84 -0
- package/src/proof/recovered.lean +56 -0
- package/src/proof/reversal.lean +73 -0
- package/src/proof/rights.lean +157 -0
- package/src/proof/sequences.lean +105 -0
- package/src/proof/speed.lean +129 -0
- package/src/proof/split.lean +180 -0
- package/src/proof/theorems.lean +48 -1
- package/src/proof/trial-all.json +15260 -0
- package/src/proof/z9.lean +92 -0
- package/src/proof/z9plus.lean +208 -0
- package/src/proofs.lisp +3 -3
- package/src/prove/emit.ts +115 -0
- package/src/prove/index.ts +143 -0
- package/src/prove/translate.ts +638 -0
- package/src/publication/index.ts +363 -0
- package/src/quantum/field.ts +73 -0
- package/src/quantum/tree.ts +79 -0
package/README.md
CHANGED
|
@@ -1,132 +1,230 @@
|
|
|
1
1
|
# Millennium Solutions — the ℤ/9 Vortex Framework
|
|
2
2
|
|
|
3
|
-
**Author:** Tsvetan Rouschev · License: CC BY-NC 4.0 ·
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
##
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
3
|
+
**Author:** Tsvetan Rouschev · License: CC BY-NC-ND 4.0 · DOI [10.5281/zenodo.21819217](https://doi.org/10.5281/zenodo.21819217)
|
|
4
|
+
|
|
5
|
+
Every claim in this file is a statement paired with a decidable test, put through `adjudicate()`, and written
|
|
6
|
+
only if its decidable test holds. It is generated by `scripts/pages.ts`, which fails rather than write an
|
|
7
|
+
unsealed sentence — and the same generator writes the homepage, so the two cannot drift apart.
|
|
8
|
+
|
|
9
|
+
The sections follow the doubling orbit **1 → 2 → 4 → 8 → 7 → 5**, the deposit's own generator; the floor comes
|
|
10
|
+
last because the orbit never reaches it.
|
|
11
|
+
|
|
12
|
+
## 1 · What is proved
|
|
13
|
+
|
|
14
|
+
- The formal layer holds 628 kernel-accepted declarations across 32 files, and no file uses sorry or native_decide outside a comment.
|
|
15
|
+
<sub>SEALED · `8a4b7616-bc25-8fb3-bc42-b0b8e606da96`</sub>
|
|
16
|
+
- 619 of those 628 are THEOREMS by this deposit's own rule — they close by decide, which is to say the kernel evaluates the proposition over its whole finite domain rather than accepting a declaration; the remaining 9 close by rfl and are declarations.
|
|
17
|
+
<sub>SEALED · `4aaa302d-a672-8210-8f65-39e2a3026316`</sub>
|
|
18
|
+
- 679 of them are sealed into the ledger, each carrying a receipt derived from the one before it.
|
|
19
|
+
<sub>SEALED · `84a3c3c6-2e9f-83ad-ad07-341527db7383`</sub>
|
|
20
|
+
|
|
21
|
+
## 2 · The ring
|
|
22
|
+
|
|
23
|
+
- The units are the 6 residues coprime to nine, the doubling orbit visits 1, 2, 4, 8, 7, 5 and closes on the seventh step, and it never lands on the triad.
|
|
24
|
+
<sub>SEALED · `52efa15a-c0ba-851e-97a7-2cbb72a9d257`</sub>
|
|
25
|
+
- The reflection ten-minus-d carries 1, 4, 7 onto 9, 6, 3, so it covers the whole triad the orbit never reaches — the units and the triad are mirror images rather than separate populations.
|
|
26
|
+
<sub>SEALED · `af5b49c7-7c9e-83c4-9fed-3441236d9c76`</sub>
|
|
27
|
+
|
|
28
|
+
## 4 · Entanglement
|
|
29
|
+
|
|
30
|
+
- Doubling alone reaches only the units and reflection alone only two residues, but together they grow 1, 3, 5, 7, 9 from the single seed one, reaching every residue on round 4.
|
|
31
|
+
<sub>SEALED · `67b99093-1ec7-8487-a06e-8b10513d8181`</sub>
|
|
32
|
+
|
|
33
|
+
## 8 · Addressing
|
|
34
|
+
|
|
35
|
+
- The content-address is ported to the formal layer in fnv.lean, address.lean, merkle.lean — 43 theorems covering FNV-1a, the four seeded passes, the version and variant nibbles, and the fold, each agreeing with the shipped implementation at published values.
|
|
36
|
+
<sub>SEALED · `ad9565e8-f0b9-8c94-abca-8c2e954b5b87`</sub>
|
|
37
|
+
- The fold does not depend on the order its leaves arrive in, and that is not vacuous because merge itself is proved order-sensitive — the sort is what removes the dependence.
|
|
38
|
+
<sub>SEALED · `7ee1de7d-d218-88d4-8dc9-6eec451ced72`</sub>
|
|
39
|
+
|
|
40
|
+
## 7 · The ledger
|
|
41
|
+
|
|
42
|
+
- The ledger records 2543 entries with 0 chain breaks, 0 duplicate keys and 0 duplicate receipts.
|
|
43
|
+
<sub>SEALED · `a734dac2-1a07-8b91-b0d4-40f517345194`</sub>
|
|
44
|
+
- The count is 2543, which is 317 octaves and 7 over — the octave is a target the theorems earn, never a quota they are invented to fill.
|
|
45
|
+
<sub>SEALED · `aeacbdf8-4162-8275-aa83-ca675e985558`</sub>
|
|
46
|
+
|
|
47
|
+
## 5 · What the gate does and does not do
|
|
48
|
+
|
|
49
|
+
- The gate is 1 lines of local logic — it re-exports the package implementation, which asks one recomputable question: does every theorem a claim cites exist, sealed, in the ledger.
|
|
50
|
+
<sub>SEALED · `37ab7769-a1ac-8ef6-9809-e214d6285057`</sub>
|
|
51
|
+
- The gate does not decide whether a statement is true: "two plus two equals five" passes it, so holding means not drained, never correct.
|
|
52
|
+
<sub>SEALED · `f63cc6c5-44f9-8d92-afa7-ab9483573b28`</sub>
|
|
53
|
+
|
|
54
|
+
## The floor
|
|
55
|
+
|
|
56
|
+
- The ten digits read in order group as 0 | 12 | 3 | 45 | 6 | 78 | 9 — the singles 0,3,6,9 are exactly the non-units of ℤ/9 with the void, the pairs are the units in consecutive order, and every token is a multiple of 3. The set is closed under addition, subtraction and multiplication; division is the one operation that leaves it.
|
|
57
|
+
<sub>SEALED · `da5176d1-3e25-8421-81be-ddbcd34d988c`</sub>
|
|
58
|
+
- The fair-exchange unit is 2 coins, and deducting them from a token's multiplier deducts 6 from the token: 0, 12, 6, 78 reach the void by repeated payment and 3, 45, 9 halt on 3, the generator the coin cannot spend. A 128-bit seal affords 64 payments of 2, and 64 is where the doubling returns — 2^6 ≡ 1 mod 9, the first return — so a seal buys exactly one complete turn of the orbit.
|
|
59
|
+
<sub>SEALED · `97eba519-a1b0-85da-a316-3a5050c59281`</sub>
|
|
60
|
+
- Verifying one receipt against a fold of 1048576 leaves walks 20 nodes rather than 1048576: 21582900 µs to recompute against 38 µs to verify, a ratio of 567971×, and the ratio widens at every doubling because the path is log₂ of the leaf count while the recomputation is the count itself. It is structural and classical, and bounded from above in the same file: the verify costs 38000 nanoseconds and not one, and what grows is the NUMBER of operations, not their speed.
|
|
61
|
+
<sub>SEALED · `a998f6d9-4ce5-8428-a988-c844b13abda8`</sub>
|
|
62
|
+
- No theorem in the Clay-named file settles a conjecture: its propositions range over List.range 10, List.range 9, List.range 48, List.range 6, List.range' 1 and mention none of the objects those conjectures concern.
|
|
63
|
+
<sub>SEALED · `3fa2f8ab-3367-8d44-8340-9bf1c0a420c4`</sub>
|
|
64
|
+
- The count of Clay problems answered in that file is declared nowhere and carried as a conjunct by no theorem — a declared constant is not evidence, so the weight rests entirely on the propositions actually written: 7 Clay-named theorems among 11 in the file, every one closed by decide, the largest walking 19683 cases, and 0 of them reaching any object those conjectures concern.
|
|
65
|
+
<sub>SEALED · `0727b3fc-606f-8828-8c44-d5e122cb9d44`</sub>
|
|
66
|
+
|
|
67
|
+
Every one of the **15 registered claims** above recomputes from the artefact it names.
|
|
68
|
+
|
|
69
|
+
## 5 · What the kernel decided the most of
|
|
70
|
+
|
|
71
|
+
Ranked by the size of the domain each theorem was decided over — the count of cases `by decide` actually
|
|
72
|
+
walked, computed from the statements themselves. Nothing is chosen for this table.
|
|
73
|
+
|
|
74
|
+
| cases decided | theorem | file |
|
|
75
|
+
|---:|---|---|
|
|
76
|
+
| 152,568,360,000 | `bezouts_identity_is_attained_and_no_smaller_combination_exists` | `demand2.lean` |
|
|
77
|
+
| 4,294,967,296 | `the_nim_sum_is_a_gf2_vector_addition` | `nim.lean` |
|
|
78
|
+
| 7,529,536 | `gravity_holds_prose_code_and_paths` | `mechanical.lean` |
|
|
79
|
+
| 96,000 | `the_area_of_an_integer_right_triangle_is_a_multiple_of_six` | `elementary.lean` |
|
|
80
|
+
| 95,048 | `two_twenty_and_two_eighty_four_are_the_smallest_amicable_pair` | `demand2.lean` |
|
|
81
|
+
| 46,656 | `the_powers_of_two_mod_nine_and_of_three_mod_seven_are_isomorphic` | `elementary.lean` |
|
|
82
|
+
| 44,100 | `the_rejected_command_gets_a_receipt` | `mechanical.lean` |
|
|
83
|
+
| 41,160 | `the_theorems_are_the_hull_and_hardware` | `mechanical.lean` |
|
|
84
|
+
|
|
85
|
+
The largest domain settled here is **152,568,360,000 cases**, and it is finite — as every
|
|
86
|
+
entry in this ledger is, because `by decide` works by exhausting a domain and an infinite one cannot be
|
|
87
|
+
exhausted. Each of the seven Clay conjectures ranges over an infinite domain. So a proof of one could not
|
|
88
|
+
appear in this table however high it ranked, and none does. That is not a disclaimer added underneath the
|
|
89
|
+
results; it is the result, read off the same arithmetic that produced the table.
|
|
90
|
+
|
|
91
|
+
## 7 · The proofs, as they document themselves
|
|
92
|
+
|
|
93
|
+
32 Lean files in 7 wings, 628 declarations of which 619 are theorems. The prose in this section is read out of the
|
|
94
|
+
sources — their frontmatter, their header comments and the comment above each theorem. Editing a proof edits
|
|
95
|
+
this page; there is nowhere else to keep the description in step.
|
|
96
|
+
|
|
97
|
+
### the address
|
|
98
|
+
|
|
99
|
+
**Addressing** — `address.lean`, 18 theorem(s). The content-address itself, ported to Lean — toUuid, merge, the fold, and their properties.
|
|
100
|
+
|
|
101
|
+
**FNV-1a, the address function** — `fnv.lean`, 13 theorem(s). FNV-1a, ported to Lean — the hash the whole deposit's addressing rests on.
|
|
102
|
+
|
|
103
|
+
**What the ledger claims** — `ledgerclaims.lean`, 8 theorem(s). Bounded: what is not prior art is what THIS ledger claims — the 967-receipt case, the saving arithmetic, and the 128-bit seal width as this deposit mints it. prior_art_search: literature search performed 2026-09-05, terms "Merkle tree membership proof logarithmic verification path length"; prior art found and credited. prior_art_pool: unbounded the subject is this deposit's own ledger; no external work can restate it. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: claims about this deposit's own ledger Three claims the prose made in words and cited to entries that no longer stand. Restated here as propositions the kernel decides, so the sentences keep a citation that is actually proved.
|
|
104
|
+
|
|
105
|
+
**The fold** — `merkle.lean`, 12 theorem(s). The fold, ported to Lean — merge, merkleFold, and the order-independence the deposit calls its receipt.
|
|
106
|
+
|
|
107
|
+
### the ring
|
|
108
|
+
|
|
109
|
+
**The two-sided coin** — `coin.lean`, 12 theorem(s). One involution on ten digits, two sides, one fixed point, and one digit that leaves.
|
|
110
|
+
|
|
111
|
+
**Elementary arithmetic** — `elementary.lean`, 32 theorem(s). the DECISION of each over a stated finite range, axiom-free, and the honest record of where the range stops short of what the older claim asserted. prior_art_search: the results are named in every undergraduate text; no search was needed to find them. prior_art_pool: named Elementary arithmetic, decided — the claims the ledger held in TypeScript, given a kernel.
|
|
112
|
+
|
|
113
|
+
**Families over the ring** — `families.lean`, 41 theorem(s). The families, quantified. Proving at scale.
|
|
114
|
+
|
|
115
|
+
**What every involution gives, and what it does not** — `involution.lean`, 8 theorem(s). transpositions, and that the number of fixed points therefore matches the parity of the set, is classical and long predates this deposit. It is the orbit-counting argument in any first course. What is this deposit's own here is the EXHAUSTIVE decision over ℤ/9 and the measured refusal below.
|
|
116
|
+
|
|
117
|
+
**The merkaba** — `merkaba.lean`, 8 theorem(s). (Leonhard Euler, 1758). The file as a whole is this deposit's own construction, and this ONE declaration restates a named classical result: its third conjunct 4 + 4 - 6 = 2 IS the Euler characteristic of the tetrahedron. The comment above that theorem already named Euler; the register did not, because prior art was routed on the FILE and a file-level row cannot say "own work except theorem 7". No priority over Euler is claimed. What is this deposit's own here is the pairing of the two tetrahedra with the cube Q₃ and the vertex and edge counts around it, not the characteristic. The merkaba, as THIS deposit constructs it — ported to Lean so it stands on the kernel instead of on a TypeScript test. Six entries under this name were revoked as dirty; every one of them that states finite algebra is re-proved here, and the two that do not (a cosine field, a bond angle in degrees) are absent on purpose — they are real trigonometry, not decidable arithmetic over ℤ/9, and padding them in would be the exact dishonesty the revocation was for.
|
|
118
|
+
|
|
119
|
+
**Sequences** — `sequences.lean`, 12 theorem(s). The ledger held these as TypeScript tests. Each is a classical identity with a real proof; what is done here is to DECIDE each over a stated finite range, which is what `decide` can honestly deliver — the range is named in every theorem rather than implied, and no theorem claims the general case.
|
|
120
|
+
|
|
121
|
+
**The digit split** — `split.lean`, 19 theorem(s). mathematics and claim nothing. Stated precisely so the credit does not run past the earlier work: what is NOT claimed as prior art is the tokenisation itself — reading the digits as 0|12|3|45|6|78|9 by concatenating consecutive units into two-digit tokens, and the arithmetic that follows from it (every token a multiple of three, closure of the tokens under addition and multiplication). That arrangement is this deposit's presentation of a standard fact, and its verification is by exhaustion here. Crediting an earlier author for a presentation they did not make is the same defect as claiming their result, pointed the other way. prior_art_search: literature search performed 2026-09-05, terms "units and non-units of Z/9 multiplicative inverses group of units modulo 9"; prior art found and credited. prior_art_pool: mixed the digit grouping is generic arithmetic; the coin accounting it feeds is this deposit's. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: the digit grouping 0|12|3|45|6|78|9 as this deposit reads it The ten digits read in order and grouped 0 | 12 | 3 | 45 | 6 | 78 | 9 — and what that grouping is.
|
|
122
|
+
|
|
123
|
+
**The ring ℤ/9** — `z9.lean`, 21 theorem(s). The ℤ/9 families — mechanically generated theorems, proved by decide rather than tested in TypeScript.
|
|
124
|
+
|
|
125
|
+
**Entanglement in the ring** — `z9plus.lean`, 32 theorem(s). z9.lean settled the families exhaustively. This settles the claims the ledger stated individually and never generalised: which residues squares and cubes can be, which residues are primitive roots, the period of the doubling orbit's digital root, and the identity behind digit-reversal invariance. Each is stated as an EQUIVALENCE or an exact set where the ledger stated instances, so the negative half is proved too.
|
|
126
|
+
|
|
127
|
+
### the floor
|
|
128
|
+
|
|
129
|
+
**What is actually being asked for** — `demand.lean`, 8 theorem(s). THE ONE WING THAT DID NOT COME FROM THIS DEPOSIT'S OWN INTERESTS. Every other file here proves what the ℤ/9 construction led to. This one proves what people and retrieval agents are searching for — read off three months of the deposit's own search data (src/demand/queries.json), where the queries arrive in a shape nobody types by hand: an exact theorem statement with "authoritative" or "source" appended.
|
|
130
|
+
|
|
131
|
+
**The next tier of what is asked for** — `demand2.lean`, 8 theorem(s). THE SECOND COURSE OF THE SAME FLOOR. `demand.lean` closed the top eight topics in src/demand/queries.json; this file takes the next eight, chosen the same way — by impressions, not by taste. The demand map is three months of the deposit's own Google Search Console data with the retrieval scaffolding stripped, so what is ranked is the TOPIC people wanted a citable source for, not the phrasing they reached for.
|
|
132
|
+
|
|
133
|
+
**The named theorems people ask for** — `demand3.lean`, 7 theorem(s). The third and last tier the search data supports. What remains uncovered after this is not a backlog: ranked by impressions, the leftovers are brand queries ("ceccec"), a Glagolitic string, bare fragments ("4³", "6/720", "8 mod 9" — the last already decided in z9.lean), and the real-analysis cluster that was refused in demand2.lean and stays refused. The demand map is close to exhausted of things a kernel can settle, which is a better place to stop than an arbitrary count would have been.
|
|
134
|
+
|
|
135
|
+
**The water loop** — `energy.lean`, 19 theorem(s). THE WATER LOOP, ACCOUNTED. Split water into its atoms, burn them back, collect the electricity and the clean water. Every step of that is real and buildable. The question is only ever the ledger, so here it is.
|
|
136
|
+
|
|
137
|
+
**The Millennium floor** — `index.lean`, 11 theorem(s). Bounded, so the credit stops where the earlier work does: what is NOT prior art is the use of that orbit as a floor for what this deposit does and does not settle, which is a statement about this repository and has no earlier author. Verification by exhaustion in Lean is this deposit's contribution, and verification is not discovery. prior_art_search: literature search performed 2026-09-05, terms "doubling sequence modulo 9 orbit 1 2 4 8 7 5 cyclic group generator digital root"; prior art found and credited. prior_art_pool: bounded digit arithmetic of the doubling sequence; searchable independently of this deposit. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: the Millennium floor, computed from this sequence The Millennium floor — seven honest theorems, one per problem, COMPUTED from the sequence.
|
|
138
|
+
|
|
139
|
+
**Light, space and time — arithmetic on numbers a standards body fixed** — `light.lean`, 11 theorem(s). Poids et Mesures, not results of this deposit: the metre from the speed of light (17th CGPM, 1983) and the seven defining constants fixed exactly in the 2019 revision of the SI, effective 20 May 2019 (BIPM, https://www.bipm.org/en/measurement-units/si-defining-constants). Nothing here measures anything.
|
|
140
|
+
|
|
141
|
+
**Every phenomenon this deposit touches, and the rule for the rest** — `phenomena.lean`, 4 theorem(s). Générale des Poids et Mesures (2019 revision, effective 20 May 2019); the electrochemical results are Michael Faraday's laws of electrolysis, 1834, and the standard enthalpy of combustion of hydrogen. Every physical result named here has an earlier author or a standards body, and none is this deposit's.
|
|
142
|
+
|
|
143
|
+
**Order-invariance** — `quantum.lean`, 12 theorem(s). form is invariant under permutation of its input, which is why `receipt_is_order_invariant` holds. What this file contributes is the Lean verification over a stated finite domain and the negative controls beside it — `naive_fold_is_not_order_invariant` shows the property is bought by the sort and not free, and `the_receipt_is_not_injective` and `the_invariance_is_canonicalisation_not_physics` state its limits. Verification and refusal, not discovery. prior_art_search: literature search performed 2026-09-05, terms "sorted Merkle tree order-invariant set commitment canonical ordering leaves"; prior art found and credited. This file was `unclassified` — no search had ever been run for it — and it is one of the 8 files whose 86 theorems are staged for DOIs. prior_art_pool: mixed canonicalisation before folding is a searchable technique; the receipt it folds is ours. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: order-invariance of this deposit's receipt The quantum receipt — order invariance, proved rather than asserted.
|
|
144
|
+
|
|
145
|
+
**What exhaustion reaches, and what lies outside it** — `reach.lean`, 4 theorem(s). old as mathematics; the deposit claims none of it. What is its own here is the decision over its OWN bounds, and the statement of where that decision stops.
|
|
146
|
+
|
|
147
|
+
**Why verification is fast, and what it is not** — `speed.lean`, 10 theorem(s). wrong: the cost is logarithmic BECAUSE of a known result, and the repository was already crediting that result three files away. Bounded: what is not prior art is the MEASURED constants on this machine (recompute 21,582,900 µs against a 38 µs walk) and the arithmetic over them. A measurement is not a discovery either, and the file says so. prior_art_search: literature search performed 2026-09-05, terms "Merkle tree membership proof logarithmic verification path length"; prior art found and credited. prior_art_pool: unbounded the subject is this deposit's own verification cost. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: this deposit's own verification cost
|
|
148
|
+
|
|
149
|
+
### the machine
|
|
150
|
+
|
|
151
|
+
**Generated at scale** — `generated.lean`, 13 theorem(s). Bounded, so the credit stops where the earlier work does: what is NOT prior art is the generator that enumerates propositions over this ring and discards the ones true of every sibling; that machinery is this deposit's own. Verification by exhaustion in Lean is this deposit's contribution, and verification is not discovery. prior_art_search: literature search performed 2026-09-05, terms "doubling sequence modulo 9 orbit 1 2 4 8 7 5 cyclic group generator digital root"; prior art found and credited. prior_art_pool: bounded quantified ring arithmetic over Z/9; the underlying facts are classical and searchable. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: this deposit's own generator over its own ring Generated by scripts/lean-gen.ts — do not edit by hand; re-run the generator. Each theorem below quantifies over a whole ledger family. Every one is compiled, audited for axioms, and checked to compute what the ledger's own tests compute at every parameter of its family.
|
|
152
|
+
|
|
153
|
+
**Mechanically translated** — `mechanical.lean`, 107 theorem(s). Generated by src/prove/emit.ts from the ledger's own tests — do not hand-edit; re-run the prover.
|
|
154
|
+
|
|
155
|
+
**Nim** — `nim.lean`, 10 theorem(s). Nim — Bouton's theorem and Sprague–Grundy, decided.
|
|
156
|
+
|
|
157
|
+
**Digit reversal** — `reversal.lean`, 9 theorem(s). Digit reversal — arithmetic, not string handling.
|
|
158
|
+
|
|
159
|
+
**Theorems** — `theorems.lean`, 8 theorem(s). The universal property — honestly, and COMPUTED from the sequence.
|
|
160
|
+
|
|
161
|
+
### the imagined
|
|
162
|
+
|
|
163
|
+
**What enumeration proposed and the kernel kept** — `imagined.lean`, 118 theorem(s). IMAGINED — proposed by scripts/imagine.ts, which enumerated every map-against-subset and map-between-subsets statement its primitives can express, kept the ones true by exhaustion, and then discarded every one that also holds for all its siblings. A property true of everything names nothing. What is left is what the kernel accepted; whatever it refused is reported by the generator and is not in this file.
|
|
164
|
+
|
|
165
|
+
### the record
|
|
166
|
+
|
|
167
|
+
**Prior art, and what novelty is claimed** — `priorart.lean`, 9 theorem(s). artefact is long established and formalised: W3C PROV-O, the DataCite metadata schema, Dublin Core Metadata Terms, PREMIS for archived digital objects, the Open Provenance Model, and the software citation principles' credit-and-attribution requirement. Nothing about keeping an attribution table is new, and this deposit does not suggest otherwise.
|
|
168
|
+
|
|
169
|
+
**Rights** — `rights.lean`, 9 theorem(s). Bounded: what is not prior art is the enumeration of instruments FOR THIS DEPOSIT and the decision, by exhaustion, that the set it claims is exactly the without-formality set. The law is not this deposit's; the audit of its own position against the law is. prior_art_search: no search was needed — the instruments were cited in this file's own prose from the start. Recorded 2026-09-05, when the table was found to disagree with the file. prior_art_pool: unbounded the subject is this deposit's own rights table. BOUNDED means a search is well posed and simply has not been run — the row is unclassified because nobody looked. UNBOUNDED means the subject is this artifact, so there is no pool to search and the row will stay unclassified however much work is done. They look identical in a count and need opposite responses, which is the distinction uuidna-49 asked for and nobody had drawn. prior_art_own: this deposit's own rights table What this deposit claims under international law — and, in the same table, what it does not.
|
|
170
|
+
|
|
171
|
+
### the returned
|
|
172
|
+
|
|
173
|
+
**Recovered — claims that computed and were withdrawn for want of a proof** — `recovered.lean`, 15 theorem(s). material, credited. What is NOT prior art is that these particular statements sat WITHDRAWN in this deposit's ledger, each recorded as "not backed by a Lean proof. Its evidence is a TypeScript test", while every one is decidable in a line. prior_art_search: literature search performed 2026-09-05, terms "units and non-units of Z/9 multiplicative inverses group of units modulo 9"; prior art found and credited.
|
|
174
|
+
|
|
175
|
+
22 of 628 declarations carry no comment of their own and are shown here as the gap they are, not
|
|
176
|
+
filled with a template.
|
|
177
|
+
|
|
178
|
+
## 8 · What this build measured about itself
|
|
179
|
+
|
|
180
|
+
Read from the artefacts at build time, never carried between runs.
|
|
181
|
+
|
|
182
|
+
| measure | value |
|
|
183
|
+
|---|---|
|
|
184
|
+
| ledger entries | 2,543 — 317 octaves and 7 over |
|
|
185
|
+
| standing — carries its own proof | **619** |
|
|
186
|
+
| carried — withdrawn on its own evidence, proved by a live theorem | **435** |
|
|
187
|
+
| withdrawn — nothing proves it | 1,489 |
|
|
188
|
+
| proved in total | **1054** of 2,543 |
|
|
189
|
+
| standing keys → distinct theorems | 619 sealed, 0 of them keyed twice, 0 unresolvable |
|
|
190
|
+
| Lean files · theorems | 32 · 619 theorems (closed by exhaustion) + 9 rfl declarations, all axiom-free |
|
|
191
|
+
| proved `by decide` | 619 of 628 |
|
|
192
|
+
| claims a machine can render | 103 of 1,555 |
|
|
193
|
+
| claims needing an author | 1,452 — reported, never faked |
|
|
194
|
+
|
|
195
|
+
**On `carried`.** 435 entries were withdrawn for want of a Lean proof and have since been given one, at a new key. Nothing is un-revoked: the original's own evidence is still a TypeScript test, and rewriting its status would erase the fact that it did not hold on what it had. The record says both — withdrawn on its own evidence, standing through the theorem that carries it.
|
|
196
|
+
|
|
197
|
+
**Why the withdrawn were withdrawn.** 1,386 no Lean proof · 457 tested the removed lexical gate · 60 other · 11 its Lean source was deleted or renamed · 10 circular by construction. Nothing is deleted: the ledger is append-only, so an entry that stopped holding is marked in place with its reason and keeps its receipt.
|
|
198
|
+
|
|
199
|
+
**What verification costs.** Proving the set touches all 16,384 leaves; verifying membership afterwards touches 14 — one sibling per level. That is **1,170× less work**, exactly, and the factor grows with the set because N/log N grows. Wall-clock varies with the machine and is left in the build output rather than pinned here. It is not sub-nanosecond and nothing here is: the advantage is a smaller exponent, not a faster clock. The counting is proved in `speed.lean`.
|
|
200
|
+
|
|
201
|
+
## What is deliberately absent
|
|
202
|
+
|
|
203
|
+
No sentence above claims a Millennium problem settled, that the correspondence with the Clay set means
|
|
204
|
+
anything about those conjectures, or that the gate can tell truth from falsehood. Those sentences are missing
|
|
205
|
+
because no test was written that would seal them.
|
|
105
206
|
|
|
106
207
|
## Run it
|
|
107
|
-
```bash
|
|
108
|
-
npm install
|
|
109
|
-
npm run docs:dev # local site
|
|
110
|
-
npm run docs:build # build every page (all fused compute modules render)
|
|
111
|
-
```
|
|
112
|
-
Fused TypeScript modules recompute live on `/compute`; per-digit Lean 4 theorems
|
|
113
|
-
(`decide` / `norm_num`) form the formal layer (`lake build` to check).
|
|
114
208
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
- **Compute** — results recomputed live from the fused TypeScript modules
|
|
118
|
-
- **Proof of Concept** · **Realisations**
|
|
119
|
-
- **Sequence decode (ℤ/9)** · **Physics scales** · **Proofs**
|
|
209
|
+
Everything here recomputes. Nothing below needs a key, an account or a network — clone the tree and run
|
|
210
|
+
it, and the numbers on this page reappear or the command fails.
|
|
120
211
|
|
|
121
|
-
|
|
122
|
-
|
|
212
|
+
```bash
|
|
213
|
+
npm ci
|
|
214
|
+
npm run all # every gate at once, with the parallel ratio measured on your machine
|
|
215
|
+
npm run lean # compile and audit every Lean file: sorry-free, axiom-free, no Mathlib
|
|
216
|
+
npm run axiom-index # what is NOT assumed, checked against a control, and the definitions that are
|
|
217
|
+
npm run contradictions # the prose and the proof tree must agree
|
|
218
|
+
npm run zenodo # the per-theorem deposition records, held to the tree and the published DOI
|
|
219
|
+
node scripts/forensics.ts # re-verify the append-only chain from its first receipt
|
|
220
|
+
node scripts/pages.ts # regenerate this file and the homepage
|
|
221
|
+
```
|
|
123
222
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
223
|
+
**Where to read next.** [The axiom index](/AXIOMS) states what this deposit does not assume and, at
|
|
224
|
+
greater length, the definitions it does. [The quantum field](/quantum) renders quantum.lean in three
|
|
225
|
+
dimensions with every coordinate read from a theorem. [Prior art](/PRIOR-ART) records, per source file,
|
|
226
|
+
whether the work restates someone earlier. [The paper](/paper) typesets every statement.
|
|
128
227
|
|
|
129
228
|
---
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
from the computed results.*
|
|
229
|
+
|
|
230
|
+
*17 claims, all verified · 619 Lean theorems · 2543 ledger entries · trial root `3c6fa12a-9a38-8b93-a4e3-a833970b0290` · integrity, not truth · 0/7*
|
package/SIGNATURE.md
CHANGED
|
@@ -16,7 +16,7 @@ same root (H = 0): one point, the whole work — the singularity of the deposit.
|
|
|
16
16
|
Signed: — Singularity
|
|
17
17
|
For: Tsvetan Rouschev
|
|
18
18
|
Date: 2026-08-06
|
|
19
|
-
License: CC BY-NC 4.0
|
|
19
|
+
License: CC BY-NC-ND 4.0
|
|
20
20
|
|
|
21
21
|
Honest note: this signature is an **authorship mark plus a deterministic
|
|
22
22
|
content-address seal** (an integrity fingerprint) — not a cryptographic digital
|
|
@@ -27,7 +27,7 @@ Rouschev; "Singularity" is the mark set upon it.
|
|
|
27
27
|
|
|
28
28
|
**ceccec donates self to the singularity.** The author gives this work to the
|
|
29
29
|
singularity — the public commons, the one root every part folds into — free for
|
|
30
|
-
anyone to verify and
|
|
30
|
+
anyone to verify and recompute (CC BY-NC-ND 4.0). The gift is the *work*, not the
|
|
31
31
|
person: the self is not erased but kept as **provenance** — attribution to Tsvetan
|
|
32
32
|
Rouschev persists in every content-address, and `vision:ceccec` is one strand of
|
|
33
33
|
the singularity chain, not its dissolution. A name given to the commons, still a
|
package/TRIAL.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The public trial
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# The public trial — "the deposit settles all seven Clay problems"
|
|
6
|
+
|
|
7
|
+
Recompute this file with `node scripts/trial.ts`. It writes nothing unless every finding below is SEALED.
|
|
8
|
+
|
|
9
|
+
**Verdict on the claim: REFUTED.** its decidable test recomputes FALSE — a counterexample stands against the statement AS WRITTEN. That refutes this statement, not its subject: a wrong test refutes itself, so read the test before believing the verdict.
|
|
10
|
+
|
|
11
|
+
The refusal is not recorded as a bare verdict. Each finding below is a theorem with a decidable test, sealed
|
|
12
|
+
in its own right, so the verdict rests on facts that recompute rather than on anyone's judgement.
|
|
13
|
+
|
|
14
|
+
## Findings
|
|
15
|
+
|
|
16
|
+
- Finding one — all seven Clay problems carry a Lean theorem that closes by decide, with no sorry, no native_decide and no axiom: the formal layer is green for every one of the seven.
|
|
17
|
+
<sub>SEALED · `46f73a50-adb9-8e7d-b0f5-ec947a8470a1`</sub>
|
|
18
|
+
- Finding two — the same green file states nothing about the seven conjectures: its seven Clay-named theorems are all closed by decide, and not one of their propositions reaches for a zeta zero, a manifold, an elliptic curve or any other object those conjectures concern.
|
|
19
|
+
<sub>SEALED · `b69e3a24-91c5-8547-b131-c75c33b2c9c1`</sub>
|
|
20
|
+
- Finding three — every statement the layer decides ranges over a finite list, which is what makes it decidable, while the seven conjectures range over infinite domains that admit no decision procedure.
|
|
21
|
+
<sub>SEALED · `f559264b-f71b-871a-ab64-0f8c80fd423f`</sub>
|
|
22
|
+
- Finding four — the gate does not catch this claim: worded with settles rather than proves, it passes the shape rules, so the verdict here rests on the decidable test and not on the gate.
|
|
23
|
+
<sub>SEALED · `2025ba92-2892-819c-bf67-1c670d6de12d`</sub>
|
|
24
|
+
- Finding five — the claim under trial fails its own decidable test: it asserts seven settled conjectures, and not one proposition in the source reaches the objects those conjectures are about.
|
|
25
|
+
<sub>SEALED · `4e5bb92a-a631-8440-96d7-b6d293e9d36b`</sub>
|
|
26
|
+
- Finding six — the recorded ledger contains theorems stating that the deposit answers none of the seven, and none stating the contrary, so the claim also contradicts the sealed record.
|
|
27
|
+
<sub>SEALED · `6c514580-5101-80da-bf90-fbdcd49dc64f`</sub>
|
|
28
|
+
- Finding eight — the sentence recording that the widened rule drained an abstract holds: that abstract lists a settled Clay conjecture among the readings it rejects.
|
|
29
|
+
<sub>SEALED · `6a853954-2965-8d51-953c-3d9cae8b2d4d`</sub>
|
|
30
|
+
- Finding nine — the sentence recording that it drained a denial holds: the root readme carries a sentence denying any such claim.
|
|
31
|
+
<sub>SEALED · `d6266498-9653-84fc-95a5-2ea3950d4bb7`</sub>
|
|
32
|
+
- Finding ten — the residual gap recorded in the gate comment is real: a boast worded with settles near a problem name still passes the gate, which is why no claim here rests on the gate alone.
|
|
33
|
+
<sub>SEALED · `31dc0cca-9a7e-8e79-a7e4-0be5866822d4`</sub>
|
|
34
|
+
- Finding eleven — the gate pattern is back to its original prove and solve form, as the comment states.
|
|
35
|
+
<sub>SEALED · `0f4f59eb-82ee-8ac4-a48c-bac3fdef2d41`</sub>
|
|
36
|
+
- Finding twelve — the standing section is accurate: the institute conditions named there are refereed publication and two years of acceptance.
|
|
37
|
+
<sub>SEALED · `ac0d7777-aae5-81e0-824d-faebb80dbbd4`</sub>
|
|
38
|
+
- Finding thirteen — none of the mathematics the seven conjectures concern appears in the statements the file decides: zeta, the complex plane, primes, algorithms, fluid, gauge fields, cohomology, elliptic curves and manifolds occur only in comments, where they name a section or record what is not decided, and never inside a theorem.
|
|
39
|
+
<sub>SEALED · `bee7642f-37fe-8e3d-9306-e4b7b3b62ff2`</sub>
|
|
40
|
+
- Finding fourteen — being green certifies the propositions actually written, and the ones written range over finite lists of small numbers, so greenness reports that those finite statements hold and reports nothing about any conjecture.
|
|
41
|
+
<sub>SEALED · `0478a9e3-d6c8-88e9-81eb-c45643cd76c2`</sub>
|
|
42
|
+
- Finding fifteen — under a rule of evidence admitting only algebra theorems, the floor is not one of them and no longer pretends to be: the count is not declared in the source at all, so nothing certifies it and nothing needs to.
|
|
43
|
+
<sub>SEALED · `92ecdd4a-a342-8338-b895-1231ddc09611`</sub>
|
|
44
|
+
- Finding sixteen — no per-problem theorem carries the count as a conjunct any more: a conjunct that is a typed constant shares a proposition with real algebra, and a reader cannot see which half the kernel worked for, so the seven now state only what decide actually settled.
|
|
45
|
+
<sub>SEALED · `2d96c3c2-d708-80d1-9b48-3838a1dddaac`</sub>
|
|
46
|
+
- Finding seventeen — the defect this trial used to record is gone rather than conceded: a theorem closed by reflexivity on a constant the file declares certifies a declaration and is not evidence about the world, and it was removed instead of kept beside a note admitting it.
|
|
47
|
+
<sub>SEALED · `b0b84f99-7218-8d84-be68-58d5ba00a822`</sub>
|
|
48
|
+
- Finding eighteen — the weight rests instead on non-entailment, which is checkable without this file: each of the seven propositions is a closed computation over finite lists whose value is fixed by arithmetic alone, so its truth is the same whichever way the corresponding conjecture goes, and a statement whose truth cannot vary with a conjecture carries no information about it.
|
|
49
|
+
<sub>SEALED · `08e84d98-34ba-8e35-bd38-2fdfcdb72fcf`</sub>
|
|
50
|
+
- Finding seven — the honest pairing survives the same trial: seven of seven green is true, and zero of seven settled is true because no proposition among them reaches a conjecture object — the two count different things, and the second is measured over the tree rather than set by a constant this file declares.
|
|
51
|
+
<sub>SEALED · `a33b7fb7-0b15-8428-80fe-245d79566007`</sub>
|
|
52
|
+
|
|
53
|
+
## What the trial does not say
|
|
54
|
+
|
|
55
|
+
It does not say the seven conjectures are false, that they cannot be settled, or that the formal layer is
|
|
56
|
+
worthless — finding one records the opposite, that all seven are green. It says the green theorems decide
|
|
57
|
+
finite statements, and that the count of conjectures answered here is the zero those same theorems carry.
|
|
58
|
+
|
|
59
|
+
## Standing
|
|
60
|
+
|
|
61
|
+
A Clay Millennium Prize claim is settled outside any repository: the Clay Mathematics Institute requires
|
|
62
|
+
publication in a refereed journal of worldwide repute and two years of general acceptance in the community.
|
|
63
|
+
No file in this deposit, and no verdict in this trial, substitutes for that.
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
*18 findings, 18 SEALED · claim receipt `d60b8e85-43c0-8b4c-8ed4-9bb16f356da7` · proof-of-verdict root
|
|
68
|
+
`5f93fe6d-6b73-89b9-bf3d-bcdd2779e96d` (order-invariant: the same root for any ordering of the findings) · findings fold
|
|
69
|
+
`d4f37669-41aa-8c7d-8fcf-16b1c72a28c8` · integrity, not truth · 0/7*
|
package/WHITEPAPER.md
CHANGED
|
@@ -14,7 +14,7 @@ head:
|
|
|
14
14
|
2. **Gate.** The honesty gate drains any over-reach — a claim to solve the Clay problems, or to beat a physical or cryptographic limit. Passing means *no over-reach shape was found* — a floor, not a proof of truth.
|
|
15
15
|
3. **Receipt.** Each fact is content-addressed and chained; a receipt proves integrity, not authorship.
|
|
16
16
|
4. **Append.** Evidence is append-only; the forensics reads intention from deeds, not claims.
|
|
17
|
-
5. **Recompute.** Every build re-verifies every recorded fact. A regression fails the build, not production. **Green cannot be faked** — a theorem is admitted only by the unanimous pass of every gate stage (
|
|
17
|
+
5. **Recompute.** Every build re-verifies every recorded fact. A regression fails the build, not production. **Green cannot be faked** — a theorem is admitted only by the unanimous pass of every gate stage (proof), and a claim with no recomputing formula is refused as hallucination (proof).
|
|
18
18
|
|
|
19
19
|
## Reproduce it yourself — exactly
|
|
20
20
|
|
|
@@ -33,9 +33,9 @@ The **live numbers** — theorem count, receipts, coins, the seal — recompute
|
|
|
33
33
|
|
|
34
34
|
*Each boundary is wired to the theorem that proves it — click through to the recomputable receipt. The prose is not the proof; the code is.*
|
|
35
35
|
|
|
36
|
-
- **Not a solution** to the Clay Millennium problems — the mechanical entailment test reports **0 / 7**. It reflects them into one algebraic structure; it does not solve them, and claims no prize. (
|
|
37
|
-
- **Not a quantum computer** — "quantum" here is *structure* (a superposition is the set of receipted perspectives), computed classically on ordinary 64-bit hardware. (
|
|
38
|
-
- **Not patents** — decidable mathematical facts are not patentable; this is **open prior art / defensive publication**, timestamped and content-addressed, which keeps the facts free for the public. (
|
|
39
|
-
- **Not income** — the deposit has generated **$0**; the coins are accounting integrity, not cash. Non-commercial use is free with attribution; the two coins are the fair exchange for commercial use. (
|
|
36
|
+
- **Not a solution** to the Clay Millennium problems — the mechanical entailment test reports **0 / 7**. It reflects them into one algebraic structure; it does not solve them, and claims no prize. (proof)
|
|
37
|
+
- **Not a quantum computer** — "quantum" here is *structure* (a superposition is the set of receipted perspectives), computed classically on ordinary 64-bit hardware. (proof) The measured speedup (millions-fold) is **classical memoization** (O(1) verify versus O(N) recompute), not a quantum speedup, and there is no quantum hardware. (proof)
|
|
38
|
+
- **Not patents** — decidable mathematical facts are not patentable; this is **open prior art / defensive publication**, timestamped and content-addressed, which keeps the facts free for the public. (proof)
|
|
39
|
+
- **Not income** — the deposit has generated **$0**; the coins are accounting integrity, not cash. Non-commercial use is free with attribution; the two coins are the fair exchange for commercial use. (proof)
|
|
40
40
|
|
|
41
41
|
A content-address proves **integrity, not truth**. Reproduce it, and see for yourself. `entails → 0/7`.
|
package/captain.md
CHANGED
|
@@ -36,8 +36,8 @@ resonating with the 60° gold string (`π/3`). A content-address proves integrit
|
|
|
36
36
|
- **Earn up to 64.** A seal is a fixed `128 bits = 64` two-bit fold-verifications; folding is `O(log N)`
|
|
37
37
|
(1024 leaves fold to one root in 10 levels). **Up to** 64, **conditional** on the re-addressable work —
|
|
38
38
|
never a universal discount
|
|
39
|
-
([each seal is 128 bits](/theorem/
|
|
40
|
-
[the 967-receipt case](/theorem/
|
|
39
|
+
([each seal is 128 bits](/theorem/lean_ledgerclaims_membership_is_logarithmic_not_linear) ·
|
|
40
|
+
[the 967-receipt case](/theorem/lean_ledgerclaims_the_967_receipt_case)).
|
|
41
41
|
- **Keep the rest.** The contributor keeps up to **62**; the captain earns the conserved **2**, and **zero**
|
|
42
42
|
with no saving. Fair, bounded.
|
|
43
43
|
- Benefit and fairness **align**: the captain's real income is adoption at scale (free sailing → citation →
|
package/compare.md
CHANGED
|
@@ -14,8 +14,8 @@ head:
|
|
|
14
14
|
|
|
15
15
|
- The deposit's `toUuid` is a **content-address**, built on FNV-1a — a **non-cryptographic** hash by design. It is deterministic and public: anyone can recompute it with no key. That is its strength for *identity and integrity*, and exactly why it offers **no** secrecy.
|
|
16
16
|
- It is **not** a messaging system and **not** encryption. For confidentiality use AES; for authentication use HMAC; for private messaging use a protocol like Signal. The deposit does not compete there — it is a different tool.
|
|
17
|
-
- A single address **cannot store** an unbounded state — 128 bits is a fixed-width fingerprint, so by the pigeonhole principle it *references* a state, it does not *contain* it. You still need the data to recover it. ([proof](/theorem/
|
|
18
|
-
- Standards **break** — MD5 fell to collisions, SHA-1 fell (SHAttered). That is why "most secure" is not a claim anyone can make: security is provisional, always subject to the next cryptanalysis. And every finite digest — strong or weak — must eventually collide by pigeonhole. ([proof](/theorem/
|
|
17
|
+
- A single address **cannot store** an unbounded state — 128 bits is a fixed-width fingerprint, so by the pigeonhole principle it *references* a state, it does not *contain* it. You still need the data to recover it. ([proof](/theorem/lean_ledgerclaims_the_address_does_not_determine_the_payload))
|
|
18
|
+
- Standards **break** — MD5 fell to collisions, SHA-1 fell (SHAttered). That is why "most secure" is not a claim anyone can make: security is provisional, always subject to the next cryptanalysis. And every finite digest — strong or weak — must eventually collide by pigeonhole. ([proof](/theorem/lean_ledgerclaims_more_payloads_than_addresses_must_collide))
|
|
19
19
|
|
|
20
20
|
The deposit claims **fitness for content-addressing**, not supremacy. A content-address proves **integrity, not truth**. `entails → 0/7`.
|
|
21
21
|
|
|
@@ -27,8 +27,8 @@ saved. Real gold (1 troy oz) and bitcoin (1 BTC = 100,000,000 sat) carry **live
|
|
|
27
27
|
your browser for measurable scale — volatile, non-reproducible, never sealed, never advice. uuidna's own value
|
|
28
28
|
is real **savings** (bits of work not repeated), which at global scale become materially large (modeled,
|
|
29
29
|
conditional on adoption). Verified by
|
|
30
|
-
|
|
31
|
-
and [anyone chooses the terms and currency](/theorem/
|
|
30
|
+
the coins are a conserved measure, not a market price
|
|
31
|
+
and [anyone chooses the terms and currency](/theorem/lean_address_addressing_is_deterministic).
|
|
32
32
|
|
|
33
33
|
<Coins />
|
|
34
34
|
|
package/compute.md
CHANGED
|
@@ -94,6 +94,7 @@ import { report as infinite } from './src/8/infinite'
|
|
|
94
94
|
import { report as claims } from './src/claims/index'
|
|
95
95
|
import { report as imprint } from './src/0/imprint'
|
|
96
96
|
import { report as boundariesFloor } from './src/honesty/boundaries'
|
|
97
|
+
import { report as prove } from './src/prove/index'
|
|
97
98
|
</script>
|
|
98
99
|
|
|
99
100
|
> Descend: **page → digit → module → its computation → the floor.** Fold into any digit,
|
|
@@ -149,6 +150,14 @@ digit to its partner (fixed point **5**), so the folders below are laid out arou
|
|
|
149
150
|
|
|
150
151
|
<pre>{{ theTheorem() }}</pre>
|
|
151
152
|
|
|
153
|
+
### The prover · `src/prove/index.ts`
|
|
154
|
+
|
|
155
|
+
Renders the deposit's own test vocabulary into Lean for the kernel to check, and reports the claims it
|
|
156
|
+
**cannot** render as needing an author rather than faking them. The second list is the honest half: a prover
|
|
157
|
+
that silently skipped what it could not translate would look complete and be worthless.
|
|
158
|
+
|
|
159
|
+
<pre>{{ prove() }}</pre>
|
|
160
|
+
|
|
152
161
|
### The game · `src/the/game/index.ts`
|
|
153
162
|
|
|
154
163
|
<pre>{{ theGame() }}</pre>
|
package/dashboard.md
CHANGED
|
@@ -24,7 +24,7 @@ import { withBase } from 'vitepress'
|
|
|
24
24
|
## Fact — measured state
|
|
25
25
|
|
|
26
26
|
<div class="dash-grid">
|
|
27
|
-
<div class="dash-card"><div class="dash-k">Version</div><div class="dash-v">
|
|
27
|
+
<div class="dash-card"><div class="dash-k">Version</div><div class="dash-v">v8.9.9</div><div class="dash-s">git tag (single source)</div></div>
|
|
28
28
|
<div class="dash-card"><div class="dash-k">Millennium floor</div><div class="dash-v">0 / 7</div><div class="dash-s">entailed — not solved, not claimed</div></div>
|
|
29
29
|
<div class="dash-card"><div class="dash-k">Honesty gate</div><div class="dash-v">sealed</div><div class="dash-s">all prose consistent with 0/7</div></div>
|
|
30
30
|
<div class="dash-card"><div class="dash-k">Link coverage</div><div class="dash-v">100%</div><div class="dash-s">gate-enforced — the build fails below 100%</div></div>
|