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 ith element
is equal to the negative of the n + ith 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))