PhysLean Documentation

PhysLean.QuantumMechanics.DDimensions.Operators.Position

Position operators #

i. Overview #

In this module we introduce several position operators for quantum mechanics on Space d.

ii. Key results #

Definitions:

Notation:

iii. Table of contents #

iv. References #

A. Position vector operator #

Component i of the position operator is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to xᵢψ.

Equations
Instances For

    Component i of the position operator is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to xᵢψ.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem QuantumMechanics.positionOperator_apply {d : } (i : Fin d) (ψ : SchwartzMap (Space d) ) (x : Space d) :
      (𝐱[i] ψ) x = (x.val i) * ψ x

      B. Regularized radius operator #

      Power of regularized norm, (‖x‖² + ε²)^(s/2).

      Equations
      Instances For
        theorem QuantumMechanics.norm_sq_add_unit_sq_pos {d : } (ε : ˣ) (x : Space d) :
        0 < x ^ 2 + ε ^ 2
        theorem QuantumMechanics.normRegularizedPow_pos (d : ) (ε : ˣ) (s : ) (x : Space d) :
        0 < normRegularizedPow d (↑ε) s x

        The radius operator to power s, regularized by ε ≠ 0, is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to (‖x‖² + ε²)^(s/2) • ψ.

        Equations
        Instances For

          The radius operator to power s, regularized by ε ≠ 0, is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to (‖x‖² + ε²)^(s/2) • ψ.

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

            The radius operator to power s, regularized by ε ≠ 0, is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to (‖x‖² + ε²)^(s/2) • ψ.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem QuantumMechanics.radiusRegPowOperator_apply_fun {d : } (ε : ˣ) (s : ) (ψ : SchwartzMap (Space d) ) :
              (𝐫[ε,s] ψ) = fun (x : Space d) => (x ^ 2 + ε ^ 2) ^ (s / 2) ψ x
              @[simp]
              theorem QuantumMechanics.radiusRegPowOperator_apply {d : } (ε : ˣ) (s : ) (ψ : SchwartzMap (Space d) ) (x : Space d) :
              (𝐫[ε,s] ψ) x = (x ^ 2 + ε ^ 2) ^ (s / 2) ψ x
              theorem QuantumMechanics.positionOperatorSqr_eq (d : ) (ε : ˣ) :
              i : Fin d, 𝐱[i].comp 𝐱[i] = 𝐫[ε,2] - ε ^ 2 1

              C. Unbounded position vector operator #

              The symmetric position unbounded operators with domain the Schwartz submodule of the Hilbert space.

              Equations
              Instances For

                D. Unbounded regularized radius operator #

                The symmetric (regularized) radius unbounded operators with domain the Schwartz submodule of the Hilbert space.

                Equations
                Instances For