Property | Group | Monoid | Semigroup |
---|---|---|---|
Closure | Closed under binary operation | Closed under binary operation | Closed under binary operation |
Associativity | Operation is associative | Operation is associative | Operation is associative |
Identity | Exists an identity element | Exists an identity element | Identity might not be present |
Inverse | Each element has an inverse | Inverses might not be present | Inverses might not be present |
Examples:
-
Group:
- Integers with addition
- Symmetric group (S_n)
-
Monoid:
- Natural numbers with addition
- Non-negative integers with multiplication
-
Semigroup:
- Strings with concatenation
- Matrices with multiplication