441 B
441 B
Groups are Closures that have the following properties:
- closure: Every element which is a result of the binary operation of the group is part of the group
- associativity: changing the order of operations doesn't change the result
- identity: there is a neutral element (
0in addition,1in multiplication) - inverses: every element has a element when combined results in the identity element (
+5 + (-5) = 0)