9

Several groups have the property that every element is its own inverse. For example, the numbers $0$ and $1$ and the XOR operator form a group of this sort, and more generally the set of all bitstrings of length $n$ and XOR form a group with this property.

These groups have the interesting property that they have to be commutative.

Is there a special name associated with groups with this property? Or are they just "abelian groups where every element has order two?"

Thanks!

4 Answers4

12

They are often called Boolean groups.

Brian M. Scott
  • 616,228
9

Another term for these groups is elementary abelian $2$-groups. In general, an elementary abelian $p$-group (for a prime $p$) is an abelian group where every non-identity element has order $p$ (and it is easy to see that if all non-identity elements have the same order, then that order must be a prime).

5

These are (the underlying additive groups of) the vector spaces over $\Bbb{Z}/2\Bbb{Z}$.

Chris Eagle
  • 33,306
0

Another term is "group of exponent $2$".

lhf
  • 216,483