Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Seat-Tower Arithmetic

Abstract

Isolate the arithmetic reductions used by the seat-tower selector, walk formula, input gate, and divisibility floor.

This module records five arithmetic reductions with all structural premises explicit. It does not prove the Jacobi selector, identify canonical W3 data, validate orbit inputs, or extend finite observations to measurable claims.

Theorem 1.1 (Multiples of twelve have two residues modulo twenty-four).

Proof. Machine-checked in Lean as D5/S1/Phase/SeatTowerArithmetic.mod_twenty_four_eq_zero_or_twelve (✓ std3). ∎

Source. Repository-derived.

Commentary.

If an integer is explicitly written as twelve times a quotient, its residue modulo twenty-four is zero or twelve. No orbit divisibility premise is inferred.

Theorem 1.2 (Divisibility by twenty-four is quotient parity).

Proof. Machine-checked in Lean as D5/S1/Phase/SeatTowerArithmetic.twenty_four_dvd_iff_even_quotient (✓ std3). ∎

Source. Repository-derived.

Commentary.

Under the same explicit factorization by twelve, divisibility by twenty-four is equivalent to evenness of the quotient. The theorem does not identify that parity with a Jacobi symbol.

Theorem 1.3 (The BHK and Rademacher hypotheses rearrange to the walk expression).

Proof. Machine-checked in Lean as D5/S1/Phase/SeatTowerArithmetic.bhk_implies_w3_walk (✓ std3). ∎

Source. Repository-derived.

Commentary.

For rational variables and a nonzero denominator, the displayed conclusion follows algebraically from explicit BHK and Rademacher equations. This is not a typed identification theorem for canonical W3 data.

Theorem 1.4 (The Pythagorean equation normalizes to an Eisenstein norm).

Proof. Machine-checked in Lean as D5/S1/Phase/SeatTowerArithmetic.pythagorean_gate_iff_eisenstein_norm (✓ std3). ∎

Source. Repository-derived.

Commentary.

The two integer polynomial equations are equivalent by normalization. The theorem does not prove that actual orbit parameters satisfy either equation and does not validate narrative input data.

Theorem 1.5 (A nonzero multiple of twelve has absolute value at least twelve).

Proof. Machine-checked in Lean as D5/S1/Phase/SeatTowerArithmetic.twelve_le_abs_of_dvd_of_ne_zero (✓ std3). ∎

Source. Repository-derived.

Commentary.

Explicit divisibility by twelve and nonzeroness imply the absolute-value floor. No sampled congruence, asymptotic law, or measurable statement is closed.

References

  • Truth anchor: D5/S1/Phase/SeatTowerArithmetic.bhk_implies_w3_walk
  • Truth anchor: D5/S1/Phase/SeatTowerArithmetic.mod_twenty_four_eq_zero_or_twelve
  • Truth anchor: D5/S1/Phase/SeatTowerArithmetic.pythagorean_gate_iff_eisenstein_norm
  • Truth anchor: D5/S1/Phase/SeatTowerArithmetic.twelve_le_abs_of_dvd_of_ne_zero
  • Truth anchor: D5/S1/Phase/SeatTowerArithmetic.twenty_four_dvd_iff_even_quotient