Hilbert space for quantum mechanics on Space d #
@[reducible, inline]
The Hilbert space for single-particle quantum mechanics on Space d is defined to be
L²(Space d, ℂ), the space of almost-everywhere equal equivalence classes of square-integrable
functions from Space d to ℂ.
Instances For
The anti-linear map from the Hilbert space to its dual.
Equations
Instances For
@[simp]
The anti-linear map toBra taking a ket to its corresponding bra is surjective.
The anti-linear map toBra taking a ket to its corresponding bra is injective.
Member of the Hilbert space as a property #
theorem
QuantumMechanics.SpaceDHilbertSpace.aeStronglyMeasurable_of_memHS
{d : ℕ}
{f : Space d → ℂ}
(h : MemHS f)
:
theorem
QuantumMechanics.SpaceDHilbertSpace.memHS_iff
{d : ℕ}
{f : Space d → ℂ}
:
MemHS f ↔ MeasureTheory.AEStronglyMeasurable f MeasureTheory.volume ∧ MeasureTheory.Integrable (fun (x : Space d) => ‖f x‖ ^ 2) MeasureTheory.volume
A function f satisfies MemHS f if and only if it is almost everywhere
strongly measurable and square integrable.
@[simp]
Construction of elements of the Hilbert space #
theorem
QuantumMechanics.SpaceDHilbertSpace.aeEqFun_mk_mem_iff
{d : ℕ}
(f : Space d → ℂ)
(hf : MeasureTheory.AEStronglyMeasurable f MeasureTheory.volume)
:
def
QuantumMechanics.SpaceDHilbertSpace.mk
{d : ℕ}
{f : Space d → ℂ}
(hf : MemHS f)
:
↥(SpaceDHilbertSpace d)
Given a function f : Space d → ℂ such that MemHS f is true via hf,
SpaceDHilbertSpace.mk f is the element of the Hilbert space defined by f.
Equations
Instances For
theorem
QuantumMechanics.SpaceDHilbertSpace.coe_hilbertSpace_memHS
{d : ℕ}
(f : ↥(SpaceDHilbertSpace d))
:
MemHS ↑↑f
@[simp]
theorem
QuantumMechanics.SpaceDHilbertSpace.mem_iff
{d : ℕ}
{f : Space d → ℂ}
(hf : MeasureTheory.AEStronglyMeasurable f MeasureTheory.volume)
:
MeasureTheory.AEEqFun.mk f hf ∈ SpaceDHilbertSpace d ↔ MeasureTheory.Integrable (fun (x : Space d) => ‖f x‖ ^ 2) MeasureTheory.volume