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 3 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

3 results

Clear filters
Project-declaredLean 4.32.0

Deriv deriv eigenfunction zero

QuantumMechanics.OneDimension.HarmonicOscillator.deriv_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 -/ lemma deriv_eigenfunction_zero : deriv (Q.eigenfunction 0) = Complex.ofReal (- 1 / Q.ξ ^2) • Complex.ofReal * Q.eigenfunction 0 := by rw [eigenfunction_zero] simp...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
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

Schrodinger Operator eigenfunction

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record