Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Limit-Stage Residual Intersection

Abstract

A limit-stage residual is the intersection of all predecessor residuals.

Theorem 1.1 (Limit-stage residuals are predecessor intersections).

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

Source. Repository-derived.

Commentary.

Let V be a monotone indexed tower of closed subspaces in a complete real-or-complex inner-product space. Define the residual at each stage alpha by R(alpha) = V(alpha)^perp, and fix a stage lambda.

The premise identifies the space at lambda with the closed supremum of the spaces at all strictly earlier stages. Equivalently, this supremum is the closed linear span of their union.

Orthogonal complementation sends that closed supremum to the intersection of the residuals at every predecessor. The proof directly applies the pinned Mathlib identity ClosedSubmodule.iInf_orthogonal.

References

  • Truth anchor: D5/S3/Quantum/Completion/LimitStageResidualIntersection.limit_stage_residual_intersection