- Published on
Groups
- Authors

- Name
- Daniel Jeong
| Type | Closure | Associativity | Identity | Inverse | Commutativity |
|---|---|---|---|---|---|
| Magma | O | - | - | - | - |
| Unity Magma | O | - | O | - | - |
| Semigroup | O | O | - | - | - |
| Quasigroup | O | - | - | - | - |
| Loop | O | - | O | O | - |
| Monoid | O | O | O | - | - |
| Group | O | O | O | O | - |
| Abelian Group | O | O | O | O | O |
Properties
- Closure: For any two elements and in , the result of is also in .
- Associativity: For any elements and in , the equation holds true. The order of operations doesn't matter.
- Identity: There exists a special element in such that for any element in , .
- Inverse: For every element in , there is a corresponding element in such that , where is the identity element.
- Commutativity: For any two elements and in , . The order of the elements doesn't matter.