Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Diagonal Interface Conjugacy

Abstract

Diagonal-interface-preserving similarity exactly recovers finite map conjugacy.

Theorem 1.1 (Diagonal-interface similarity is map conjugacy).

Proof. Machine-checked in Lean as D5/S3/Observer/Dynamics/DiagonalInterfaceConjugacy.diagonal_interface_conjugacy (✓ std3). ∎

Source. Repository-derived.

Commentary.

For each finite state type, the transfer operator is constructed from the state map by sending every coordinate basis vector to the basis vector at its image. The diagonal interface is independently constructed as the full range of pointwise multiplication operators.

A state equivalence transports coordinate functions and directly conjugates both constructions. Conversely, diagonal preservation makes each conjugated coordinate projection diagonal. Its nonzero coordinate reconstructs an injective state map, and finite dimension makes that map bijective.

The imported diagonal-corner reconstruction theorem then turns transfer similarity into the pointwise conjugacy equation. Repository and pinned-Mathlib searches found the transport, finite-rank, and corner dependencies used by the proof, but no theorem packaging the full displayed equivalence.

References