Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Local Distance Recurrence Uniqueness

Abstract

The local readout recurrence uniquely fixes the shortest distinguishing distance.

Theorem 1.1 (The local recurrence uniquely fixes shortest distance).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/PredictionCertificates/LocalDistanceRecurrenceUniqueness.local_recurrence_uniquely_determines_shortest_distance (✓ std3). ∎

Source. Repository-derived.

Commentary.

Represent an extended natural number by Option Nat, with none denoting infinity. A current readout mismatch forces distance zero. When the readouts agree, the distance is the successor of the next-pair distance, with successor preserving infinity.

The canonical table is constructed from the least future time at which the two readouts differ, and is infinite when no such time exists. Thus the source object is defined by first mismatch, independently of the equality proved here.

The exact repository theorem local_distance_eq_shortest already proves the full statement and is applied directly. Pinned Mathlib grep found no equal first-mismatch recurrence theorem.

References