PhysLean Documentation

PhysLean.QuantumMechanics.DDimensions.Operators.Unbounded

Unbounded operators #

i. Overview #

In this module we define unbounded operators on a Hilbert space.

ii. Key results #

iii. Table of contents #

iv. References #

A. Definition #

An UnboundedOperator is a linear map from a submodule of H to H', assumed to be both densely defined and closable.

Instances For

    B. Partial order #

    Unbounded operators inherit the structure of a poset from LinearPMap, but not that of a SemilatticeInf because U₁.domain ⊓ U₂.domain may not be dense.

    Equations
    • One or more equations did not get rendered due to their size.

    C. Closure #

    The closure of an unbounded operator.

    Equations
    Instances For

      An unbounded operator is closed iff the graph of its defining LinearPMap is closed.

      Equations
      Instances For

        D. Adjoint #

        The adjoint of a densely defined, closable LinearPMap is densely defined.

        The adjoint of an unbounded operator, denoted as U†.

        Equations
        Instances For

          The adjoint of an unbounded operator, denoted as U†.

          Equations
          Instances For

            E. Symmetric operators #

            An UnboundedOperator constructed from a symmetric linear map on a dense submodule E.

            Equations
            Instances For
              @[simp]
              theorem QuantumMechanics.UnboundedOperator.ofSymmetric_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {E : Submodule H} (hE : Dense E) {f : E →ₗ[] E} (hf : f.IsSymmetric) (ψ : E) :
              (ofSymmetric hE hf).toLinearPMap ψ = E.subtype (f ψ)

              F. Self-adjoint operators #

              G. Generalized eigenvectors #

              A map F : D(U) →L[ℂ] ℂ is a generalized eigenvector of an unbounded operator U if there is an eigenvalue c such that for all ψ ∈ D(U), F (U ψ) = c ⬝ F ψ.

              Equations
              Instances For
                theorem QuantumMechanics.UnboundedOperator.isGeneralizedEigenvector_ofSymmetric_iff {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {E : Submodule H} (hE : Dense E) {f : E →ₗ[] E} (hf : f.IsSymmetric) (F : E →L[] ) (c : ) :
                (ofSymmetric hE hf).IsGeneralizedEigenvector F c ∀ (ψ : E), F (f ψ) = c F ψ