PhysLean Documentation

PhysLean.QuantumMechanics.OneDimension.HilbertSpace.Basic

Hilbert space for one dimension quantum mechanics #

@[reducible, inline]

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 .

Equations
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.

        Equations
        Instances For
          theorem QuantumMechanics.OneDimension.HilbertSpace.inner_mk_mk {f g : } {hf : MemHS f} {hg : MemHS g} :
          inner (mk hf) (mk hg) = (x : ), (starRingEnd ) (f x) * g x
          theorem QuantumMechanics.OneDimension.HilbertSpace.mk_add {f g : } {hf : MemHS f} {hg : MemHS g} :
          mk = mk hf + mk hg