CV-4: the oscillator energy spectrum — finite-energy predictions recovered #
Category: 3-Local (the oscillator energy spectrum — finite-energy predictions recovered).
CV-2/CV-3 (CV/Oscillator.lean) built the truncated-oscillator ladder operators
a, a†. This module reads off the energy spectrum and shows the truncation
recovers the finite-energy predictions of the ideal oscillator exactly.
The Hamiltonian is H = a†a + ½ (ℏω = 1). Since a†a = diag(0, 1, …, N−1) is
the number operator, H = diag(½, 3⁄2, …, N−1+½) is diagonal, Hermitian, with the
Fock states eₙ as energy eigenstates:
`H·eₙ = (n + ½)·eₙ`, `Eₙ = n + ½`.
The payoff is that Eₙ = n + ½ carries no N: the energy of level n is the
same in every truncation that contains it (oscEnergy is a function of n alone).
So the truncation is transparent for every level below the ceiling — the
zero-point energy E₀ = ½, the uniform ladder spacing Eₙ₊₁ − Eₙ = 1 (the
harmonic-oscillator signature), and each level are all recovered exactly. The
finite cutoff distorts nothing below it; the only defect (CV-3) is at the top
level N−1.
CSD reading #
A finite operational sector reproduces the low-lying oscillator physics exactly:
the discrete, evenly-spaced energy ladder and its zero-point offset are
cutoff-independent. The continuum oscillator is the N → ∞ limit, in which the
ladder simply extends; no low-energy prediction changes.
Honest scope (load-bearing) #
This reads the spectrum off the (already-built) number operator and states its
N-independence. It does not derive the oscillator dynamics or claim more
than the finite-spectrum recovery. Cat-1; foundational triple; CSD reading in the
docstrings only.
Main results #
hamiltonian_eq_diagonal:H = diag(n + ½).hamiltonian_isHermitian:His a genuine self-adjoint observable (real spectrum).hamiltonian_mulVec_single:H·eₙ = (n + ½)·eₙ— Fock states are energy eigenstates.oscEnergy/oscEnergy_gap/oscEnergy_ground: the cutoff-free energyEₙ = n + ½, uniform spacing1, zero-point½.hamiltonian_groundEnergy:H·e₀ = ½·e₀(the zero-point energy).
The oscillator Hamiltonian H = a†a + ½ (ℏω = 1).
Equations
- CSD.CV.hamiltonian N = CSD.CV.creation N * CSD.CV.annihilation N + 2⁻¹ • 1
Instances For
The energy of level n, Eₙ = n + ½. Crucially a function of n ALONE —
no dependence on the cutoff N — so it is the same in every truncation that
contains level n.
Equations
- CSD.CV.oscEnergy n = ↑n + 2⁻¹
Instances For
H = diag(½, 3⁄2, …, N−1+½). The Hamiltonian is diagonal with the energy
levels on the diagonal.
H is Hermitian (a genuine self-adjoint observable — hence real energies).
Zero-point energy. E₀ = ½ — the ground-state energy, cutoff-free.
Cutoff-independence of finite-energy predictions. For any two truncations,
levels with the same Fock index have the same energy: Eₙ depends only on n,
never on the cutoff N. This is the sense in which the truncated oscillator
recovers the ideal oscillator's finite-energy predictions exactly.