Physlib

Physlib.QFT.PerturbationTheory.WickAlgebra.StaticWickTerm

5 declarations

definition

WickContraction.staticWickTerm

#staticWickTerm

{φs : List 𝓕.FieldOp} (φsΛ : WickContraction φs.length) : 𝓕.WickAlgebra

theorem

The static Wick term of an empty contraction on an empty list of field operators is 11

#staticWickTerm_empty_nil

For the empty list of field operators [][] in a field specification F\mathcal{F}, the static Wick term corresponding to the empty Wick contraction \emptyset (which is the unique contraction for a list of length 0) is equal to 11 in the Wick algebra W(F)\mathcal{W}(\mathcal{F}).

theorem

Expansion of static Wick term for ΛΛϕ,0,none\Lambda \hookleftarrow_\Lambda \phi, 0, \text{none}

#staticWickTerm_insert_zero_none

Let F\mathcal{F} be a field specification. For a list of field operators ϕs\phi_s, a Wick contraction Λ\Lambda of ϕs\phi_s, and a field operator ϕ\phi, let Λ=ΛΛϕ,0,none\Lambda' = \Lambda \hookleftarrow_\Lambda \phi, 0, \text{none} be the Wick contraction formed by inserting ϕ\phi at the beginning of the list without contracting it. Then the static Wick term of Λ\Lambda' is given by: staticWickTerm(ΛΛϕ,0,none)=sign(Λ)staticContract(Λ)N(ϕ::[Λ]uc) \text{staticWickTerm}(\Lambda \hookleftarrow_\Lambda \phi, 0, \text{none}) = \text{sign}(\Lambda) \cdot \text{staticContract}(\Lambda) * \mathcal{N}(\phi :: [\Lambda]^{uc}) where sign(Λ)\text{sign}(\Lambda) is the sign of the contraction, staticContract(Λ)\text{staticContract}(\Lambda) is the product of super-commutators of the contracted pairs, [Λ]uc[\Lambda]^{uc} is the list of uncontracted field operators of Λ\Lambda, and N\mathcal{N} denotes the normal ordering operator in the Wick algebra.

theorem

Recurrence Relation for the Static Wick Term under Insertion and Contraction at Index 0

#staticWickTerm_insert_zero_some

Let F\mathcal{F} be a field specification. For a list of field operators ϕs\phi_s and a Wick contraction Λ\Lambda acting on them, let ϕ\phi be a field operator and kk be an uncontracted index in Λ\Lambda. Let Λ=ΛΛϕ,0,some k\Lambda' = \Lambda \hookleftarrow_\Lambda \phi, 0, \text{some } k be the Wick contraction formed by inserting ϕ\phi at the beginning of the list and contracting it with the operator at index kk. Then the static Wick term of Λ\Lambda' is equal to the product of: - The sign of the original contraction sign(Λ)\text{sign}(\Lambda). - The static contraction value staticContract(Λ)\text{staticContract}(\Lambda). - The contraction factor (super-commutator) between the annihilation part of ϕ\phi and the uncontracted field operator originally at index kk, given by contractStateAtIndex(ϕ,[Λ]uc,pos(k))\text{contractStateAtIndex}(\phi, [\Lambda]^{uc}, \text{pos}(k)). - The normal ordering of the remaining uncontracted field operators, N([Λ]uc{ϕk})\mathcal{N}([\Lambda]^{uc} \setminus \{\phi_k\}). Mathematically, this is expressed as: staticWickTerm(ΛΛϕ,0,some k)=sign(Λ)staticContract(Λ)contractStateAtIndex(ϕ,[Λ]uc,pos(k))N([Λ]uc{ϕk})\text{staticWickTerm}(\Lambda \hookleftarrow_\Lambda \phi, 0, \text{some } k) = \text{sign}(\Lambda) \cdot \text{staticContract}(\Lambda) \cdot \text{contractStateAtIndex}(\phi, [\Lambda]^{uc}, \text{pos}(k)) \cdot \mathcal{N}([\Lambda]^{uc} \setminus \{\phi_k\}) where [Λ]uc[\Lambda]^{uc} is the list of uncontracted operators of Λ\Lambda.

theorem

ϕstaticWickTerm(Λ)=kstaticWickTerm(ΛΛϕ,0,k)\phi \cdot \text{staticWickTerm}(\Lambda) = \sum_{k} \text{staticWickTerm}(\Lambda \hookleftarrow_\Lambda \phi, 0, k)

#mul_staticWickTerm_eq_sum

For a field specification F\mathcal{F}, let ϕ\phi be a field operator and ϕs=[ϕ0,,ϕn1]\phi_s = [\phi_0, \dots, \phi_{n-1}] be a list of field operators. Let Λ\Lambda be a Wick contraction of the list ϕs\phi_s. The product of ϕ\phi and the static Wick term associated with Λ\Lambda satisfies the identity: ϕstaticWickTerm(Λ)=kOption(Λuc)staticWickTerm(ΛΛϕ,0,k)\phi \cdot \text{staticWickTerm}(\Lambda) = \sum_{k \in \operatorname{Option}(\Lambda^{uc})} \text{staticWickTerm}(\Lambda \hookleftarrow_\Lambda \phi, 0, k) where Λuc\Lambda^{uc} is the set of uncontracted indices of Λ\Lambda, and ΛΛϕ,0,k\Lambda \hookleftarrow_\Lambda \phi, 0, k denotes the Wick contraction formed by inserting ϕ\phi at index 00 and either keeping it uncontracted (if k=nonek = \text{none}) or contracting it with the operator corresponding to index kk (if kΛuck \in \Lambda^{uc}).