Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Compatible Unbounded Coordinates

Abstract

Actual first-coordinate projections are compatible but the partial-one family is unbounded and unrealizable.

Definition 1.1 (The actual first-coordinate span).

Formalization. D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.coordinateSpace (✓ std3).

Source. Repository-derived.

Commentary.

Coordinates are numbered from zero. The range n consists of exactly the first n coordinates, and stage zero is the span of the empty set.

Definition 1.2 (The actual partial-one vectors).

Formalization. D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.partialOnes (✓ std3).

Source. Repository-derived.

Commentary.

These are finite sums in the existing lp space at exponent 2, with its existing norm and inner product.

Proposition 1.3 (Finite-dimensional coordinate stages).

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

Source. Repository-derived.

Commentary.

The finite range of standard coordinate vectors spans each stage.

Proposition 1.4 (Actual orthogonal projections).

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

Source. Repository-derived.

Commentary.

Finite dimensionality supplies completeness locally, so no stage-completeness hypothesis is added.

Theorem 1.5 (Projection is coordinate truncation).

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

Source. Repository-derived.

Commentary.

The finite sum lies in the independently defined span. Its residual has zero first-n coordinates, so projection uniqueness applies. Mathlib’s complex inner product is conjugate linear in the first argument; the proof uses the residual in that argument and the coordinate vector in the second.

Theorem 1.6 (Compatible coordinates without a Hilbert-space realization).

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

Source. Repository-derived.

Commentary.

All earlier-stage projection equations hold, while the norms tend to infinity. Projection contraction excludes a common lp preimage. Actual lp vectors have summable squared coordinate norms, whereas constant-one coefficients do not. The final exclusion concerns the existing submodule of bounded functions; compatibility alone does not supply boundedness.

References

  • Truth anchor: D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.compatible_unbounded_coordinates
  • Truth anchor: D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.coordinateSpace
  • Truth anchor: D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.coordinateSpaceFiniteDimensional
  • Truth anchor: D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.coordinateSpaceHasOrthogonalProjection
  • Truth anchor: D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.coordinate_projection
  • Truth anchor: D5/S3/Quantum/Completion/CompatibleUnboundedCoordinates.partialOnes
  • Dependency: D5/S3/Quantum/Completion/BoundedInverseLimitReconstruction