Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Lonely Runner: Fourteen of Twenty

Abstract

A reflected finite certificate supplies a rational lonely time for every fourteen speeds chosen from one through twenty.

Theorem 1.1 (Rational torus distance is an exact residue window).

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

Source. Repository-derived.

Commentary.

For natural s, a, and positive d, Mathlib’s fractional-part division identity rewrites the torus distance at time a/d as the residue of sa modulo d divided by d. Clearing the positive denominator gives the two natural-number window inequalities exactly.

This equivalence is the arithmetic bridge used by every reflected mask computation below; it is not a restatement of the final existence claim.

Theorem 1.2 (Fifteen masks cover every fourteen-speed selection).

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

Source. Repository-derived.

Commentary.

The first fifteen conjuncts are the exact safe masks at the listed rational times. Each equality is checked by kernel reduction after transport through the residue-window theorem.

The next conjunct exhausts the seven six-element subsets of the residual seven-speed set. The last conjunct lifts those computations by a complement argument to every fourteen-element subset of the full twenty-speed universe.

Theorem 1.3 (Every fourteen of the twenty speeds have a rational lonely time).

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

Source. Repository-derived.

Commentary.

For every fourteen-element subset S of speeds one through twenty, the finite certificate supplies a rational time in the unit interval whose exact safe mask contains S. Membership in that mask gives torus distance at least 1/15 for every selected speed.

The theorem covers all 38,760 such subsets through the structured complement proof; it does not rely on the impractical direct powerset reduction and does not assert the unrestricted Lonely Runner conjecture.

References

  • Truth anchor: D5/S1/Phase/LonelyRunnerFourteenOfTwenty.certificate_package
  • Truth anchor: D5/S1/Phase/LonelyRunnerFourteenOfTwenty.lonely_runner_fourteen_of_twenty
  • Truth anchor: D5/S1/Phase/LonelyRunnerFourteenOfTwenty.torusDist_nat_ratio_ge_iff_nat_residue_window