research/lab/py/slice-coprimality
0 directories and 2 files in research/lab/py/slice-coprimality.
slice-coprimality
- Coprimality of the points of a 3D parity design on a diagonal slice
x + y + z = s. - Checks
A_s = Sum_{d | s, d squarefree} mu(d) N_s^(d)at every height, the base-prime peelN_s^(base)(level) = [000 in P][base | s] N_{s/base}(level-1), and the prime-slice visibility bound. - Measures the local price of a prime aggregated over the heights it divides, against
1/p^2, and atp = 2against the parity-walk formula. - Counts the central slice
s* = 3(base^level - 1)/2: its visible density, its per-prime locals, the independence product, its peel, the(9, -12)recurrence and the peel ratio. - Designs are the parity codes carpet
{000,100,010,001}(fill 20atbase 3), net{110,101,011,111}(fill 7), tree{000,001}(fill 12).
RUN
uv run python research/lab/py/slice-coprimality/slices.py- One core, about three seconds.
DOMAIN
- Enumerated: carpet
base 3tolevel 4,base 4tolevel 3,base 5tolevel 3; netbase 3tolevel 7; treebase 3tolevel 7. - The
level 6aggregated locals come from a residue transfer on(Z/p)^3and the central slice from a meet-in-the-middle over half levels; the transfer is checked against enumeration atlevel 3, the meet-in-the-middle against the height recursion atlevel 2..7. - The central count and its peel run to
level 14on the one-dimensional height recursion.
WITNESSES
coprime.md:266,268- zero Mobius mismatches at every height over the four design-base pairs, worst hidden count on a prime slice 3, peel exact atbase 3, 5, no net point with3 | gcdon all7^7points.coprime.md:270-0.040902against1/25,0.020446against1/49,p = 11, 13still converging.coprime.md:271-0.2850378 = 9121792/32002048, walk formula and count equal on the integer.coprime.md:272- tree dichotomy, zero visible on even heights and zero even gcds on odd, 1.49 million points each side.coprime.md:274,275-0.89216, 0.89776against0.57143, 0.61067, 0.65218;R_7 = 1093;base 5reading0.345, 0.492, 0.560; independence product0.64780, 0.89764, 0.55741against measured0.65218, 0.89776, 0.56006.coprime.md:276,277-6, 42, 306, 2250, 16578, 122202, 900882, the peel3, 27, 207, 1539, 11367, 83835, 618111, both on the(9, -12)recurrence tolevel 14, ratio0.093070331against(sqrt(33) - 5)/8 = 0.0930703308.- the claims line (was
DISCOVERIES.md:35,36) - the same numbers, plus2^1092 = 1 mod 1093^2and the tree dichotomy carried tolevel 7. slices.md:415- the pointer:1/p^2on the slice against1/p^3in the solid.