An Part super Commute normal Order of Field Op List sum
FieldSpecification.WickAlgebra.anPart_superCommute_normalOrder_ofFieldOpList_sum
Plain-language statement
The commutator of the annihilation part of a field operator with a normal ordered list of field operators can be decomposed into the sum of the commutators of the annihilation part with each element of the list of field operators, i.e. [anPart ฯ, ๐(ฯโโฆฯโ)]โ= โ i, ๐ข(ฯ, ฯโโฆฯแตขโโ) โข [anPart ฯ, ฯแตข]โ * ๐(ฯโโฆฯแตขโโฯแตขโโโฆฯโ).
Exact Lean statement
lemma anPart_superCommute_normalOrder_ofFieldOpList_sum (ฯ : ๐.FieldOp) (ฯs : List ๐.FieldOp) :
[anPart ฯ, ๐(ofFieldOpList ฯs)]โ = โ n : Fin ฯs.length, ๐ข(๐ |>โ ฯ, ๐ |>โ (ฯs.take n)) โข
[anPart ฯ, ofFieldOpF ฯs[n]]โ * ๐(ofFieldOpList (ฯs.eraseIdx n))Formal artifact
Lean source
lemma anPart_superCommute_normalOrder_ofFieldOpList_sum (ฯ : ๐.FieldOp) (ฯs : List ๐.FieldOp) : [anPart ฯ, ๐(ofFieldOpList ฯs)]โ = โ n : Fin ฯs.length, ๐ข(๐ |>โ ฯ, ๐ |>โ (ฯs.take n)) โข [anPart ฯ, ofFieldOpF ฯs[n]]โ * ๐(ofFieldOpList (ฯs.eraseIdx n)) := by match ฯ with | .inAsymp ฯ => simp only [anPart_inAsymp, map_zero, LinearMap.zero_apply, Fin.getElem_fin, Algebra.smul_mul_assoc, zero_mul] conv_rhs => enter [2, s] rw [smul_zero] simp | .position ฯ => simp only [anPart_position, Fin.getElem_fin, Algebra.smul_mul_assoc] rw [ofCrAnOp_superCommute_normalOrder_ofFieldOpList_sum] simp only [crAnStatistics, Function.comp_apply, crAnFieldOpToFieldOp_prod, Fin.getElem_fin, Algebra.smul_mul_assoc] rfl | .outAsymp ฯ => simp only [anPart_outAsymp, Fin.getElem_fin, Algebra.smul_mul_assoc] rw [ofCrAnOp_superCommute_normalOrder_ofFieldOpList_sum] simp only [crAnStatistics, Function.comp_apply, crAnFieldOpToFieldOp_prod, Fin.getElem_fin, Algebra.smul_mul_assoc] rfl- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QFT/PerturbationTheory/WickAlgebra/NormalOrder/Lemmas.lean:297-319
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.