Group

Given a Binary Operation : on a set , the pair is defined as a group if it satisfies the following conditions:

  1. is associative.
  2. There exists an identity element .
  3. 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.