Source-pinned research

Research proof index

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.

1 topic

591 results

Clear filters
Project-declaredLean 4.32.0

Deriv eigenfunction zero

QuantumMechanics.OneDimension.HarmonicOscillator.deriv_eigenfunction_zero

Project documentation

The nth eigenvalues for a Harmonic oscillator is defined as (n + 1/2) * ℏ * ω. -/ noncomputable def eigenValue (n : ℕ) : ℝ := (n + 1/2) * ℏ * Q.ω /-! ## Derivatives of the eigenfunctions

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eigenfunction completeness

QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_completeness

Project documentation

Assuming Plancherel's theorem (which is not yet in Mathlib), the topological closure of the span of the eigenfunctions of the harmonic oscillator is the whole Hilbert space. The proof of this result relies on fourierIntegral_zero_of_mem_orthogonal and Plancherel's theorem which together give us that the norm of f x * e ^ (- x^2 / (2 * ξ^2)) is zero fo...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eigenfunction integrable

QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_integrable

Plain-language statement

The eigenfunctions are integrable.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eigenfunction mul

QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_mul

Plain-language statement

A simplification of the product of two eigenfunctions.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eigenfunction normalized

QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_normalized

Plain-language statement

The eigenfunction are normalized.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eigenfunction orthogonal

QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_orthogonal

Plain-language statement

The eigenfunctions of the quantum harmonic oscillator are orthogonal.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record