PhysLean Documentation

PhysLean.QFT.PerturbationTheory.FieldStatistics.ExchangeSign

Exchange sign for field statistics #

Suppose we have two fields Ο† and ψ, and the term Ο†Οˆ, if we swap them ΟˆΟ†, we may pick up a sign. This sign is called the exchange sign. This sign is -1 if both fields ψ and Ο† are fermionic and 1 otherwise.

In this module we define the exchange sign for general field statistics, and prove some properties of it. Importantly:

The exchange sign, exchangeSign, is defined as the group homomorphism

FieldStatistic β†’* FieldStatistic β†’* β„‚,

for which exchangeSign a b is -1 if both a and b are fermionic and 1 otherwise. The exchange sign is the sign one picks up on exchanging an operator or field φ₁ of statistic a with an operator or field Ο†β‚‚ of statistic b, i.e. φ₁φ₂ β†’ φ₂φ₁.

The notation 𝓒(a, b) is used for the exchange sign of a and b.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The exchange sign, exchangeSign, is defined as the group homomorphism

    FieldStatistic β†’* FieldStatistic β†’* β„‚,

    for which exchangeSign a b is -1 if both a and b are fermionic and 1 otherwise. The exchange sign is the sign one picks up on exchanging an operator or field φ₁ of statistic a with an operator or field Ο†β‚‚ of statistic b, i.e. φ₁φ₂ β†’ φ₂φ₁.

    The notation 𝓒(a, b) is used for the exchange sign of a and b.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The exchange sign is symmetric.

      theorem FieldStatistic.exchangeSign_ofList_cons {𝓕 : Type} (a : FieldStatistic) (s : 𝓕 β†’ FieldStatistic) (Ο† : 𝓕) (Ο†s : List 𝓕) :
      (exchangeSign a) (ofList s (Ο† :: Ο†s)) = (exchangeSign a) (s Ο†) * (exchangeSign a) (ofList s Ο†s)

      The exchange sign is a cocycle.