Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Dynamical Observable Kernel

Abstract

The real algebra generated by iterated readouts has the complete-itinerary kernel.

Theorem 1.1 (Generated observables recover complete future behavior).

Proof. Machine-checked in Lean as D5/S3/Observer/WindowAlgebra/DynamicalObservableKernel.dynamical_observable_kernel (✓ std3). ∎

Source. Repository-derived.

Commentary.

For arbitrary state and output carriers, the observable algebra is constructed publicly as the real subalgebra generated by every real function of a range-factorized readout after a finite iterate of the update.

Equal complete itineraries make each generator, hence every algebraic combination of generators, agree. Conversely, when a future readout differs, a real indicator on the actual readout range separates the two states at that iterate.

The canonical completeItinerary and rangeFactorization primitives are reused. Repository and pinned-Mathlib searches found no exact real-carrier dynamical algebra theorem; the nearby frozen theorem uses a complex star algebra and is not coverage for this carrier.

References