Lrl Operator eq
QuantumMechanics.HydrogenAtom.lrlOperator_eq
Plain-language statement
π(Ξ΅)α΅’ = π±α΅’π©Β² - (π±β±Όπ©β±Ό)π©α΅’ + Β½iβ(d-1)π©α΅’ - mkΒ·π«(Ξ΅)β»ΒΉπ±α΅’
Exact Lean statement
lemma lrlOperator_eq (Ξ΅ : βΛ£) (i : Fin H.d) : H.lrlOperator Ξ΅ i = π± i βL (π© β¬α΅₯ π©)
- (π± β¬α΅₯ π©) βL π© i + (2β»ΒΉ * I * β * (H.d - 1)) β’ π© i - (H.m * H.k) β’ π«β Ξ΅ (-1) βL π± iFormal artifact
Lean source
lemma lrlOperator_eq (Ξ΅ : βΛ£) (i : Fin H.d) : H.lrlOperator Ξ΅ i = π± i βL (π© β¬α΅₯ π©) - (π± β¬α΅₯ π©) βL π© i + (2β»ΒΉ * I * β * (H.d - 1)) β’ π© i - (H.m * H.k) β’ π«β Ξ΅ (-1) βL π± i := by rw [lrlOperator, sub_left_inj] -- mkΒ·rβ»ΒΉx terms match exactly calc _ = (2 : β)β»ΒΉ β’ β j, ((π© j βL π± i) βL π© j + π± i βL π© j βL π© j - ((π© j βL π± j) βL π© i + π± j βL π© j βL π© i)) := by simp_rw [dotProduct, mul_def, β Finset.sum_add_distrib, angularMomentumOperator, comp_sub, sub_comp, comp_assoc, momentum_comp_commute, β sub_sub, add_sub, sub_add_eq_add_sub] _ = (2 : β)β»ΒΉ β’ β j, ((2 : β) β’ π± i βL π© j βL π© j - (I * β) β’ Ξ΄[i,j] β’ π© j - ((2 : β) β’ (π± j βL π© j) βL π© i - (I * β) β’ π© i)) := by simp only [momentum_comp_position_eq, sub_comp, comp_assoc, smul_comp, id_comp, ofReal_ofNat, sub_add_eq_add_sub, eq_one_of_same, one_smul, β Complex.coe_smul, ofReal_inv, two_smul] _ = (2 : β)β»ΒΉ β’ β j, ((2 : β) β’ π± i βL π© j βL π© j - (2 : β) β’ (π± j βL π© j) βL π© i + (I * β) β’ π© i - (I * β) β’ Ξ΄[i,j] β’ π© j) := by simp_rw [sub_sub_sub_comm, sub_sub_eq_add_sub] _ = π± i βL (π© β¬α΅₯ π©) - (π± β¬α΅₯ π©) βL π© i + ((2β»ΒΉ * I * β) β’ H.d β’ π© i - (2β»ΒΉ * I * β) β’ π© i) := by simp only [add_sub_assoc, Finset.sum_add_distrib, Finset.sum_sub_distrib, β Finset.smul_sum, β comp_finsetSum, β finsetSum_comp, sum_smul, smul_add, smul_sub, smul_smul, mul_assoc] norm_num rfl _ = π± i βL (π© β¬α΅₯ π©) - (π± β¬α΅₯ π©) βL π© i + (2β»ΒΉ * I * β * (H.d - 1)) β’ π© i := by simp only [β Nat.cast_smul_eq_nsmul β, smul_smul, β sub_smul, mul_sub, mul_one]- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QuantumMechanics/Hydrogen/LaplaceRungeLenzVector.lean:46-68
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(βU/βΞ²) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.