Physlib.QFT.PerturbationTheory.WickContraction.Involutions
8 declarations
Involution associated with a Wick contraction
#toInvolutionGiven a Wick contraction on indices, this definition constructs an involution . For any index , is defined as the dual index of if is contracted in ; otherwise, .
Wick contraction from an involution
#fromInvolutionGiven an involutive function (such that for all ), this definition constructs a Wick contraction on elements. The contraction is defined as the collection of all subsets that have cardinality . These sets correspond precisely to the orbits of that contain two distinct elements.
Index is contracted
#fromInvolution_getDual?_isSomeLet be an involutive function (i.e., for all ). Let be the Wick contraction constructed from , where consists of all pairs such that . For any index , the index is paired with a dual index in if and only if is not a fixed point of ().
The dual of in a Wick contraction from an involution is
#fromInvolution_getDual?_eq_someLet be an involutive function (i.e., for all ). Let be the Wick contraction constructed from . For any index , if is contracted in (meaning it belongs to a pair in the contraction), then the index it is paired with is equal to .
The dual of in a Wick contraction from an involution is
#fromInvolution_getDual?_getLet be an involutive function (such that for all ). Let be the Wick contraction constructed from , which consists of all pairs where . For any index , if is contracted in (meaning it belongs to one of these pairs), then the dual index it is paired with is equal to .
`fromInvolution(toInvolution c) = c` for a Wick contraction
#toInvolution_fromInvolutionLet be a Wick contraction on the set of indices . Let be the involution associated with , defined such that for any index , is the dual index of if is contracted in , and otherwise. Then, the Wick contraction constructed from (defined as the collection of all pairs where ) is equal to the original contraction .
`toInvolution (fromInvolution f) = f` for an involution
#fromInvolution_toInvolutionLet be an involutive function, such that for all . Let be the Wick contraction constructed from , defined as the collection of all pairs where . Then, the involution associated with is equal to .
Equivalence between Wick contractions and involutions on
#equivInvolutionThis definition establishes an equivalence (a bijection) between the set of Wick contractions on indices and the set of involutions (functions such that for all ). - The map from a Wick contraction to an involution is defined such that if the index is contracted with in , and if is not contracted. - The inverse map from an involution to a Wick contraction is defined as the set of all pairs where .
