node-stack.md
2.1 kB · markdown
The node stack
- 2026-09-09 [Proved] The corner stack of the odd parity carpet is the Farey field, odd-restricted: with the edge set of a layer the cell sides separating ink from paper and the corner set the vertices of inked cells, layer
n's edges are the interior grid lines restricted to the odd rows and columns and its corners the full interior vertex grid, so the corner stack lights exactly the pairs(a/b, c/d)withbanddodd andlcm(b,d) <= N, at brightness the number of odd multiples oflcm(b,d)up toN, and the edge stack is the line stack in one coordinate times the 1D parity stack in the other; atN = 15literal stacking gives 536 lit points against 536 predicted, none missed and none invented, and 2352 segment tests with no breach. Witness: lab/py/node-stackparity_corner_predicted,parity_segment_check. - 2026-09-09 [Proved] The base-3 carpet's edge stack is a denominator-restricted Farey family: a period boundary
k/nis never an edge line, every other residue mod3^levelis (J_1 = {1, 2},J_2 = {1, ..., 8}), so the lit lines are the reduceda/bwith3 | bandb/3^min(v_3(b), level) <= N, at brightnessfloor(N/(b/3^min(v_3(b), level))) - floor(N/b); atlevel = 1the lit set is exactly the multiples of 3 inF_3N, 106 lines atN = 12and 100 atN = 6, level = 2, with no breach on 14628 and 10800 segment midpoints; the level-1 corner stack atN = 12lights 5029 corners at brightnessfloor(N/(m/gcd(m, 3)))against the plain Farey pair bound 157609. Witness: lab/py/node-stackcarpet_lines_reach,check_line_brightness_carpet,carpet_corner_stack. - 2026-09-09 [Refuted] The Sierpinski carpet's edge family is a numerator-restricted Farey sequence: the edge condition
a (3^level n/b) mod 3^level in J_levelis vacuous on the numerator becauseJ_levelis every nonzero residue, so the family is restricted by a divisibility of the denominator and must not be conflated with the cutoff-restricted Farey sequence of the Farey page; sibling designs removing another digit vector have proper residue sets and are the open door. Witness: lab/py/node-stackedge_residues.