Physlib.QFT.PerturbationTheory.WickContraction.ExtractEquiv
10 declarations
for extracted Wick contractions
#extractEquiv_equivLet be the set of Wick contractions of elements. For any contraction , let denote the set of its uncontracted indices. Let and be elements of the dependent sum , which represents pairs where is a contraction and is an optional uncontracted index (either an element of or a "none" value). If the Wick contractions are equal () and the optional indices are equal (, identifying the sets and ), then the pairs are equal ().
Equivalence by extracting index
#extractEquivFor a fixed index , let be the set of Wick contractions on indices, and for any , let denote the set of its uncontracted indices. This definition establishes an equivalence (a bijection) between the set of Wick contractions on indices and the dependent sum of optional uncontracted indices over : \[ \mathcal{W}_{n+1} \cong \sum_{c \in \mathcal{W}_n} \text{Option}(U(c)) \] where represents the set . The mapping is defined as follows: - Given a contraction on indices, the forward map erases the index . If was paired with some index , it returns the resulting contraction on indices and the "some " value (appropriately relabeled). If was uncontracted, it returns the contraction and "none". - The inverse map takes a contraction and an optional index . If , it inserts as an uncontracted index. If , it inserts and pairs it with the uncontracted index .
Uncontracted indices of for Wick contractions
#extractEquiv_symm_none_uncontractedLet be the set of Wick contractions on indices, and for any , let denote the set of its uncontracted indices. Let be the equivalence defined by extracting the index . For a contraction , let be the Wick contraction on indices formed by inserting as an uncontracted index. Then the set of uncontracted indices of is \[ U(c') = \{i\} \cup \{ f_i(j) \mid j \in U(c) \} \] where is the increasing map that skips (mapping to if and to if ).
for Wick contractions
#extractEquiv_apply_congr_symm_applyLet be natural numbers such that , and let be an index such that and . Let be the set of Wick contractions on indices, and for any , let denote the set of its uncontracted indices. Let be the equivalence (bijection) established by extracting index , where . For any Wick contraction and any uncontracted index , the first component of the pair resulting from applying to the contraction is equal to .
is a finite set
#fintype_zeroThe set of Wick contractions on zero elements, denoted as , is a finite set. This set contains exactly one element, which is the empty contraction.
Let be an additive commutative monoid. For any function , the sum over all Wick contractions on zero elements is given by , where is the unique element in the set .
is a finite set
#fintype_succFor any natural number , the set of Wick contractions on indices, denoted as , is a finite set. For the case , the finiteness is established using an induction step based on the equivalence: \[ \text{WickContraction}(n+1) \cong \sum_{c \in \text{WickContraction}(n)} \text{Option}(U(c)) \] where is the set of uncontracted indices in a contraction , and represents . This equivalence effectively accounts for the possible pairings (or lack thereof) of the -th index with the indices in a contraction of size .
Sum of over via extraction of index
#sum_extractEquiv_congrLet be an additive commutative monoid, and let be natural numbers such that . For a fixed index , let denote the set of Wick contractions on indices. For any function , the sum of over all Wick contractions is given by: \[ \sum_{c \in \mathcal{W}_n} f(c) = \sum_{c' \in \mathcal{W}_m} \sum_{k \in \text{Option}(U(c'))} f(\text{insert}_i(c', k)) \] where is the set of uncontracted indices of a contraction , and represents the set . The term refers to the Wick contraction of size reconstructed by inserting index into and either leaving it uncontracted (if ) or pairing it with index (if ).
The set of Wick contractions for is
#mem_threeFor any Wick contraction of fields, the set of contracted pairs in is an element of the set , where represents the case with no fields contracted and the other elements represent the possible single-pair contractions between the field positions and .
Enumeration of all Wick contractions for
#mem_fourFor any Wick contraction of elements (indices ), the set of its contracted pairs is an element of the following set of 10 possible configurations: . This set represents all possible ways to partition the four indices into zero, one, or two disjoint pairs, corresponding to the cases where no fields are contracted, two fields are contracted, or all four fields are contracted in pairs.
