Content deleted Content added
→See also: Added presentation of a group |
Clarified some subtleties about the ellipsis notation. For example, {1, ..., 0} ist the empty set. |
||
Line 23:
The [[semantics]] of the term ''set'' imposes certain [[syntactic]] constraints on these notations. The only information that is fundamental for a set is which particular objects are, or are not, elements. As a result, the order in which elements appear in an enumeration is irrelevant: {{math|{''π'', 6, 1/2}}} and {{math|{1/2, ''π'', 6}}} are two enumerations of the same set. Likewise, repeated mention of an element is also irrelevant, so {{math|{1, 2, 2, 3, 3, 3} {{=}} {1, 2, 3}}}. To deal with collections for which members' multiplicity ''is'' significant, there is a generalization of sets called ''[[multiset]]s''.
A variant of this explicitly exhaustive enumeration uses ranges of elements and features the [[ellipsis]].
Some [[infinite set]]s, too, can be represented in this way. An example is denoting the set of natural numbers (for which one notation described above is {{math|'''N'''}}) by {{math|{1, 2, 3, ...}}}. In cases where the infinitely repeating pattern is not obvious, one can insert an expression to represent a generic element of the set, as with {{math|{0, 1, 3, ..., ''k''(''k''-1)/2, ...}}}.
|