Inner centered commutator of raw commutator
LinearPMap.inner_centered_commutator_of_raw_commutator
Plain-language statement
A raw commutator expectation determines the centered commutator expectation.
Exact Lean statement
lemma inner_centered_commutator_of_raw_commutator :
centeredCommutatorExpectation A B ψ hψB = Complex.I * cFormal artifact
Lean source
lemma inner_centered_commutator_of_raw_commutator : centeredCommutatorExpectation A B ψ hψB = Complex.I * c := by let a : H := A ψ let b : H := B ⟨ψ, hψB⟩ let μa : ℝ := expectedValue A ψ let μb : ℝ := expectedValue B ⟨ψ, hψB⟩ have hμa_right : ⟪(ψ : H), a⟫_ℂ = (μa : ℂ) := by simpa [a, μa] using expectedValue_eq_inner A hA ψ have hμa_left : ⟪a, (ψ : H)⟫_ℂ = (μa : ℂ) := by have h_symm : ⟪a, (ψ : H)⟫_ℂ = ⟪(ψ : H), a⟫_ℂ := by simpa [a] using hA ψ ψ simpa [h_symm] using hμa_right have hμb_right : ⟪(ψ : H), b⟫_ℂ = (μb : ℂ) := by simpa [b, μb] using expectedValue_eq_inner B hB ⟨ψ, hψB⟩ have hμb_left : ⟪b, (ψ : H)⟫_ℂ = (μb : ℂ) := by have h_symm : ⟪b, (ψ : H)⟫_ℂ = ⟪(ψ : H), b⟫_ℂ := by simpa [b] using hB ⟨ψ, hψB⟩ ⟨ψ, hψB⟩ simpa [h_symm] using hμb_right calc centeredCommutatorExpectation A B ψ hψB = ⟪centered A ψ, centered B ⟨ψ, hψB⟩⟫_ℂ - ⟪centered B ⟨ψ, hψB⟩, centered A ψ⟫_ℂ := by rfl _ = ⟪a - (μa : ℂ) • (ψ : H), b - (μb : ℂ) • (ψ : H)⟫_ℂ - ⟪b - (μb : ℂ) • (ψ : H), a - (μa : ℂ) • (ψ : H)⟫_ℂ := by rfl _ = ⟪a, b⟫_ℂ - ⟪b, a⟫_ℂ := sub_expectation_commutator_eq_raw (ψ : H) a b μa μb hμa_right hμa_left hμb_right hμb_left hψ_norm _ = Complex.I * c := raw_commutator_eq_of_symmetric A B hA hB ψ hψB hBA hAB (by simpa [rawCommutatorExpectation] using h_raw)- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QuantumMechanics/Operators/Uncertainty.lean:242-274
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.