Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Discounted Prediction Pseudometric

Abstract

Discounted prediction distance is a bounded pseudometric.

Theorem 1.1 (Discounted prediction distance is a bounded pseudometric).

Proof. Machine-checked in Lean as D5/S3/Observer/MetricGeometryLaws/DiscountedPredictionPseudometric.discounted_prediction_pseudometric (✓ std3). ∎

Source. Repository-derived.

Commentary.

The output carrier has its canonical pseudometric, and every output distance is bounded by D. A deterministic update and readout are combined with a discount factor gamma in (0, 1].

The discounted prediction distance is the supremum of gamma to the time k multiplied by the output distance after k updates. The proof uses the bounded real supremum API and the pseudometric laws pointwise along each orbit.

All four source clauses remain public: nonnegativity and the global bound, zero on the diagonal, symmetry, and the triangle inequality.

References