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:
- It is symmetric
exchangeSign_symm
. - When multiplied with itself it is
1
exchangeSign_mul_self
. - It is a cocycle
exchangeSign_cocycle
.
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.
The exchange sign is a cocycle.