alphabet
An alphabet is a nonempty finite set![]()
such that every string formed by elements of can be decomposed uniquely into elements of .
For example, is not a valid alphabet because the string can be broken up in two ways: b lo g and bl og. is a valid alphabet, because thereis only one way to fully break up any given string formed from it.
If is our alphabet and ,we define the following as the powers of :
- •
, where stands for the empty string.
- •
( is the juxtaposition of and )
So, is the set of all strings formed from of length .
| Title | alphabet |
| Canonical name | Alphabet |
| Date of creation | 2013-03-22 12:15:58 |
| Last modified on | 2013-03-22 12:15:58 |
| Owner | mathcam (2727) |
| Last modified by | mathcam (2727) |
| Numerical id | 7 |
| Author | mathcam (2727) |
| Entry type | Definition |
| Classification | msc 03C07 |
| Synonym | powers of an alphabet |
| Related topic | KleeneStar |
| Related topic | Substring |
| Related topic | Language |
| Related topic | HuffmanCoding |
| Related topic | Word |