parity-fill.md
3.1 kB · markdown
The parity fill
- 2026-09-09 [Proved] The parity blend of the odd carpet stack has an exact rational fill: with
s_n = 1 - 2 C_nthe signed layer, the XOR of the layers is(1 - prod_n s_n)/2, and expanding the product over subsetsSof the scales and splittingprod_{n in S} C_n(u, v)into its two coordinates givesfill(N) = (1 - sum_S (-2)^|S| m_S^2)/2withm_Sthe measure of the set ofuwhere everyfloor(nu),n in S, is odd, a cell count on the grid oflcm(S); the fill reads1/9, 53/225, 3524/11025, 36284/99225, 19619/51975, 117419647/289864575, 109067744/289864575, 17006699344/45107387325, 6812188030619/19244451701475, 1114185811873/2749207385925atN = 3, 5, ..., 21, matching a literal 2D XOR count on the lcm cell grid at everyN <= 9and a 4096 raster at everyNwithin2.42e-04; coprime layers being independent, the exact fill equals the independent-Bernoulli fill(1 - prod_n (1 - 2 p_n))/2,p_n = ((n-1)/(2n))^2, atN = 3and5, and the vanishing triple massm_{3,5,7} = 0against the independent2/35breaks the agreement atN = 7. Witness: lab/py/parity-fillfill_exact,fill_literal,fill_independent,mass_table. - 2026-09-09 [Verified] The parity fill is not monotone in the layer count, falling from
0.405084502atN = 13to0.376271381atN = 15and0.353981924atN = 19, because 587 of the 1024 subsets of the odd scales3..21carry joint ink measure zero, the smallest being{3, 5, 7}, whose floors are never all odd at one point; the exact fill sits below the independent approximation at everyNfrom 7 to 21 with the deviation ratio growing to29.337331; every odd layer is invariant under the quarter turn about the centre (chi_n(1 - u) = chi_n(u)at oddn), so the fixed-increment parity fill obeysfill(d) = fill(90 - d)(Proved), 45 of 46 mirror pairs bit-equal on the raster; the square raster climbs0.320427, 0.375175, 0.424397, 0.444069atL = 4, 8, 14, 28. Witness: lab/py/parity-fillmass_table,section_independent,section_sweep,fill_raster. - 2026-09-09 [Conjecture] The parity fill of the odd carpet stack tends to
1/2: the raster climbs toward it while the exact deviation atL = 11is still9.47e-02and non-monotone, no rate derived; the moire law controls pairs while the expansion needs every subset mass, and which subsets of odd scales havem_S = 0is a covering question about the intervals[k/n, (k+1)/n)withkodd, open. Witness: lab/py/parity-fillfill_raster,mass_table. - 2026-09-09 [Refuted] The rational-increment eyes stand out in the parity fill: at
N = 55andR = 512the 89 nonzero whole-degree increments span0.490165to0.511161and the eyes at 18, 30 and 45 degrees read0.500185,0.494657and0.500282, inside the band at neither end, the one outlier being the unspun stack at0.475647; coincident-class layers carry different scales and share a sublattice, not a picture, so nothing cancels; the independent approximation'sO(2^-L)decay does not predict the exact deviation either, whose ratios run0.680to1.304and exceed 1 twice. Witness: lab/py/parity-fillsection_sweep,section_independent.