Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Increasing Projection Strong Limit

Abstract

Increasing orthogonal projections converge strongly to the cumulative projection and, under terminal completeness, to the identity.

Theorem 1.1 (Increasing projections have the cumulative strong limit).

Proof. Machine-checked in Lean as D5/S3/Quantum/Completion/IncreasingProjectionStrongLimit.increasing_projection_strong_limit (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let S be an increasing sequence of closed projection subspaces of a Hilbert space. Its cumulative space is the closure of the supremum of the finite stages, and its terminal residual is the orthogonal complement of that cumulative space.

For every vector x, the orthogonal projections onto S(n) converge in norm to the orthogonal projection onto the cumulative space. This is the vectorwise form of the increasing-projection limit.

When the terminal residual is zero, the cumulative space is the whole Hilbert space. The same vectorwise limits then assemble through Mathlib’s pointwise-convergence topology on continuous linear maps, the strong operator topology, into convergence to the identity.

References