Eigenfunction square integrable
QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_square_integrable
Plain-language statement
The eigenfunctions are square integrable.
Source project: Physlib
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 591 research declarations. Search 10,000 more complete Mathlib declarations.
591 results
Clear filtersQuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_square_integrable
Plain-language statement
The eigenfunctions are square integrable.
Source project: Physlib
Person-level attribution pending.
QuantumMechanics.OneDimension.HarmonicOscillator.fourierIntegral_zero_of_mem_orthogonal
Plain-language statement
If f is a function ℝ → ℂ satisfying MemHS f such that it is orthogonal to all eigenfunction n then the fourier transform of f (x) * e ^ (- x ^ 2 / (2 ξ^2)) is zero. The proof of this result relies on orthogonal_exp_of_mem_orthogonal.
Source project: Physlib
Person-level attribution pending.
QuantumMechanics.OneDimension.HarmonicOscillator.orthogonal_exp_of_mem_orthogonal
Plain-language statement
If f is a function ℝ → ℂ satisfying MemHS f such that it is orthogonal to all eigenfunction n then it is orthogonal to e ^ (I c x) * e ^ (- x ^ 2 / (2 ξ^2)) for any real c. The proof of this result relies on the expansion of e ^ (I c x) in terms of x^r/r! and using orthogonal_power_of_mem_orthogonal along with integrability conditions.
Source project: Physlib
Person-level attribution pending.
QuantumMechanics.OneDimension.HarmonicOscillator.orthogonal_power_of_mem_orthogonal
Plain-language statement
If f is a function ℝ → ℂ satisfying MemHS f such that it is orthogonal to all eigenfunction n then it is orthogonal to x ^ r * e ^ (- x ^ 2 / (2 ξ^2)) the proof of this result relies on the fact that Hermite polynomials span polynomials.
Source project: Physlib
Person-level attribution pending.
QuantumMechanics.OneDimension.HarmonicOscillator.schrodingerOperator_eigenfunction
Plain-language statement
The nth eigenfunction satisfies the time-independent Schrodinger equation with respect to the nth eigenvalue. That is to say for Q a harmonic oscillator, Q.schrodingerOperator (Q.eigenfunction n) x = Q.eigenValue n * Q.eigenfunction n x. The proof of this result is done by explicit calculation of derivatives.
Source project: Physlib
Person-level attribution pending.
QuantumMechanics.OneDimension.HilbertSpace.memHS_iff
Plain-language statement
A function f satisfies MemHS f if and only if it is almost everywhere strongly measurable, and square integrable.
Source project: Physlib
Person-level attribution pending.