Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite Readout Fiber Diameter

Abstract

A shared finite readout prefix gives a geometric prediction-distance bound.

Theorem 1.1 (A finite readout fiber has geometrically small prediction diameter).

Proof. Machine-checked in Lean as D5/S3/Observer/MetricGeometry/FiniteWordFiberDiameter.finite_word_fiber_prediction_diameter (✓ std3). ∎

Source. Repository-derived.

Commentary.

Fix an update, a readout, and a real-valued output discrepancy that vanishes on the diagonal. Assume all discrepancies are at most D and the discount factor gamma lies in (0, 1]. If two states have the same readout at update times zero through m, their discounted prediction distance is at most gamma to the power m plus one times D.

For times through m, readout equality makes the discrepancy term zero. At every later time k, the global distance bound gives gamma to the power k times D, and geometric decay compares this with gamma to the power m plus one times D. Taking the supremum proves the claim.

Loogle and LeanSearch found no full finite-prefix diameter theorem. The Lean proof applies the exact library results ciSup_le and pow_le_pow_of_le_one; repository and digestion-record searches found no duplicate.

References