Of Cr An Op super Commute normal Order of Cr An List sum
FieldSpecification.WickAlgebra.ofCrAnOp_superCommute_normalOrder_ofCrAnList_sum
Plain-language statement
For a field specification ๐, an element ฯ of ๐.CrAnFieldOp, a list ฯs of ๐.CrAnFieldOp, the following relation holds [ฯ, ๐(ฯโโฆฯโ)]โ = โ i, ๐ข(ฯ, ฯโโฆฯแตขโโ) โข [ฯ, ฯแตข]โ * ๐(ฯโโฆฯแตขโโฯแตขโโโฆฯโ). The proof of this result ultimately goes as follows - The definition of normalOrder is used to rewrite ๐(ฯโโฆฯโ) as a scalar multiple of a `ofCrAnList...
Exact Lean statement
lemma ofCrAnOp_superCommute_normalOrder_ofCrAnList_sum (ฯ : ๐.CrAnFieldOp)
(ฯs : List ๐.CrAnFieldOp) : [ofCrAnOp ฯ, ๐(ofCrAnList ฯs)]โ = โ n : Fin ฯs.length,
๐ข(๐ |>โ ฯ, ๐ |>โ (ฯs.take n)) โข [ofCrAnOp ฯ, ofCrAnOp ฯs[n]]โ
* ๐(ofCrAnList (ฯs.eraseIdx n))Formal artifact
Lean source
lemma ofCrAnOp_superCommute_normalOrder_ofCrAnList_sum (ฯ : ๐.CrAnFieldOp) (ฯs : List ๐.CrAnFieldOp) : [ofCrAnOp ฯ, ๐(ofCrAnList ฯs)]โ = โ n : Fin ฯs.length, ๐ข(๐ |>โ ฯ, ๐ |>โ (ฯs.take n)) โข [ofCrAnOp ฯ, ofCrAnOp ฯs[n]]โ * ๐(ofCrAnList (ฯs.eraseIdx n)) := by rw [normalOrder_ofCrAnList, map_smul] erw [superCommute_ofCrAnOp_ofCrAnList_eq_sum, Finset.smul_sum, sum_normalOrderList_length] congr funext n simp only [List.get_eq_getElem, normalOrderList_get_normalOrderEquiv, normalOrderList_eraseIdx_normalOrderEquiv, Algebra.smul_mul_assoc, Fin.getElem_fin] erw [ofCrAnList_eq_normalOrder, mul_smul_comm, smul_smul, smul_smul] by_cases hs : (๐ |>โ ฯ) = (๐ |>โ ฯs[n]) ยท congr erw [normalOrderSign_eraseIdx, โ hs] trans (normalOrderSign ฯs * normalOrderSign ฯs) * (๐ข(๐ |>โ (ฯs.get n), ๐ |>โ ((normalOrderList ฯs).take (normalOrderEquiv n))) * ๐ข(๐ |>โ (ฯs.get n), ๐ |>โ ((normalOrderList ฯs).take (normalOrderEquiv n)))) * ๐ข(๐ |>โ (ฯs.get n), ๐ |>โ (ฯs.take n)) ยท ring_nf rw [hs] rfl ยท simp [hs] ยท erw [superCommute_diff_statistic hs] simp only [zero_mul, smul_zero]- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QFT/PerturbationTheory/WickAlgebra/NormalOrder/Lemmas.lean:244-268
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.