Vector like charges #
For the n
-even case we define the property of a charge assignment being vector like.
A charge configuration for n even is vector like if when sorted the i
th element
is equal to the negative of the n + i
th element.
Equations
- PureU1.VectorLikeEven S = ∀ (i : Fin n), PureU1.sort S (Fin.cast ⋯ (Fin.castAdd n i)) = -PureU1.sort S (Fin.cast ⋯ (Fin.natAdd n i))