Group
Definition
A group is defined as a set closed under a binary operation ★ and is usually instantiated as.
If our operation ★ = or is addition, we call this an Additive Group.
If our operation ★ = or is multiplication, we call this a Multiplicative Group.
Properties
Groups hold 4 properties:
Closure aka “closed”
is in , for all in
Associativity
, for all in
Identity
There exists a single “” in such that
Inverse
There exists an in such that , where “” refers to the “” of the identity property
If the Commutative property is also valid ( for all in ), then the group is called an “Abelian Group.”
Examples
, additive for the set of all integers ✅ (valid group)
closure ✅
associativity ✅
identity ✅
inverse ✅
, multiplicative for the set of all integers ❌ (not a valid group)
closure ✅
associativity ✅
identity ✅
inverse , but does not necessarily exist in ❌
Last updated