Content deleted Content added
m →Ordered pair: Replaced LaTeX "=_{\mathrm{def}}" with LaTeX "\overset{\mathrm{def.}}{=}" |
→Empty set, singleton, unordered pairs and tuples: Swapped headings and definitions, made math layout consistently LaTeX, fixed spacing |
||
Line 20:
== Empty set, singleton, unordered pairs and tuples ==
These constructions appear first because they are the simplest constructions in set theory, not because they are the first constructions that come to mind in mathematics (though the notion of finite set is certainly fundamental!) The empty set is the unique set with no members: ▼
For each object
:
▲These constructions appear first because they are the simplest constructions in set theory, not because they are the first constructions that come to mind in mathematics (though the notion of finite set is certainly fundamental!)
For objects
:
:
▲The empty set is the unique set with no members. In NFU, there are also urelements with no members.
This is a recursive definition of unordered
:
▲For each object ''x'', there is a set <math>\{x\}</math> with ''x'' as its only element.
▲: <math>\{x,y\} \overset{\mathrm{def.}}{=} \{z \mid z=x \vee z=y\}</math>
▲For objects ''x'' and ''y'', there is a set <math>\{x,y\}</math> containing ''x'' and ''y'' as its only elements.
▲: <math>x \cup y \overset{\mathrm{def.}}{=} \{z \mid z \in x \vee z \in y\}</math>
▲The union of two sets is defined in the usual way.
▲: <math>\{x_1,\ldots,x_n,x_{n+1}\} \overset{\mathrm{def.}}{=} \{x_1,\ldots,x_n\} \cup \{x_{n+1}\}</math>
▲This is a recursive definition of unordered ''n''-tuples for any concrete ''n'' (finite sets given as lists of their elements).
In [[New Foundations|NFU]], all the set definitions given work by stratified comprehension; in [[ZFC]], the existence of the unordered pair is given by the axiom of Pairing, the existence of the empty set follows by Separation from the existence of any set, and the boolean union of two sets exists by the axioms of Pairing and Union (<math>x \cup y = \bigcup\{x,y\}</math>).
|