All proofs
Project-declaredLean 4.32.0 ยท mathlib@81a5d257c8e4

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

Canonical source
Full Lean sourceLean 4
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

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