Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Two-Four-Gap Modulo-Three Curvature

Abstract

Two-four-gap constellations omit a residue modulo three exactly when every adjacent curvature is nonzero.

Theorem 1.1 (Modulo-three admissibility is equivalent to nonzero gap curvature).

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

Source. Repository-derived.

Commentary.

Let H be a finite integer constellation whose consecutive gaps are all two or four. Its normalized curvature at a triple is the second gap bit minus the first gap bit.

The constellation omits a residue modulo three exactly when every adjacent curvature is nonzero. Equal gaps have zero curvature and their three points cover all residues.

A two-then-four turn has curvature one, while a four-then-two turn has curvature minus one. Each unequal turn visits only two residues and therefore has an explicitly omitted residue.

Repository and pinned-library searches found no exact theorem. The proof constructs the residue trajectory from the integer gaps, proves its two-step repetition, and classifies all four local gap pairs.

References

  • Truth anchor: D5/S3/Arith/Congruence/TwoFourGapModThreeCurvature.two_four_gap_mod_three_admissible_iff