A group is a set of elements S and an operator * possessing the following properties:
The group is abelian if * is commutative. Why don't they just call it a commutative group? It is called abelian in honor of Niels Abel. (biography)
As with regular multiplication, the star is often omited. Thus x*y is simply written xy, and x*x*x*x is written x4. Realize that x4yx is not x5y, since x and y may not commute.
If the group is abelian, we often use + instead of * and 0 instead of 1. This reminds us that the elements can be rearranged as we wish. For instance, x+x+y+x+y = 3x+2y.
The integers form an abelian group under addition, with 0 as the identity element. The positive rationals form an abelian group under multiplication, with 1 as the identity element.
The integers mod n, Zn, form a group under addition, and the units mod n, denoted Zn*, form a group under multiplication.
Use the clock to illustrate addition mod 12, written Z12,
which is an abelian group.
Add 4 hours + 3 hours + 7 hours, in any order, and wind up at 2:00.
And the inverse of 4 is 8, since 4+8 takes you back to the top.
The set of 3 by 3 real orthonormal matrices form a nonabelian group under matrix multiplication. Thinking geometrically, this is the rigid rotations and reflections about the origin in 3 space. A rotation about the x axis and a rotation about the y axis do not commute, but a sequence of 3 rotations is always associative, and every rotation has an inverse. You can always spin the object back to start. Try it with a standard die. Spin it around x, then around y, and compare that with the rotation about y, then about x. The operations do not commute. A semigroup has no identity or inverses, such as the positive reals under addition. A monoid is a semigroup with an identity, such as the non-negative reals. Here 0 is the identity, but without negative numbers we have no inverses. The simplest monoid, that is not a group, consists of 0 and x, where x+x = x. |