All proofs
Project-declaredLean 4.32.0 Ā· mathlib@81a5d257c8e4

Hamiltonian Reg commutation lrl

QuantumMechanics.HydrogenAtom.hamiltonianReg_commutation_lrl

Plain-language statement

ā…š‡(ε), š€(ε)ᵢ⁆ = iā„kĀ·ĪµĀ²š«(ε)ā»Ā³š©įµ¢ - 3ā„Ā²k/2Ā·ĪµĀ²š«(ε)ā»āµš±įµ¢

Exact Lean statement

lemma hamiltonianReg_commutation_lrl (ε : ā„Ė£) (i : Fin H.d) :
    ⁅H.hamiltonianRegCLM ε, H.lrlOperator ε i⁆ = (I * ā„ * H.k * ε.1 ^ 2) • š«ā‚€ ε (-3) ∘L š© i
    - (3 / 2 * ā„ ^ 2 * H.k * ε.1 ^ 2) • š«ā‚€ ε (-5) ∘L š± i

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma hamiltonianReg_commutation_lrl (ε : ā„Ė£) (i : Fin H.d) :    ⁅H.hamiltonianRegCLM ε, H.lrlOperator ε i⁆ = (I * ā„ * H.k * ε.1 ^ 2) • š«ā‚€ ε (-3) ∘L š© i    - (3 / 2 * ā„ ^ 2 * H.k * ε.1 ^ 2) • š«ā‚€ ε (-5) ∘L š± i := by  trans (-2⁻¹ * H.k) • (ā…š©[H.d] ā¬įµ„ š©, š«ā‚€ ε (-1) ∘L š± i⁆      + ā…š«ā‚€[H.d] ε (-1), š© ā¬įµ„ š‹ i + š‹ i ā¬įµ„ š©ā†)  Ā· have h : H.m * H.k * (H.m⁻¹ * 2⁻¹) = 2⁻¹ * H.k := by grind [H.m_ne_zero]    simp only [hamiltonianRegCLM_eq, lrlOperator, lie_sub, sub_lie, smul_lie, lie_smul,      pSqr_comm_pL_Lp]    simp [r_comm_rx, h, smul_smul, sub_eq_neg_add, add_comm]  simp_rw [pSqr_comm_rx, r_comm_pL_Lp, add_neg_cancel_comm, smul_add, sub_eq_add_neg, ← neg_smul,    ← neg_mul, ← Complex.coe_smul, smul_smul, ofReal_mul, ofReal_neg, ofReal_inv, ofReal_div,    ofReal_pow, ofReal_ofNat]  ring_nf
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QuantumMechanics/Hydrogen/LaplaceRungeLenzVector.lean:365-377

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