All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Eigenfunction normalized

QuantumMechanics.OneDimension.HarmonicOscillator.eigenfunction_normalized

Plain-language statement

The eigenfunction are normalized.

Exact Lean statement

lemma eigenfunction_normalized (n : ℕ) : ⟪HilbertSpace.mk (Q.eigenfunction_memHS n),
    HilbertSpace.mk (Q.eigenfunction_memHS n)⟫_ℂ = 1

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma eigenfunction_normalized (n : ) : ⟪HilbertSpace.mk (Q.eigenfunction_memHS n),    HilbertSpace.mk (Q.eigenfunction_memHS n)⟫_ℂ = 1 := by  rw [inner_mk_mk]  conv_lhs =>    enter [2, x]    rw [eigenfunction_conj, Q.eigenfunction_mul_self]  rw [MeasureTheory.integral_const_mul, integral_complex_ofReal]  have hc : (∫ (x : ), physHermite n (x /Q.ξ) ^ 2 * Real.exp (- x ^ 2 / Q.ξ^2))      = ∫ (x : ), (physHermite n (1/Q.ξ * x) *      physHermite n (1/Q.ξ * x)) * Real.exp (- (1/Q.ξ)^2 * x ^ 2) := by    congr    funext x    ring_nf  rw [hc, physHermite_norm_cons]  simp only [one_div, mul_inv_rev, inv_inv, ξ_abs]  have : (n ! : ℂ)  0 := Complex.ne_zero_of_re_pos <| by simpa using factorial_pos n  have := Complex.ofReal_ne_zero.mpr (ne_of_gt Q.ξ_pos)  have := Complex.ofReal_ne_zero.mpr (Real.sqrt_ne_zero'.mpr Real.pi_pos)  simp only [smul_eq_mul, Complex.ofReal_mul, Complex.ofReal_natCast, Complex.ofReal_pow,    Complex.ofReal_ofNat]  field_simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QuantumMechanics/HarmonicOscillator/OneDimension/Eigenfunction.lean:238-258

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record