Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Observer Power-Orbit Closure

Abstract

Power-orbit spans form the least invariant observer closure.

Theorem 1.1 (Observer orbit closure is the least invariant closure).

Proof. Machine-checked in Lean as D5/S3/Quantum/Dynamics/ObserverOrbitClosure.observer_closure_is_least_invariant (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let V be a finite-dimensional real Hilbert space, K a linear endomorphism, and W a visible subspace. The observer closure is constructed as the supremum of the images of W under every nonnegative power of K, exactly the submodule generated by the source power orbit.

The zero power proves extensivity, and monotonicity follows from monotonicity of submodule images. Mapping the supremum by K shifts each power image to its successor, which proves invariance.

Induction on the power shows that every invariant subspace containing W contains every orbit image and hence their supremum. This leastness gives idempotence when applied to the already invariant closure. Mathlib’s invariant-submodule map characterization is used directly.

References

  • Truth anchor: D5/S3/Quantum/Dynamics/ObserverOrbitClosure.observer_closure_is_least_invariant