FeynCalc manual (development version)

FV

FV[p, mu] is the 44-dimensional vector pμp^{\mu }.

See also

Overview, FCE, FCI, FVD, Pair.

Examples

FV[p, \[Mu]]

pμ\overline{p}^{\mu }

FV[p - q, \[Mu]]

(pq)μ\left(\overline{p}-\overline{q}\right)^{\mu }

FV[p, \[Mu]] // StandardForm

(*FV[p, \[Mu]]*)
FCI[FV[p, \[Mu]]] // StandardForm

(*Pair[LorentzIndex[\[Mu]], Momentum[p]]*)

ExpandScalarProduct is used to expand momenta in FV

ExpandScalarProduct[FV[p - q, \[Mu]]]

pμqμ\overline{p}^{\mu }-\overline{q}^{\mu }