|
GroupA group is a set and an operation (the group operation, which you can think of as multiplication) that satisfies the four group properties:
Examples of GroupsThe integers under addition form a group. You can check this by testing each of the four properties. Closure is assured because whenever you add two integers, the result is another integer. Associativity is another property that is part of the definition of integers. Zero is the identity element under addition, and -- sure enough! -- zero is an integer. Finally, if A is an integer, then -A is also an integer. Note that the integers under multiplication do not form a group, because the inverse property is not satisfied. However the non-zero rationals do form a group under multiplication. The two groups mentioned above are "infinite" groups -- that is, they have an infinite number of elements. Finite groups are those that have a finite number (called the group's "order") of elements. Consider the set {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} under addition (mod 12). This is a group because it is closed, associative, 0 is the identity element, and -a is the inverse of a. (-a is equivalent to 12-a (mod 12).) The set is also closed under multiplication (mod 12), but not every element has an inverse. In fact, no element that shares a factor with 12 has an inverse, because there isn't any way to multiply such an element with another element to shed that factor. For example, 2 times any element (mod 12) is divisible by 2, and so can't be equivalent to 1 (mod 12). This suggests a trick that will turn this set into a group under multiplication, mod 12: remove all the elements that share a factor with 12. Or, more exactly, leave in just those elements that are coprime to 12. They are {1, 5, 7, 11}. The number of such elements is f(12), where f is the Euler Totient Function. Surprisingly, the coprimes of n form a group under multiplication, mod n. It's not hard to test each of the four properties to verify it's true. Let G = {x | GCD(x,n)=1} be a set, considered under the operation of multiplication, mod n.
Additional topics. . . . . . add introductory information about these topics, with reference to BasicAAGroup.htm for more in-depth infoc: Subgroup Coset Lagrange's Theorem There are two dueling "Group" pages in this website -- BasicAAGroup.htm was created, but a lot of information is in BasicSetGroup.htm, so these pages need to be coordinated (BasicSetGroup.htm should be elementary, with more advanced theory in BasicAAGroup.htm.) Internet ReferencesRelated pages in this website
|
|
The webmaster and author of the Math
Help site is Graeme McRae. |