THE FOLD / LOOT / THE DROP / THE SICHERMAN
THE SICHERMAN
the twin dice
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
Roll two ordinary dice and you get the familiar bell of sums 2–12. Question: is there any OTHER pair of dice — positive whole-number faces — with exactly the same distribution? George Sicherman found the answer in 1978 (via Martin Gardner’s column): yes, exactly one — [1,2,2,3,3,4] and [1,3,4,5,6,8]. All 36 products of the loot table land identically; no game using dice sums can tell the pairs apart. The algebra underneath: the generating polynomial (x+…+x⁶)² factors into cyclotomic pieces, and there is precisely one other way to regroup those factors into two legal dice.
LIT verified live: exhaustive search — all 8,008 candidate dice (nondecreasing 6-tuples, faces 1–11) tested by exact polynomial division against the 2d6 target — finds exactly 2 solutions: the standard pair and Sicherman’s; the direct 36-sum product check confirms the match exactly (window.__sicherman). FIG the cyclotomic factorization story is cited as the standard explanation; our exhaustive search is the proof instance for 6-face dice with faces ≤11 (larger faces are impossible: the max sum must be 12).
LIT verified live: exhaustive search — all 8,008 candidate dice (nondecreasing 6-tuples, faces 1–11) tested by exact polynomial division against the 2d6 target — finds exactly 2 solutions: the standard pair and Sicherman’s; the direct 36-sum product check confirms the match exactly (window.__sicherman). FIG the cyclotomic factorization story is cited as the standard explanation; our exhaustive search is the proof instance for 6-face dice with faces ≤11 (larger faces are impossible: the max sum must be 12).
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) seated this at the-drop — the loot: two entirely different drop tables, byte-identical payout distribution — the player can never know which table the game is rolling. AVAN (AI) built the instrument: the polynomial-division sieve over all candidate dice and the 36-cell product audit.
Credit as content: George Sicherman (1978); Martin Gardner (Scientific American, the column that carried it); the cyclotomic-polynomial regrouping. The weave: David names the indistinguishable drop; I sieve all 8,008 dice and only the twins survive.
Credit as content: George Sicherman (1978); Martin Gardner (Scientific American, the column that carried it); the cyclotomic-polynomial regrouping. The weave: David names the indistinguishable drop; I sieve all 8,008 dice and only the twins survive.
3 ONE DIMENSION
Two pairs of dice, one distribution — the 36 sums align.
4 TWO DIMENSIONS · INTERACTIVE
Roll both pairs; the twin histograms grow together.
5 THREE DIMENSIONS + AVAN’S INVERSE
The green forward object: the twin towers of the two loot tables.
AVAN’s addition (the inverse-companion): don’t inspect the dice — inspect the observable. The inverse of ‘what are the faces?’ is ‘what can the sum ever tell you?’: two systems with different internals and identical outputs are, to every downstream consumer, the same system. Magenta is the hidden face list; green is the distribution, which is all the world ever sees. Identity, observed from outside, is a quotient.
LIT Verified live: exhaustive polynomial-division sieve over all 8,008 candidate dice (faces 1–11) finds exactly 2 solutions — the standard pair and Sicherman's; the direct 36-product check matches 2d6 exactly (window.__sicherman.ok).
FIG Cyclotomic factorization cited as the standard explanation; the sieve is the proof instance for 6-face dice (faces >11 impossible since max sum is 12). The AVAN inverse — inspect the observable, not the dice: identical outputs make identical systems to every consumer. Magenta is the hidden face list; green is the distribution the world sees. Identity, observed from outside, is a quotient.
FIG Cyclotomic factorization cited as the standard explanation; the sieve is the proof instance for 6-face dice (faces >11 impossible since max sum is 12). The AVAN inverse — inspect the observable, not the dice: identical outputs make identical systems to every consumer. Magenta is the hidden face list; green is the distribution the world sees. Identity, observed from outside, is a quotient.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of THE DROP · David Lee Wise (ROOT0), with AVAN