Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Vector Shell Energy

Abstract

A complete orthogonal Hilbert sum decomposes vector energy into initial, countable-shell, and residual weights.

Theorem 1.1 (Complete orthogonal shells decompose vector energy).

Proof. Machine-checked in Lean as D5/S3/Observer/Tomography/VectorShellEnergy.vector_shell_energy_decomposition (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let H be a complete real inner-product space presented as an internal Hilbert sum with two distinguished coordinates and a countable family of extracted-shell coordinates. The distinguished coordinates represent the initial and residual subspaces.

For a vector psi, initialComponent, extractedComponent, and residualComponent embed its Hilbert-sum coordinates back into H. The extracted index n equals zero for the source shell numbered one, so the displayed sum is the exact reindexing of shells n at least one.

The squared norm equals the initial squared norm, the infinite sum of extracted squared norms, and the residual squared norm. The same named theorem retains the unit-vector clause: when the vector norm is one, these nonnegative weights have total mass one.

Pinned Mathlib supplies lp.norm_rpow_eq_tsum and the canonical isometric equivalence associated with IsHilbertSum; the proof applies them directly. Repository search found finite-stage and one-step shell identities, but no equal infinite energy-and-probability theorem.

References

  • Truth anchor: D5/S3/Observer/Tomography/VectorShellEnergy.vector_shell_energy_decomposition