PhysLean Documentation

PhysLean.QuantumMechanics.DDimensions.SpaceDHilbertSpace.Basic

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 .

Equations
Instances For

    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 #

    The proposition MemHS f for a function f : Space d → ℂ 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.

      theorem QuantumMechanics.SpaceDHilbertSpace.memHS_add {d : } {f g : Space d} (hf : MemHS f) (hg : MemHS g) :
      MemHS (f + g)

      Construction of elements of the Hilbert space #

      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.mk_surjective {d : } (f : (SpaceDHilbertSpace d)) :
        ∃ (g : Space d) (hg : MemHS g), mk hg = f
        theorem QuantumMechanics.SpaceDHilbertSpace.inner_mk_mk {d : } {f g : Space d} (hf : MemHS f) (hg : MemHS g) :
        inner (mk hf) (mk hg) = (x : Space d), (starRingEnd ) (f x) * g x
        @[simp]
        theorem QuantumMechanics.SpaceDHilbertSpace.mk_add {d : } {f g : Space d} {hf : MemHS f} {hg : MemHS g} :
        mk = mk hf + mk hg
        @[simp]
        theorem QuantumMechanics.SpaceDHilbertSpace.mk_const_smul {d : } {f : Space d} {c : } {hf : MemHS f} :
        mk = c mk hf