Note: * is some generic operator, not necessarily multiplication
- Closure -
ainS,binS,a * binS - Associativity -
a + (b + c) = (a + b) + c - Identity - for all
ainS,a * i = a, whereiis identity element - Inverse - for all
ainS, there existsbinSsuch thata * b = b * a = ewhere e is identity element
- Abelian Group under addition, where Albelian Group is a Group that also has commutativity
- Commutative -
a + b = b + a
- Commutative -
- Closure under multiplication
- Multiplication is associative -
(a * b) * c = a * (b * c) - Multiplication is distributive over addition
- Left -
a * (b + c) = (a * b) + (a * c) - Right -
(b + c) * a = (b * a) + (c * a)
- Left -
- Everything from Ring
- Multiplication commutativity -
a * b = b * a - Multiplicative inverses -
a / b = ab^{-1}
- Distributivity of scalars -
av + buwherevanduare vectors