PhyslibSearch

Physlib.QFT.PerturbationTheory.WickContraction.StaticContract

5 declarations

definition

Static contraction of a Wick contraction Λ\Lambda

#staticContract

Given a list of field operators ϕ0,ϕ1,,ϕn1\phi_0, \phi_1, \dots, \phi_{n-1} from a field specification F\mathcal{F} and a Wick contraction Λ\Lambda acting on these operators, the static contraction is the element of the center of the Wick algebra W(F)\mathcal{W}(\mathcal{F}) defined by the product: staticContract(Λ)={j,k}Λ,j<k[ϕj,ϕk]s\text{staticContract}(\Lambda) = \prod_{\{j, k\} \in \Lambda, j < k} [\phi_j^-, \phi_k]_s where: - The product is taken over all pairs of indices {j,k}\{j, k\} contracted by Λ\Lambda, with the condition j<kj < k. - ϕj\phi_j^- denotes the annihilation part (the `anPart`) of the jj-th field operator. - [,]s[\cdot, \cdot]_s denotes the super-commutator.

theorem

staticContract(ΛΛϕ,i,none)=staticContract(Λ)\text{staticContract}(\Lambda \hookleftarrow_\Lambda \phi, i, \text{none}) = \text{staticContract}(\Lambda)

#staticContract_insert_none

Let F\mathcal{F} be a field specification and ϕs=(ϕ0,,ϕn1)\phi_s = (\phi_0, \dots, \phi_{n-1}) be a list of field operators. Let Λ\Lambda be a Wick contraction on ϕs\phi_s. Suppose a new field operator ϕ\phi is inserted into the list ϕs\phi_s at index i{0,,n}i \in \{0, \dots, n\} such that ϕ\phi remains uncontracted, resulting in a new Wick contraction Λ=ΛΛϕ,i,none\Lambda' = \Lambda \hookleftarrow_\Lambda \phi, i, \text{none} on the extended list of length n+1n+1. Then, the static contraction of Λ\Lambda' is equal to the static contraction of Λ\Lambda: staticContract(ΛΛϕ,i,none)=staticContract(Λ)\text{staticContract}(\Lambda \hookleftarrow_\Lambda \phi, i, \text{none}) = \text{staticContract}(\Lambda) where the static contraction staticContract(Λ)\text{staticContract}(\Lambda) is the element of the center of the Wick algebra defined by the product of super-commutators {j,k}Λ,j<k[ϕj,ϕk]s\prod_{\{j, k\} \in \Lambda, j < k} [\phi_j^-, \phi_k]_s.

theorem

Static contraction of ΛΛϕ,i,some j\Lambda \hookleftarrow_\Lambda \phi, i, \text{some } j is a product of a super-commutator and staticContract(Λ)\text{staticContract}(\Lambda)

#staticContract_insert_some

Let F\mathcal{F} be a field specification and ϕs=(ϕ0,,ϕn1)\phi_s = (\phi_0, \dots, \phi_{n-1}) be a list of field operators. Let Λ\Lambda be a Wick contraction on ϕs\phi_s. Suppose we insert a field operator ϕ\phi at index i{0,,n}i \in \{0, \dots, n\} and contract it with the operator ϕj\phi_j (where jj was previously uncontracted in Λ\Lambda). Let Λ=ΛΛϕ,i,some j\Lambda' = \Lambda \hookleftarrow_\Lambda \phi, i, \text{some } j be the resulting Wick contraction on the expanded list of length n+1n+1. The static contraction of Λ\Lambda' is given by: staticContract(Λ)={[ϕ,ϕj]sstaticContract(Λ)if ij[ϕj,ϕ]sstaticContract(Λ)if j<i \text{staticContract}(\Lambda') = \begin{cases} [\phi^-, \phi_j]_s \cdot \text{staticContract}(\Lambda) & \text{if } i \leq j \\ [\phi_j^-, \phi]_s \cdot \text{staticContract}(\Lambda) & \text{if } j < i \end{cases} where ϕ\phi^- denotes the annihilation part (`anPart`) of the field operator ϕ\phi, and [,]s[\cdot, \cdot]_s denotes the super-commutator in the Wick algebra.

theorem

Static contraction of Λ\Lambda with an inserted and contracted field at iki \le k

#staticContract_insert_some_of_lt

Let F\mathcal{F} be a field specification. Consider a list of field operators ϕs=(ϕ0,,ϕn1)\phi_s = (\phi_0, \dots, \phi_{n-1}) and a Wick contraction Λ\Lambda on these operators. Let ϕ\phi be a new field operator inserted into the list at index i{0,,n}i \in \{0, \dots, n\}, and let Λ=ΛΛϕ,i,some k\Lambda' = \Lambda \hookleftarrow_\Lambda \phi, i, \text{some } k be the Wick contraction formed by contracting ϕ\phi with the field operator originally at index kk (where kk was an uncontracted index in Λ\Lambda). If the insertion index ii is such that i<succAbovei(k)i < \text{succAbove}_i(k) (which implies the insertion point is at or to the left of the original index kk, i.e., iki \le k), then the static contraction of Λ\Lambda' is given by: staticContract(Λ)=S(ϕ,ΦU,<k)(contractStateAtIndex(ϕ,[Λ]uc,pos(k))staticContract(Λ))\text{staticContract}(\Lambda') = \mathcal{S}(\phi, \Phi_{\mathcal{U}, <k}) \cdot (\text{contractStateAtIndex}(\phi, [\Lambda]^{uc}, \text{pos}(k)) \cdot \text{staticContract}(\Lambda)) where: - S(ϕ,ΦU,<k)\mathcal{S}(\phi, \Phi_{\mathcal{U}, <k}) is the statistic sign factor associated with the field ϕ\phi and the collection of uncontracted fields in Λ\Lambda whose indices are strictly less than kk. - [Λ]uc[\Lambda]^{uc} is the list of uncontracted field operators of ϕs\phi_s under the contraction Λ\Lambda. - pos(k)\text{pos}(k) is the position of the index kk within the sorted list of uncontracted indices, as determined by the equivalence `uncontractedFieldOpEquiv`. - contractStateAtIndex\text{contractStateAtIndex} computes the contraction contribution (typically the super-commutator [ϕ,ϕk]s[\phi^-, \phi_k]_s) between ϕ\phi and the uncontracted field at the specified position. - staticContract(Λ)\text{staticContract}(\Lambda) is the product of super-commutators for all pairs already contracted in Λ\Lambda.

theorem

staticContract(Λ)=0\text{staticContract}(\Lambda) = 0 for Non-Grading Compliant Contractions

#staticContract_of_not_gradingCompliant

Let F\mathcal{F} be a field specification and ϕs=(ϕ0,ϕ1,,ϕn1)\phi_s = (\phi_0, \phi_1, \dots, \phi_{n-1}) be a list of field operators in FieldOp(F)\text{FieldOp}(\mathcal{F}). For any Wick contraction Λ\Lambda acting on these operators, if Λ\Lambda is not grading-compliant with respect to the field operators ϕs\phi_s, then its associated static contraction is zero: staticContract(Λ)=0\text{staticContract}(\Lambda) = 0