| Enumeration |
Articles about Enumeration |
Information AboutEnumeration |
| CATEGORIES ABOUT ENUMERATION | |
| combinatorics | |
|
In Mathematics and theoretical Computer Science , an enumeration of a set is a procedure for listing all members of the set in some definite sequence, or, equivalently, a means of assigning a unique Natural Number to each element of the set. Formally an enumeration of a set ''S'' is a subset ''K'' of (the natural numbers) and a function ''f : K -> S'' that is a Bijection . That is, for every number ''k'' in ''K'' there is exactly one element ''s'' in ''S'' such that ''f(k) = s''. EXAMPLES
: is a bijection since every natural number corresponds to exactly one integer. The following table demonstrates the first five values of this enumeration:
PROPERTIES
|
|
|