Hilbert space for one dimension quantum mechanics #
The Hilbert space for a one dimensional quantum system is defined as
the space of almost-everywhere equal equivalence classes of square integrable functions
from ℝ
to ℂ
.
Instances For
The anti-linear map from the Hilbert space to it's dual.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The anti-linear map, toBra
, taking a ket to it's corresponding
bra is surjective.
The anti-linear map, toBra
, taking a ket to it's corresponding
bra is injective.
Member of the Hilbert space as a property #
The proposition MemHS f
for a function f : ℝ → ℂ
is defined
to be true if the function f
can be lifted to the Hilbert space.
Equations
Instances For
A function f
satisfies MemHS f
if and only if it is almost everywhere
strongly measurable, and square integrable.
Construction of elements of the Hilbert space #
Given a function f : ℝ → ℂ
such that MemHS f
is true via hf
, then HilbertSpace.mk hf
is the element of the HilbertSpace
defined by f
.