|
|
|
monoid
|
Definition/Summary
|
A monoid is a set S with a binary operation S*S -> S that is associative and that has an identity element, thus making it a semigroup with an identity.
A monoid where every element has an inverse is a group. |
|
Equations
|
Associativity: [itex]\forall a,b,c \in S ,\ (a \cdot b) \cdot c = a \cdot (b \cdot c) [/itex]
Identity e: [itex]\forall a \in S,\ e \cdot a = a \cdot e = a [/itex] |
|
Recent forum threads on monoid
|
|
|
|
|
Breakdown
|
|
Mathematics
> Algebra
>> Group Theory
|
|
Commentary
|