Difference between revisions of "Free monoid generated by"
From Maths
(Created page with "{{Stub page|grade=A|msg=Demote once fleshed out and minimally complete}} ==Definition== Given a set, {{M|X}}, there is a ''free'' monoid, {{M|(F,*)}}{{rAAPAG}}. * The...") |
m (Added warning note) |
||
Line 1: | Line 1: | ||
{{Stub page|grade=A|msg=Demote once fleshed out and minimally complete}} | {{Stub page|grade=A|msg=Demote once fleshed out and minimally complete}} | ||
+ | : Be sure to check [[Discussion of the free monoid and free semigroup generated by a set]], as there are some things to note | ||
+ | __TOC__ | ||
==Definition== | ==Definition== | ||
Given a [[set]], {{M|X}}, there is a ''free'' [[monoid]], {{M|(F,*)}}{{rAAPAG}}. | Given a [[set]], {{M|X}}, there is a ''free'' [[monoid]], {{M|(F,*)}}{{rAAPAG}}. |
Revision as of 13:58, 20 July 2016
Stub grade: A
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Demote once fleshed out and minimally complete
- Be sure to check Discussion of the free monoid and free semigroup generated by a set, as there are some things to note
Definition
Given a set, X, there is a free monoid, (F,∗)[1].
- The elements of F are all the finite tuples, (x1,…,xn) (where xi∈X)
- The monoid operation (∗:F×F→F) is concatenation:
- ∗:((x1,…,xn),(y1,…,yn))↦(x1,…,xn,y1,…,yn)
- The identity element of the monoid is:
- e=() - the "empty" tuple.
The proof that this is indeed a monoid is below
Examples
- This page can be considered an element of the monoid generated by the alphabet (union all the symbols too)
Proof that this is indeed a monoid
- Associativity is trivial
- Identity element being an identity element is trivial
(These might be good "low hanging fruit" for any newcomers)