SuperCommute on Field operator algebra #
Defining normal order for FiedOpAlgebra
. #
The super commutator on the WickAlgebra
defined as a linear map [a,_]ₛ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For a field specification 𝓕
, superCommute
is the linear map
WickAlgebra 𝓕 →ₗ[ℂ] WickAlgebra 𝓕 →ₗ[ℂ] WickAlgebra 𝓕
defined as the descent of ι ∘ superCommuteF
in both arguments.
In particular for φs
and φs'
lists of 𝓕.CrAnFieldOp
in WickAlgebra 𝓕
the following
relation holds:
superCommute φs φs' = φs * φs' - 𝓢(φs, φs') • φs' * φs
The notation [a, b]ₛ
is used for superCommute a b
.
Equations
- FieldSpecification.WickAlgebra.superCommute = { toFun := Quotient.lift FieldSpecification.WickAlgebra.superCommuteRight ⋯, map_add' := ⋯, map_smul' := ⋯ }
Instances For
For a field specification 𝓕
, superCommute
is the linear map
WickAlgebra 𝓕 →ₗ[ℂ] WickAlgebra 𝓕 →ₗ[ℂ] WickAlgebra 𝓕
defined as the descent of ι ∘ superCommuteF
in both arguments.
In particular for φs
and φs'
lists of 𝓕.CrAnFieldOp
in WickAlgebra 𝓕
the following
relation holds:
superCommute φs φs' = φs * φs' - 𝓢(φs, φs') • φs' * φs
The notation [a, b]ₛ
is used for superCommute a b
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Properties of superCommute
. #
Properties from the definition of WickAlgebra #
superCommute
on different constructors. #
Mul equal superCommute #
Lemmas which rewrite a multiplication of two elements of the algebra as their commuted multiplication with a sign plus the super commutator.