Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Diagonal Corner Reconstruction

Abstract

Coordinate corners recover every transition of a transfer operator.

Theorem 1.1 (Diagonal corner reconstruction formula).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/InverseLimits/DiagonalCornerReconstruction.diagonal_corner_reconstruction (✓ std3). ∎

Source. Repository-derived.

Commentary.

For an arbitrary state type Y and map tau, the basis vector at y is the finitely supported unit coordinate. The coordinate projection is evaluation at y followed by injection into that coordinate.

The imported transfer operator is constructed from the source map by Finsupp.lmapDomain. Its action on a unit coordinate is exactly the unit coordinate at the image state.

Composing the source-coordinate projection, transfer, and target-coordinate projection leaves the image basis vector when z is tau(y). The exact coordinate evaluation lemmas make the composition zero otherwise, which also proves the nonzero criterion.

References