Physlib.QuantumMechanics.DDimensions.Operators.Multiplication
Multiplication operators on `SpaceDHilbertSpace`
i. Overview
In this module we introduce unbounded operators defined by multiplication by a function `f : Space d → ℂ`. The domain is defined to be as large as possible, namely a vector `ψ ∈ SpaceDHilbertSpace d` is in the domain iff `f • ψ ∈ SpaceDHilbertSpace d`.
ii. Key results
- `mulOperator f` : Given a function `f : Space d → ℂ`, the operator defined by `ψ ↦ f • ψ` (with maximal domain) with notation `𝓜 f`. - `mulOperator_adjoint_eq_conj` : For a.e. strongly measurable `f`, `(𝓜 f)† = 𝓜 (conj ∘ f)` - `mulOperator_isUnbounded` : For a.e. strongly measurable `f`, `𝓜 f` is an unbounded operator. - `mulOperator_compRestricted_le` : The composition `𝓜 f ∘ᵣ 𝓜 g` is contained in `𝓜 (f • g)`. - `mulOperator_compRestricted_eq` : The composition `𝓜 f ∘ᵣ 𝓜 g` is equal to `𝓜 (f • g)` when `(𝓜 g).domain = ⊤`.
iii. Table of contents
- A. Definition - B. Domain - C. Adjoint - C.1. Self-adjoint - D. Closable & unbounded - E. Composition
iv. References
See examples 1.3 and 3.8 in - K. Schmüdgen, (2012). "Unbounded self-adjoint operators on Hilbert space" (Vol. 265). Springer. https://doi.org/10.1007/978-94-007-4753-1
A. Definition
B. Domain
C. Adjoint
C.1. Self-adjoint
D. Closable & unbounded
E. Composition
14 declarations
Multiplication operator on
Given a complex-valued function , the multiplication operator is the partially defined linear operator on the Hilbert space that maps a vector to the product . The domain of this operator is the maximal subspace consisting of all such that the resulting product remains square-integrable, i.e., .
Notation for the multiplication operator
This definition introduces the notation for the multiplication operator. Given a function , the expression represents the unbounded linear operator on the Hilbert space that maps a vector to the product , defined on the maximal domain where such a product remains in the Hilbert space.
For a complex-valued function and a vector in the Hilbert space , belongs to the domain of the multiplication operator if and only if the pointwise product is square-integrable, i.e., .
The application of the multiplication operator equals the pointwise product almost everywhere
For any complex-valued function and any vector in the domain of the multiplication operator on the Hilbert space , the application of the operator is equal to the pointwise product almost everywhere with respect to the volume measure.
The multiplication operator has a dense domain
For any almost everywhere strongly measurable function , the multiplication operator has a dense domain in the Hilbert space .
The domain of a multiplication operator contains the Schwartz space if has temperate growth
Let be a natural number and be a function. If has temperate growth, then the Schwartz space is contained within the domain of the multiplication operator acting on the Hilbert space .
Let be an almost everywhere strongly measurable function. Let be the multiplication operator on the Hilbert space and let be the complex conjugate of . Then the domain of the multiplication operator is equal to the domain of the multiplication operator .
for measurable
For any almost everywhere strongly measurable function , the domain of the adjoint of the multiplication operator on is a subspace of the domain of the multiplication operator , where is the complex conjugate of . That is, .
for multiplication operators
Let be a natural number and let be an almost everywhere strongly measurable function. The adjoint of the multiplication operator on the Hilbert space is equal to the multiplication operator defined by the complex conjugate function .
is self-adjoint if is real-valued
Let be an almost everywhere strongly measurable function. If is real-valued, meaning that the composition of the complex conjugate with satisfies , then the multiplication operator on the Hilbert space is self-adjoint.
Multiplication operator is closable
For any almost everywhere strongly measurable function , the multiplication operator on the Hilbert space is a closable operator.
The multiplication operator is an unbounded operator
Let be a natural number and be a function that is almost everywhere strongly measurable. Then the multiplication operator (defined as with its maximal domain) is an unbounded operator on the Hilbert space .
for Multiplication Operators
For any complex-valued functions , the restricted composition of the multiplication operators and is a sub-operator of the multiplication operator associated with the pointwise product , denoted by: This implies that the domain of the composed operator is a subset of the domain of , and both operators agree on the domain of the composition.
when
For any complex-valued functions , if the domain of the multiplication operator is the entire Hilbert space (i.e., ), then the restricted composition of the multiplication operators and is equal to the multiplication operator of their pointwise product: where denotes the restricted composition of partial linear maps and is the pointwise product of the functions.
