Math4302 Modern Algebra (Lecture 1)
Skip section 0
Group and subgroups
Group
Definition of binary operations
A binary operation (usually denoted by ) on a set is a function from to .
Example of binary relations
is a binary operation on or .
is a binary operation on or .
division is not a binary operation on or . (Consider 0)
Generally, we can define a binary operation over sets whatever we want.
Let and we can define the table for binary operation as follows:
| * | a | b | c |
|---|---|---|---|
| a | a | b | b |
| b | b | c | c |
| c | a | b | c |
If we let be the set of all functions from to .
then ,
,
, are also binary operations.
Definition of Commutative binary operations
A binary operation in a set is commutative if for all .
Commutative basically means the table is symmetric on diagonal.
Example of non-commutative binary operations
, is not generally commutative, consider constant functions and .
Definition of Associative binary operations
A binary operation in a set is associative if for all .
Example of non-associative binary operations
Suppose
| * | a | b | c |
|---|---|---|---|
| a | a | b | b |
| b | b | c | c |
| c | a | b | c |
is not associative, take as examples.
Theorem for Associativity of Composition
(Associativity of Composition) Let S be a set and let and be functions from S to S. Then .
There exists binary operation that is associative but not commutative.
Consider where are functions over some set .
is generally not commutative but always associative.
There exists binary operation that is commutative but not associative.
Consider operation defined belows:
| * | a | b | c |
|---|---|---|---|
| a | a | b | b |
| b | b | b | c |
| c | b | c | c |
Note that this operation is commutative since the table is symmetric on diagonal.
This operation is not associative, take as examples.
Definition of Identity element
An element is called identity element if for all .
Uniqueness of identity element
If has an identity element, then it is unique.
Proof
Suppose and are identity elements of . Then .
Example of identity element
is the identity element of on or .
is the identity element of on or .
identity zero is the identity element of .
identity one is the identity element of .
identity function is the identity element of .
Not all binary operations have identity elements.
Consider
Suppose
| * | a | b | c |
|---|---|---|---|
| a | a | b | b |
| b | b | c | c |
| c | a | b | c |
No identity element exists for this binary operation.