Math4302 Modern Algebra (Lecture 2)
Recall from last lecture
Binary operations
A binary operation that is not associative but commutative:
Consider where .
This is trivially commutative.
But gives . and .
Definition for identity element
An element is called identity element if for all .
Group
Definition of group
A group is a set with a binary operation that satisfies the following axioms:
- Closure: (automatically guaranteed by definition of binary operation).
- Associativity: .
- Identity element: .
- Inverses: .
The inverse of is unique: If there is such that , then .
Proof:
.
apply the definition of group.
Example of group
is a group.
is a group.
is a group.
with identity and all abelian groups.
, , are not groups ( has no inverse).
We can fix this by removing .
, are groups.
is not a group.
is not a group.
Consider be the set of all functions from to .
- Identity:
- Associativity:
- Inverse:
This is a group.
- Identity:
- Associativity:
- Inverse: not all have inverse… (functions which are not bijective don’t have inverses)
This is not a group.
: set of invertible matrices over .
where is matrix multiplication.
- Identity:
- Associativity:
- Inverse:
This is a group.
Matrix multiplication is not generally commutative, therefore it’s not abelian.
Definition of abelian group
A group is called abelian if for all . ( is commutative)
Properties of group
Proof
- Cancellation from right and left:
Proof
right cancellation are the same
This also implies that every row/column of the table representation of the binary operation is distinct.
If not, suppose have the same row/column, then we can prove using cancellation from right and left.
- We can solve equations uniquely.
, similarly .
Finite groups
Group with 1 element .
Group with 2 elements . (example is )
And
| * | e | a |
|---|---|---|
| e | e | a |
| a | a | e |
Group with 3 elements .
And the possible ways to fill the table are:
| * | e | a | b |
|---|---|---|---|
| e | e | a | b |
| a | a | b | e |
| b | b | e | a |