Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Eigenframe Invariance

Abstract

A basis of eigenvectors has invariant coordinate lines.

Theorem 1.1 (Every coordinate line of an eigenframe is invariant).

Proof. Machine-checked in Lean as D5/S1/Eigenstructure/EigenframeInvariance.eigenframe_coordinate_line_invariant (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let f be a linear endomorphism and b a basis indexed by i. When each b(i) is a nonzero eigenvector of f with eigenvalue lambda(i), the image under f of the scalar span of b(i) is contained in that same span for every index i.

Pinned Mathlib was searched before proving. No exact packaged eigenframe-invariance theorem was found. The proof is a thin wrapper over Module.End.HasEigenvector.apply_eq_smul, Submodule.map_le_iff_le_comap, and Submodule.span_singleton_le_iff_mem.

References

  • Truth anchor: D5/S1/Eigenstructure/EigenframeInvariance.eigenframe_coordinate_line_invariant