Momentum operators #
i. Overview #
In this module we introduce several momentum operators for quantum mechanics on Space d.
ii. Key results #
Definitions:
momentumOperator: (components of) the momentum vector operator acting on Schwartz maps𝓢(Space d, ℂ)as-iℏ∂ᵢ.momentumOperatorSqr: operator acting on Schwartz maps𝓢(Space d, ℂ)as∑ᵢ 𝐩[i]∘𝐩[i].momentumUnboundedOperator: a symmetric unbounded operator acting on the Schwartz submodule of the Hilbert spaceSpaceDHilbertSpace d.
Notation:
𝐩[i]formomentumOperator i𝐩²formomentumOperatorSqr
iii. Table of contents #
- A. Momentum vector operator
- B. Momentum-squared operator
- C. Unbounded momentum vector operator
iv. References #
A. Momentum vector operator #
Component i of the momentum operator is the continuous linear map
from 𝓢(Space d, ℂ) to itself which maps ψ to -iℏ ∂ᵢψ.
Equations
- 𝐩[i] = (-Complex.I * ↑↑Constants.ℏ) • (SchwartzMap.evalCLM ℂ (Space d) ℂ (Space.basis i)).comp (SchwartzMap.fderivCLM ℂ (Space d) ℂ)
Instances For
Component i of the momentum operator is the continuous linear map
from 𝓢(Space d, ℂ) to itself which maps ψ to -iℏ ∂ᵢψ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
QuantumMechanics.momentumOperator_apply_fun
{d : ℕ}
(i : Fin d)
(ψ : SchwartzMap (Space d) ℂ)
:
@[simp]
theorem
QuantumMechanics.momentumOperator_apply
{d : ℕ}
(i : Fin d)
(ψ : SchwartzMap (Space d) ℂ)
(x : Space d)
:
B. Momentum-squared operator #
The square of the momentum operator, 𝐩² ≔ ∑ᵢ 𝐩ᵢ∘𝐩ᵢ.
Equations
- QuantumMechanics.«term𝐩²» = Lean.ParserDescr.node `QuantumMechanics.«term𝐩²» 1024 (Lean.ParserDescr.symbol "𝐩²")
Instances For
C. Unbounded momentum vector operator #
The momentum operators defined on the Schwartz submodule.
Equations
Instances For
The symmetric momentum unbounded operators with domain the Schwartz submodule of the Hilbert space.