Physlib.QFT.PerturbationTheory.FieldSpecification.CrAnFieldOp
12 declarations
Type of creation and annihilation modes for a field operator
#fieldOpToCrAnTypeFor a given field specification , the function assigns to each field operator state the type (set) of allowed creation or annihilation labels. - If is an incoming or outgoing asymptotic state, the result is the singleton type , reflecting that these states have a single fixed mode (typically creation for incoming and annihilation for outgoing states). - If is a position-space field operator, the result is the type , as these operators generally consist of both creation and annihilation parts.
is a finite set
#instFintypeFieldOpToCrAnTypeFor a given field specification and any field operator , the set of creation and annihilation modes associated with , denoted as , is a finite set. This finiteness holds because the mode type is either the singleton set (for asymptotic states) or the two-element set (for position-space states).
Decidability of equality for the mode types
#instDecidableEqFieldOpToCrAnTypeFor a given field specification , and for any field operator , the equality between elements of the type is decidable. This type represents the available creation and annihilation modes for the operator , which is either a singleton set (for asymptotic states) or the set (for position-space operators).
For a given field specification and two field operators , if , then there is an equivalence between their corresponding types of creation and annihilation modes, denoted as .
Creation and annihilation parts of field operators
#CrAnFieldOpFor a given field specification , the type is the collection of creation and annihilation components of all field operators. It is formally defined as the dependent sum , consisting of pairs where: - If is an incoming asymptotic field operator, is the unique element of , representing its creation component. - If is an outgoing asymptotic field operator, is the unique element of , representing its annihilation component. - If is a position-space field operator, distinguishes between the creation part and the annihilation part of the field operator at that position.
Projection to the underlying field operator
#crAnFieldOpToFieldOpFor a given field specification , the function maps a creation or annihilation field operator to its underlying field operator state . Since is defined as the dependent sum , this map is the projection onto the first component, which sends a pair to .
The projection of the pair to the field operator space is
#crAnFieldOpToFieldOp_prodFor a given field specification , let be a field operator and let be a creation or annihilation label associated with . Then the projection of the pair (representing a creation or annihilation field operator) back to the space of field operators is equal to :
Creation/annihilation label of a field operator component
#crAnFieldOpToCreateAnnihilateFor a given field specification , the function maps an element to its corresponding classification in the set . Specifically, for an operator component associated with an underlying field operator : - If is an incoming asymptotic field operator, is mapped to . - If is an outgoing asymptotic field operator, is mapped to . - If is a position-space field operator, is mapped to its internal label which specifies whether it is the creation or annihilation part of the field.
Field statistic of a creation or annihilation operator
#crAnStatisticsFor a given field specification , the function maps a creation or annihilation operator to its corresponding field statistic (bosonic or fermionic). This is defined by first projecting to its underlying field operator and then identifying the statistic associated with .
Field statistic of the operator in
#term_|>ₛ__2For a given field specification and a creation or annihilation operator , the notation represents the field statistic (bosonic or fermionic) associated with .
Field statistic of a sequence of operators
#term_|>ₛ__3Given a field specification and a sequence (list) of creation or annihilation operators , the notation represents the collective field statistic (bosonic or fermionic) associated with the sequence . This is calculated by mapping each operator in the list to its respective statistic (as defined by the specification ) and determining the resulting statistic for the entire collection.
Creation-annihilation status
#term_|>ᶜ_The infix notation denotes the function that maps a creation-annihilation field operator to its status as either a creation or an annihilation operator.
