Basics of groups
A
1Definition of a group
A pair consisting of a set and a binary operation is a group if it satisfies the following conditions. Closure is already included in the statement that is a binary operation on .
For this same ,
The first equality is the associative law for every ; the next two statements assert the existence of an identity and of an inverse for every element relative to that same identity.
2Why these conditions?
Closure guarantees that the result of an operation stays in the same world. Associativity guarantees that when operations are repeated, the position of parentheses does not matter. The
With these conditions, the equation
has the unique solution
Indeed, operating on the left by gives
so . Thus every solution is forced to have this value and is unique. Conversely, substituting the value gives , so it really is a solution. In a noncommutative group, the side matters: the solution of is .
3Abelian groups
A
holds for all is called an
Here a permutation is used only as an operation that rearranges elements of a set, and matrix multiplication is used only as an example of a noncommutative operation.
4Basic examples
| Operation | Identity element | Inverse | |
|---|---|---|---|
| Addition | 0 | ||
| Addition of residue classes | |||
| Multiplication | 1 | ||
| Composition of permutations | Identity permutation | Inverse permutation | |
| Matrix multiplication | Identity matrix | Inverse matrix |
Here is the set of all nonzero real numbers. The element 0 is excluded because it has no multiplicative inverse.
The group is the set of all bijections from to itself, that is, all permutations. The group is the set of all real matrices that have inverses under multiplication. Detailed matrix calculations are not used as a prerequisite for the proofs on this page.
In , a composition of bijections is a bijection, composition of maps is associative, the identity map is the identity element, and every bijection has an inverse map. In , if and are invertible, then , so the product remains invertible. Associativity of matrix multiplication, the identity matrix, and inverse matrices provide the other group conditions.
5What changes and what is preserved
When objects are viewed as groups, the concrete appearance of the elements becomes less important. Integers, permutations, and matrices are different kinds of objects. However, the ability to repeat the operation, the existence of an
6Proof supplement: identity elements, inverses, and cancellation
In a
Inverses are also unique. Suppose and are both inverses of . That means and . Then
Here the
Furthermore, the
and
For the first implication, multiplying by from the left gives
By associativity, , so . Therefore . The second implication follows similarly by multiplying by on the right.
This
8Summary
A