Group
Given a Binary Operation : on a set , the pair is defined as a group if it satisfies the following conditions:
- is associative.
- There exists an identity element .
- For each element , there exists an inverse element .
Example
- is the set of all invertible 2×2 matrices, and with matrix multiplication, it forms a group.
Note
- Commutativity: For ,
- Associativity: For ,
- Identity: s.t. ,
- Inverse: For , s.t.
Abelian Group
A group under is an abelian group if is commutative.
Example
- is an abelian group.
- is an abelian group. ( \ )
- is NOT a group. Because there is no inverse to 0.
- is NOT a group. Because there is no identity and inverse.