FourVector[p, mu]
is the 4-dimensional vector p
with
Lorentz index mu
.
A vector with space-time Dimension D
is obtained by supplying the option Dimension -> D
.
The shortcut FourVector
is deprecated, please use
FV
instead!
[p, \[Mu]] FourVector
\overline{p}^{\mu }
[p - q, \[Mu]] FourVector
\left(\overline{p}-\overline{q}\right)^{\mu }
StandardForm[FourVector[p, \[Mu]]]
(*Pair[LorentzIndex[\[Mu]], Momentum[p]]*)
StandardForm[FourVector[p, \[Mu], Dimension -> D]]
(*Pair[LorentzIndex[\[Mu], D], Momentum[p, D]]*)
FourVector
is scheduled for removal in the future
versions of FeynCalc. The safe alternative is to use
FV
.
[p, \[Mu]] FV
\overline{p}^{\mu }
[p, \[Mu]] FVD
p^{\mu }
[FV[p, \[Mu]]] === FourVector[p, \[Mu]] FCI
\text{True}
[FVD[p, \[Mu]]] === FourVector[p, \[Mu], Dimension -> D] FCI
\text{True}