Psychology Wiki
Register
Advertisement

Assessment | Biopsychology | Comparative | Cognitive | Developmental | Language | Individual differences | Personality | Philosophy | Social |
Methods | Statistics | Clinical | Educational | Industrial | Professional items | World psychology |

Statistics: Scientific method · Research methods · Experimental design · Undergraduate statistics courses · Statistical tests · Game theory · Decision theory


Commonly, ordinal numbers, or ordinals for short, are numbers used to denote the position in an ordered sequence: first, second, third, fourth, etc., whereas a cardinal number says "how many there are": one, two, three, four, etc. (See How to name numbers.)

Here, we describe the mathematical meaning of transfinite ordinal numbers. They were introduced by Georg Cantor in 1897, to accommodate infinite sequences and to classify sets with certain kinds of order structures on them. Ordinals are an extention of the natural numbers different from integers and from cardinals.

Well-ordering is total ordering with transfinite induction, where transfinite induction extends mathematical induction beyond the finite. Ordinals represent equivalence classes of well orderings with order-isomorphism being the equivalence relationship. Each ordinal is taken to be the set of smaller ordinals. Ordinals may be categorized as: zero, successor ordinals, and limit ordinals (of various cofinalities). Given a class of ordinals, one can identify the α-th member of that class, i.e. one can index (count) them. A class is closed and unbounded if its indexing function is continuous and never stops. One can define addition, multiplication, and exponentiation on ordinals, but not subtraction or division. The Cantor normal form is a standarized way of writing down ordinals. There is a many to one association of ordinals and cardinals. Larger and larger ordinals can be defined, but they become more and more difficult to describe. Ordinals have a natural topology.

Ordinals extend the natural numbers[]

A natural number can be used for two purposes: to describe the size of a set, or to describe the position of an element in a sequence. While in the finite world these two concepts coincide, when dealing with infinite sets one has to distinguish between the two. The notion of size leads to cardinal numbers, which were also discovered by Cantor, while the position is generalized by the ordinal numbers described here.

Whereas the notion of cardinal number is associated to a set with no particular structure on it, the ordinals are intimately linked with the special kind of sets which are called well-ordered (so intimately linked, in fact, that some mathematicians make no distinction between the two concepts). To define things briefly, a well-ordered set is a totally ordered set (given any two elements one defines a smaller and a larger one in a coherent way) in which there is no infinite decreasing sequence (however, there may be infinite increasing sequences). Ordinals may be used to label the elements of any given well-ordered set (the smallest element being labeled 0, the one after that 1, the next one 2, "and so on") and to measure the "length" of the whole set by the least ordinal which is not a label for an element of the set. This "length" is called the order type of the set.

Any ordinal is defined by the set of ordinals that precede it: in fact, the most common definition of ordinals identifies each ordinal as the set of ordinals that precede it. For example, the ordinal 42 is the order type of the ordinals less than it, i.e., the ordinals from 0 (the smallest of all ordinals) to 41 (the immediate predecessor of 42), and it is generally identified as the set {0,1,2,…,41}. Conversely, any set of ordinals which is downward-closed—meaning that any ordinal less than an ordinal in the set is also in the set—is (or can be identified with) an ordinal.

So far we have mentioned only finite ordinals, which are the natural numbers. But there are infinite ones as well: the smallest infinite ordinal is ω, which is the order type of the natural numbers (finite ordinals) and which can even be identified with the set of natural numbers (indeed, the set of natural numbers is well-ordered—as is any set of ordinals—and since it is downward closed it can be identified with the ordinal associated to it, which is exactly how we define ω).

Omega squared

A graphical “matchstick” representation of the ordinal ω². Each stick correspond to an ordinal of the form ω·m+n where m and n are natural numbers.

Perhaps a clearer intuition of ordinals can be formed by examining a first few of them: as mentioned above, they start with the natural numbers, 0, 1, 2, 3, 4, 5, … After all natural numbers comes the first infinite ordinal, ω, and after that come ω+1, ω+2, ω+3, and so on. (Exactly what addition means will be defined later on: just consider them as names.) After all of these come ω·2 (which is ω+ω), ω·2+1, ω·2+2, and so on, then ω·3, and then later on ω·4. Now the set of ordinals which we form in this way (the ω·m+n, where m and n are natural numbers) must itself have an ordinal associated to it: and that is ω2. Further on, there will be ω3, then ω4, and so on, and ωω, then ωω², and much later on ε0 (just to give a few examples of the very smallest—countable—ordinals). We can go on in this way indefinitely far ("indefinitely far" is exactly what ordinals are good at: basically every time one says "and so on" when enumerating ordinals, it defines a larger ordinal).

Definitions[]

Define well-ordered set[]

A well-ordered set is an ordered set in which every non-empty subset has a least element: this is equivalent (at least in the presence of the axiom of dependent choices) to just saying that the set is totally ordered and there is no infinite decreasing sequence, something which is perhaps easier to visualize. In practice, the importance of well-ordering is justified by the possibility of applying transfinite induction, which says, essentially, that any property that passes on from one the predecessors of an element to that element itself must be true of all elements (of the given well-ordered set). If the states of a computation (computer program or game) can be well-ordered in such a way that each step is followed by a "lower" step, then you can be sure that the computation will terminate.

Now we don't want to distinguish between two well-ordered sets if they only differ in the "labeling of their elements", or more formally: if we can pair off the elements of the first set with the elements of the second set such that if one element is smaller than another in the first set, then the partner of the first element is smaller than the partner of the second element in the second set, and vice versa. Such a one-to-one correspondence is called an order isomorphism (or a strictly increasing function) and the two well-ordered sets are said to be order-isomorphic, or similar (obviously this is an equivalence relation). Provided there exists an order isomorphism between two well-ordered sets, the order isomorphism is unique: this makes it quite justifiable to consider the sets as essentially identical, and to seek a "canonical" representative of the isomorphism type (class). This is exactly what the ordinals provide, and it also provides a canonical labeling of the elements of any well-ordered set.

So we essentially wish to define an ordinal as an isomorphism class of well-ordered sets: that is, as an equivalence class for the equivalence relation of "being order-isomorphic". There is a technical difficulty involved, however, in the fact that the equivalence class is too large to be a set in the usual Zermelo-Fraenkel formalization of set theory. But this is not a serious difficulty. We will say that the ordinal is the order type of any set in the class.

Definition of an ordinal as an equivalence class[]

The original definition of ordinal number, found for example in Principia Mathematica, defines the order type of a well-ordering as the set of all well-orderings similar (order-isomorphic) to that well-ordering: in other words, an ordinal number is genuinely an equivalence class of well-ordered sets. This definition must be abandoned in ZF and related systems of axiomatic set theory because these equivalence classes are too large to form a set. However, this definition still can be used in type theory and in Quine's set theory New Foundations and related systems (where it affords a rather surprising alternative solution to the Burali-Forti paradox of the largest ordinal).

Von Neumann definition of ordinals[]

Rather than defining an ordinal as an equivalence class of well-ordered sets, we can try to define it as some particular well-ordered set which (canonically) represents the class. Thus, we want to construct ordinal numbers as special well-ordered sets in such a way that every well-ordered set is order-isomorphic to one and only one ordinal number.

The ingenious definition suggested by John von Neumann, and which is now taken as standard, is this: define each ordinal as a special well-ordered set, namely that of all ordinals before it. Formally:

A set S is an ordinal if and only if S is totally ordered with respect to set containment and every element of S is also a subset of S.

(Here, "set containment" is another name for the subset relationship.) Such a set S is automatically well-ordered with respect to set containment. This relies on the axiom of well foundation: every nonempty set S has an element a which is disjoint from S.

Note that the natural numbers are ordinals by this definition. For instance, 2 is an element of 4 = {0, 1, 2, 3}, and 2 is equal to {0, 1} and so it is a subset of {0, 1, 2, 3}.

It can be shown by transfinite induction that every well-ordered set is order-isomorphic to exactly one of these ordinals.

Furthermore, the elements of every ordinal are ordinals themselves. Whenever you have two ordinals S and T, S is an element of T if and only if S is a proper subset of T, and moreover, either S is an element of T, or T is an element of S, or they are equal. So every set of ordinals is totally ordered. And in fact, much more is true: Every set of ordinals is well-ordered. This important result generalizes the fact that every set of natural numbers is well-ordered and it allows us to use transfinite induction liberally with ordinals.

Another consequence is that every ordinal S is a set having as elements precisely the ordinals smaller than S. This statement completely determines the set-theoretic structure of every ordinal in terms of other ordinals. It's used to prove many other useful results about ordinals. One example of these is an important characterization of the order relation between ordinals: every set of ordinals has a supremum, the ordinal obtained by taking the union of all the ordinals in the set. Another example is the fact that the collection of all ordinals is not a set. Indeed, since every ordinal contains only other ordinals, it follows that every member of the collection of all ordinals is also its subset. Thus, if that collection were a set, it would have to be an ordinal itself by definition; then it would be its own member, which contradicts the axiom of regularity. (See also the Burali-Forti paradox). The class of all ordinals is variously called "Ord", "ON", or "∞".

An ordinal is finite if and only if the opposite order is also well-ordered, which is the case if and only if each of its subsets has a greatest element.

Other definitions[]

There are other modern formulations of the definition of ordinal. Each of these is essentially equivalent to the definition given above. One of these definitions is the following. A class S is called transitive if each element x of S is a subset of S, i.e. . An ordinal is then defined to be a transitive set whose members are also transitive. It follows from this that the members are themselves ordinals. Note that the axiom of regularity (foundation) is used in showing that these ordinals are well ordered by containment (subset).

Transfinite induction[]

What is transfinite induction?[]

Transfinite induction holds in any well-ordered set, but it is so important in relation to ordinals that it is worth restating here.

Any property which passes from the set of ordinals smaller than a given ordinal α to α itself, is true of all ordinals.

That is, if P(α) is true whenever P(β) is true for all β<α, then P(α) is true for all α. Or, more practically: in order to prove a property P for all ordinals α, one can assume that it is already known for all smaller β<α.

Transfinite recursion[]

Transfinite induction can be used not only to prove things, but also to define them (such a definition is normally said to follow by transfinite recursion - we use transfinite induction to prove that the result is well-defined): the formal statement is tedious to write, but the bottom line is, in order to define a (class) function on the ordinals α, one can assume that it is already defined for all smaller β<α. One proves by transfinite induction that there is one and only one function satisfying the recursion formula upto and including α.

Here is an example of definition by transfinite induction on the ordinals (more will be given later): define a function F by letting F(α) be the smallest ordinal not in the set of F(β) for all β<α. Note how we assume the F(β) known in the very process of defining F: this apparent paradox is exactly what definition by transfinite induction permits. Now in fact F(0) makes sense since there is no β<0, so the set of all F(β) for β<0 is empty, so F(0) must be 0 (the smallest ordinal of all), and now that we know F(0), then F(1) makes sense (and it is the smallest ordinal not equal to F(0)=0), and so on (the and so on is exactly transfinite induction). Well, it turns out that this example is not very interesting since F(α)=α for all ordinals α: but this can be shown, precisely, by transfinite induction.

Successor and limit ordinals[]

Any nonzero ordinal has a smallest element (which is zero). It may or may not have a largest element, however: 42 or ω+6 have a largest element, whereas ω does not (there is no largest natural number). If an ordinal has a largest element α, then it is the next ordinal after α, and it is called a successor ordinal, namely the successor of α, written α+1. In the von Neumann definition of ordinals, the successor of α is since its elements are those of α and α itself.

A nonzero ordinal which is not a successor is called a limit ordinal. One justification for this term is that a limit ordinal is indeed the limit in a topological sense of all smaller ordinals (for the order topology).

Quite generally, when (αι<γ) is a sequence of ordinals (a family indexed by a limit γ), and if we assume that (αι) is increasing (αι<αι′ whenever ι<ι′), or at any rate non-decreasing, we define its limit to be the least upper bound of the set {αι}, that is, the smallest ordinal (it always exists) greater than any term of the sequence. In this sense, a limit ordinal is the limit of all smaller ordinals (indexed by itself).

Thus, every ordinal is either zero, or a successor (of a well-defined predecessor), or a limit. This distinction is important, because many definitions by transfinite induction rely upon it. Very often, when defining a function F by transfinite induction on all ordinals, one defines F(0), and F(α+1) assuming F(α) is defined, and then, for limit ordinals δ one defines F(δ) as the limit of the F(β) for all β<δ (either in the sense of ordinal limits, as we have just explained, or for some other notion of limit if F does not take ordinal values). Thus, the interesting step in the definition is the successor step, not the limit ordinals. Such functions (especially for F nondecreasing and taking ordinal values) are called continuous. We will see that ordinal addition, multiplication and exponentiation are continuous as functions of their second argument.

Indexing classes of ordinals[]

We have mentioned that any well-ordered set is similar (order-isomorphic) to a unique ordinal number , or, on other words, that its elements can be indexed in increasing fashion by the ordinals less than . This applies, in particular, to any set of ordinals: any set of ordinals is naturally indexed by the ordinals less than some . The same holds, with a slight modification, for classes of ordinals (a collection of ordinals, possibly too large to form a set, defined by some property): any class of ordinals can be indexed by ordinals (and, when the class is unbounded, this puts it in class-bijection with the class of all ordinals). So we can freely speak of the -th element in the class (with the convention that the “0-th” is the smallest, the “1-th” is the next smallest, and so on). Formally, the definition is by transfinite induction: the -th element of the class is defined (provided it has already been defined for all ), as the smallest element greater than the -th element for all .

We can apply this, for example, to the class of limit ordinals: the -th ordinal which is either a limit or zero is (so far we have not defined multiplication but we can take this notation as a temporary definition, which will agree with the general notion to be defined later). Similarly, we can consider ordinals which are additively indecomposable (meaning that it is a nonzero ordinal which is not the sum of two strictly smaller ordinals): the -th additively indecomposable ordinal is indexed as . The technique of indexing classes of ordinals is often useful in the context of fixed points: for example, the -th ordinal such that is written .

Closed unbounded sets and classes[]

A class of ordinals is said to be unbounded, or cofinal, when given any ordinal, there is always some element of the class greater than it (then the class must be a proper class, i.e., it cannot be a set). It is said to be closed when the limit of a sequence of ordinals in the class is again in the class: or, equivalently, when the indexing (class-)function is continuous in the sense that, for a limit ordinal, (the -th ordinal in the class) is the limit of all for ; this is also the same as being closed, in the topological sense, for the order topology (to avoid talking of topology on proper classes, one can demand that the intersection of the class with any given ordinal is closed for the order topology on that ordinal, this is again equivalent).

Of particular importance are those classes of ordinals which are closed and unbounded, sometimes called clubs. For example, the class of all limit ordinals is closed and unbounded: this translates the fact that there is always a limit ordinal greater than a given ordinal, and that a limit of limit ordinals is a limit ordinal (a fortunate fact if the terminology is to make any sense at all!). The class of additively indecomposable ordinals, or the class of ordinals, or the class of cardinals, are all closed unbounded; the set of regular cardinals, however, is unbounded but not closed, and any finite set of ordinals is closed but not unbounded.

A class is stationary if it has a nonempty intersection with every closed unbounded class. All superclasses of closed unbounded classes are stationary and stationary classes are unbounded, but there are stationary classes which are not closed and there are stationary classes which have no closed unbounded subclass (such as the class of all limit ordinals with countable cofinality). Since the intersection of two closed unbounded classes is closed and unbounded, the intersection of a stationary class and a closed unbounded class is stationary. But the intersection of two stationary classes may be empty, e.g. the class of ordinals with cofinality ω with the class of ordinals with uncountable cofinality.

Rather than formulating these definitions for (proper) classes of ordinals, we can formulate them for sets of ordinals below a given ordinal : A subset of a limit ordinal is said to be unbounded (or cofinal) under provided any ordinal less than is less than some ordinal in the set. More generally, we can call a subset of any ordinal cofinal in provided every ordinal less than is less than or equal to some ordinal in the set. The subset is said to be closed under provided it is closed for the order topology in , i.e. a limit of ordinals in the set is either in the set or equal to itself.

Arithmetic of ordinals[]

For more details on this topic, see ordinal arithmetic.

There are three usual operations on ordinals: addition, multiplication, and (ordinal) exponentiation. Each can be defined in essentially two different ways: either by constructing an explicit well-ordered set which represents the operation or by using transfinite recursion. The Cantor normal form provides a standardized way of writing ordinals. The so-called "natural" arithmetical operations retain commutivity at the expense of continuity.

Ordinals and cardinals[]

Initial ordinal of a cardinal[]

Each ordinal has an associated cardinal, its cardinality, obtained by simply forgetting the order. Any well-ordered set having that ordinal as its order-type has the same cardinality. The smallest ordinal having a given cardinal as its cardinality is called the initial ordinal of that cardinal. Every finite ordinal (natural number) is initial, but most infinite ordinals are not initial. The axiom of choice is equivalent to the statement that every set can be well-ordered, i.e. that every cardinal has an initial ordinal. In this case, it is traditional to identify the cardinal number with its initial ordinal, and we say that the initial ordinal is a cardinal.

The α-th infinite initial ordinal is written . Its cardinality is written . For example, the cardinality of ω0 = ω is , which is also the cardinality of ω² or ε0 (all are countable ordinals). So (assuming the axiom of choice) we identify ω with , except that the notation is used when writing cardinals, and ω when writing ordinals (this is important since whereas ). Also, is the smallest uncountable ordinal (to see that it exists, consider the set of equivalence classes of well-orderings of the natural numbers: each such well-ordering defines a countable ordinal, and is the order type of that set), is the smallest ordinal whose cardinality is greater than , and so on, and is the limit of the for natural numbers n (any limit of cardinals is a cardinal, so this limit is indeed the first cardinal after all the ).

Cofinality[]

The cofinality of an ordinal is the smallest ordinal which is the order type of a cofinal subset of . Notice that a number of authors define confinality or use it only for limit ordinals. The cofinality of a set of ordinals or any other well ordered set is the cofinality of the order type of that set.

Thus for a limit ordinal, there exists a -indexed strictly increasing sequence with limit . For example, the cofinality of ω² is ω, because the sequence ω·m (where m ranges over the natural numbers) tends to ω²; but, more generally, any countable limit ordinal has cofinality ω. An uncountable limit ordinal may have either cofinality ω as does or an uncountable cofinality.

The cofinality of 0 is 0. And the cofinality of any successor ordinal is 1. The cofinality of any limit ordinal is at least .

An ordinal which is equal to its cofinality is called regular and it is always an initial ordinal. Any limit of regular ordinals is a limit of initial ordinals and thus is also initial even if it is not regular which it usually is not. If the Axiom of Choice, then is regular for each α. In this case, the ordinals 0, 1, , , and are regular, whereas 2, 3, , and ωω·2 are initial ordinals which are not regular.

The cofinality of any ordinal α is a regular ordinal, i.e. the cofinality of the cofinality of α is the same as the cofinality of α. So the cofinality operation is idempotent.

Some “large” countable ordinals[]

For more details on this topic, see Large countable ordinals.

We have already mentioned the ordinal ε0, which is the smallest satisfying the equation , so it is the limit of the sequence 0, 1, , , , etc. Many ordinals can be defined in such a manner as fixed points of certain ordinal functions (the -th ordinal such that is called , then we could go on trying to find the -th ordinal such that , “and so on”, but all the subtlety lies in the “and so on”). We can try to do this systematically, but no matter what system is used to define and construct ordinals, there is always an ordinal that lies just above all the ordinals constructed by the system. Perhaps the most important ordinal which limits in this manner a system of construction is the Church-Kleene ordinal, (despite the in the name, this ordinal is countable), which is the smallest ordinal which cannot in any way be represented by a computable function (this can be made rigorous, of course). Considerably large ordinals can be defined below , however, which measure the “proof-theoretic strength” of certain formal systems (for example, measures the strength of Peano arithmetic). Large ordinals can also be defined above the Church-Kleene ordinal, which are of interest in various parts of logic.

Topology and ordinals[]

Ordinals as topological spaces[]

Any ordinal can be made into a topological space by endowing it with the order topology (since, being well-ordered, an ordinal is in particular totally ordered): in the absence of indication to the contrary, it is always that order topology which is meant when an ordinal is thought of as a topological space. (Note that if we are willing to accept a proper class as a topological space, then the class of all ordinals is also a topological space for the order topology.)

The set of limit points of an ordinal α is precisely the set of limit ordinals less than α. Successor ordinals (and zero) less than α are isolated points in α. In particular, the finite ordinals and ω are discrete topological spaces, and no ordinal beyond that is discrete. The ordinal α is compact as a topological space if and only if α is a successor ordinal.

The closed sets of a limit ordinal α are just the closed sets in the sense that we have already defined, namely, those which contain a limit ordinal whenever they contain all sufficiently large ordinals below it.

Any ordinal is, of course, an open subset of any further ordinal. We can also define the topology on the ordinals in the following inductive way: 0 is the empty topological space, α+1 is obtained by taking the one-point compactification of α (if α is a limit ordinal; if it is not, α+1 is merely the disjoint union of α and a point), and for δ a limit ordinal, δ is equipped with the inductive limit topology.

As topological spaces, all the ordinals are Hausdorff and even normal. They are also totally disconnected (connected components are points), scattered (=every non-empty set has an isolated point; in this case, just take the smallest element), zero-dimensional (=the topology has a clopen basis: here, write an open interval (β,γ) as the union of the clopen intervals (β,γ'+1)=[β+1,γ'] for γ'<γ). However, they are not extremally disconnected in general (there is an open set, namely ω, whose closure is not open).

The topological spaces ω1 and its successor ω1+1 are frequently used as text-book examples of non-countable topological spaces. For example, in the topological space ω1+1, the element ω1 is in the closure of the subset ω1 even though no sequence of elements in ω1 has the element ω1 as its limit. The space ω1 is first-countable, but not second-countable, and ω1+1 has neither of these two properties, despite being compact. It is also worthy of note that any continuous function from ω1 to R (the real line) is eventually constant: so the Stone-Čech compactification of ω1 is ω1+1, just as its one-point compactification (in sharp contrast to ω, whose Stone-Čech compactification is much larger than ω1).

Ordinal-indexed sequences[]

If α is a limit ordinal and X is a set, an α-indexed sequence of elements of X merely means a function from α to X. If X is a topological space, we say that an α-indexed sequence of elements of X converges to a limit x when it converges as a net, in other words, when given any neighborhood U of x there is an ordinal β<α such that xι is in U for all ι≥β. This coincides with the notion of limit defined above for increasing ordinal-indexed sequences in an ordinal.

Ordinal-indexed sequences are more powerful than ordinary (ω-indexed) sequences to determine limits in topology: for example, ω1 is a limit point of ω1+1 (because it is a limit ordinal), and, indeed, it is the limit of the ω1-indexed sequence which maps any ordinal less than ω1 to itself: however, it is not the limit of any ordinary (ω-indexed) sequence in ω1, since any function from the natural numbers to ω1 is bounded. However, ordinal-indexed sequences are not powerful enough to replace nets (or filters) in general: for example, on the Tychonoff plank (the product space ), the corner point is a limit point (it is in the closure) of the open subset , but it is not the limit of an ordinal-indexed sequence.

See also[]

  • successor ordinal
  • limit ordinal
  • ordinal arithmetic
  • large countable ordinals
  • cardinal number

References[]

  • Conway, J. H. and Guy, R. K. "Cantor's Ordinal Numbers." In The Book of Numbers. New York: Springer-Verlag, pp. 266-267 and 274, 1996.
  • Sierpinski, W. (1965). Cardinal and Ordinal Numbers (2nd ed.). Warszawa: Pantswowe Wydawnictwo Naukowe. Also defines ordinal operations in terms of the Cantor Normal Form.
  • Patrick Suppes, Axiomatic Set Theory, D.Van Nostrand Company Inc., 1960

ar:رقم ترتيبي ca:Nombre ordinal cs:Ordinální číslo da:Ordinaltal de:Ordinalzahl es:Número ordinal eo:Numero fr:Nombre ordinal ko:순서수 io:Ordinala nombro is:Raðtala he:מספר סודר hu:Rendszám (halmazelmélet) nl:Rangtelwoord pt:Número ordinal simple:Ordinal number sl:Ordinalno število sv:Ordinaltal zh:序数

This page uses Creative Commons Licensed content from Wikipedia (view authors).
Advertisement