All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Momentum Operator Unbounded is Symmetric

QuantumMechanics.OneDimension.momentumOperatorUnbounded_isSymmetric

Project documentation

The unbounded momentum operator, whose domain is Schwartz maps. -/ def momentumOperatorUnbounded : UnboundedOperator schwartzIncl schwartzIncl_injective := UnboundedOperator.ofSelfCLM momentumOperatorSchwartz /-! ## Generalized eigenvectors of the momentum operator -/ lemma planeWaveFunctional_generalized_eigenvector_momentumOperatorUnbounded (k : ℝ) : mo...

Exact Lean statement

lemma momentumOperatorUnbounded_isSymmetric : momentumOperatorUnbounded.IsSymmetric

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma momentumOperatorUnbounded_isSymmetric : momentumOperatorUnbounded.IsSymmetric := by  intro ψ1 ψ2  have hint :  f g : 𝓢(, ℂ),      MeasureTheory.Integrable (fun x => star (f x) * g x) MeasureTheory.volume :=    fun f g => ((ContinuousLinearEquiv.integrable_comp_iff (starL' )).mpr      (SchwartzMap.integrable f)).mul_of_top_left (SchwartzMap.memLp_top g)  dsimp [momentumOperatorUnbounded]  rw [schwartzIncl_inner, schwartzIncl_inner]  conv_rhs =>    enter [2, x]    rw [momentumOperatorSchwartz_apply,  fderiv_apply_one_eq_deriv,  mul_assoc,      mul_comm _ (-Complex.I * ↑↑ℏ), mul_assoc]  rw [MeasureTheory.integral_const_mul, integral_mul_fderiv_eq_neg_fderiv_mul_of_integrable,     MeasureTheory.integral_neg,  MeasureTheory.integral_const_mul]  simp only [starRingEnd_apply, fderiv_star]  simp [momentumOperatorSchwartz_apply, mul_assoc]  · simp only [starRingEnd_apply, fderiv_star]    exact hint (SchwartzMap.derivCLM ℂ ℂ ψ1) ψ2  · exact hint ψ1 (SchwartzMap.derivCLM ℂ ℂ ψ2)  · exact hint ψ1 ψ2  · exact fun x _ => (SchwartzMap.differentiable ψ1).star x  · fun_prop
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QuantumMechanics/Operators/OneDimension/Momentum.lean:124-145

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