Physlib

Physlib.QFT.PerturbationTheory.WickContraction.Involutions

8 declarations

definition

Involution σ\sigma associated with a Wick contraction cc

#toInvolution

Given a Wick contraction cc on nn indices, this definition constructs an involution σ:{0,1,,n1}{0,1,,n1}\sigma: \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\}. For any index ii, σ(i)\sigma(i) is defined as the dual index of ii if ii is contracted in cc; otherwise, σ(i)=i\sigma(i) = i.

definition

Wick contraction from an involution ff

#fromInvolution

Given an involutive function f:{0,1,,n1}{0,1,,n1}f : \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\} (such that f(f(i))=if(f(i)) = i for all ii), this definition constructs a Wick contraction on nn elements. The contraction is defined as the collection of all subsets {i,f(i)}\{i, f(i)\} that have cardinality 22. These sets correspond precisely to the orbits of ff that contain two distinct elements.

theorem

Index ii is contracted     f(i)i\iff f(i) \neq i

#fromInvolution_getDual?_isSome

Let f:{0,1,,n1}{0,1,,n1}f: \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\} be an involutive function (i.e., f(f(i))=if(f(i)) = i for all ii). Let cc be the Wick contraction constructed from ff, where cc consists of all pairs {j,f(j)}\{j, f(j)\} such that jf(j)j \neq f(j). For any index i{0,1,,n1}i \in \{0, 1, \dots, n-1\}, the index ii is paired with a dual index in cc if and only if ii is not a fixed point of ff (f(i)if(i) \neq i).

theorem

The dual of ii in a Wick contraction from an involution ff is f(i)f(i)

#fromInvolution_getDual?_eq_some

Let f:{0,1,,n1}{0,1,,n1}f: \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\} be an involutive function (i.e., f(f(i))=if(f(i)) = i for all ii). Let CC be the Wick contraction constructed from ff. For any index i{0,1,,n1}i \in \{0, 1, \dots, n-1\}, if ii is contracted in CC (meaning it belongs to a pair in the contraction), then the index it is paired with is equal to f(i)f(i).

theorem

The dual of ii in a Wick contraction from an involution ff is f(i)f(i)

#fromInvolution_getDual?_get

Let f:{0,1,,n1}{0,1,,n1}f: \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\} be an involutive function (such that f(f(i))=if(f(i)) = i for all ii). Let CC be the Wick contraction constructed from ff, which consists of all pairs {j,f(j)}\{j, f(j)\} where jf(j)j \neq f(j). For any index i{0,1,,n1}i \in \{0, 1, \dots, n-1\}, if ii is contracted in CC (meaning it belongs to one of these pairs), then the dual index it is paired with is equal to f(i)f(i).

theorem

`fromInvolution(toInvolution c) = c` for a Wick contraction cc

#toInvolution_fromInvolution

Let cc be a Wick contraction on the set of indices {0,1,,n1}\{0, 1, \dots, n-1\}. Let σ\sigma be the involution associated with cc, defined such that for any index ii, σ(i)\sigma(i) is the dual index of ii if ii is contracted in cc, and σ(i)=i\sigma(i) = i otherwise. Then, the Wick contraction constructed from σ\sigma (defined as the collection of all pairs {i,σ(i)}\{i, \sigma(i)\} where iσ(i)i \neq \sigma(i)) is equal to the original contraction cc.

theorem

`toInvolution (fromInvolution f) = f` for an involution ff

#fromInvolution_toInvolution

Let f:{0,1,,n1}{0,1,,n1}f: \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\} be an involutive function, such that f(f(i))=if(f(i)) = i for all ii. Let cc be the Wick contraction constructed from ff, defined as the collection of all pairs {j,f(j)}\{j, f(j)\} where jf(j)j \neq f(j). Then, the involution associated with cc is equal to ff.

definition

Equivalence between Wick contractions and involutions on {0,1,,n1}\{0, 1, \dots, n-1\}

#equivInvolution

This definition establishes an equivalence (a bijection) between the set of Wick contractions on nn indices and the set of involutions f:{0,1,,n1}{0,1,,n1}f: \{0, 1, \dots, n-1\} \to \{0, 1, \dots, n-1\} (functions such that f(f(i))=if(f(i)) = i for all ii). - The map from a Wick contraction cc to an involution σ\sigma is defined such that σ(i)=j\sigma(i) = j if the index ii is contracted with jj in cc, and σ(i)=i\sigma(i) = i if ii is not contracted. - The inverse map from an involution ff to a Wick contraction cc is defined as the set of all pairs {i,f(i)}\{i, f(i)\} where if(i)i \neq f(i).