Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite Subspace Complement Absorption

Abstract

Removing a finite-dimensional subspace preserves the Hilbert dimension and unitary type of an infinite-dimensional Hilbert space.

Theorem 1.1 (A finite extraction leaves a full-dimensional complement).

Proof. Machine-checked in Lean as D5/S3/Observer/Completion/FiniteSubspaceComplementAbsorption.finite_subspace_complement_absorption (✓ std3). ∎

Source. Repository-derived.

Commentary.

A common index type carries an explicit Hilbert basis of the orthogonal complement and an explicit Hilbert basis of the ambient space, which states equality of Hilbert dimension.

The complement unitary is the composition of the two basis representations. The quotient unitary then composes the canonical quotient-to-orthogonal-complement isometry with that unitary.

The proof extends a finite orthonormal basis of the extracted subspace to an ambient Hilbert basis. It applies the frozen basis-tail construction to the remaining coordinates and uses finite-cardinal absorption only to reindex that tail.

References