Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Dense Gap Mirror Parity

Abstract

Dense admissible integer configurations have parity-controlled reflection.

Theorem 1.1 (Point-count parity determines the reflected gap code).

Proof. Machine-checked in Lean as D5/S3/Arith/Congruence/DenseGapMirrorParity.dense_gap_mirror_parity (✓ std3). ∎

Source. Repository-derived.

Commentary.

The configuration has gapCount plus one ordered integer offsets. Every adjacent gap is two or four, and the offsets do not cover every residue modulo three.

The Boolean gap code is constructed by recording four-gaps as true. Mod-three admissibility forces alternation; reflection fixes the code at even point count and complements it at odd count.

References