In mathematics, an ordered pair is a collection of objects having two coordinates (or entries or projections), such that one can always uniquely determine the object, which is the first coordinate (or first entry or left projection) of the pair as well as the second coordinate (or second entry or right projection). If the first coordinate is a and the second is b, the usual notation for an ordered pair is (a, b). The pair is "ordered" in that (a, b) differs from (b, a) unless a = b.
Cartesian products and binary relations (and hence the ubiquitous functions) are defined in terms of ordered pairs.
Contents |
Let (a1,b1) and (a2,b2) be two ordered pairs. Then the characteristic (or defining) property of the ordered pair is:

The entries of an ordered pair can be other ordered pairs, enabling the recursive definition of ordered n-tuples (ordered lists of n terms). For example, the ordered triple (a,b,c) can be defined as (a, (b,c)), i.e., as one pair nested in another. This approach is mirrored in computer programming languages that enable constructing a list of elements by nesting cons cells. For example, the list (1 2 3 4 5) becomes (1, (2, (3, (4, (5, {}))))). The Lisp programming language employs such lists as its primary data structure.
The set of all ordered pairs whose first element is in some set X and whose second element is in some set Y is called the Cartesian product of X and Y, and written X×Y. A binary relation over the field X∪Y is a subset of X×Y.
If one wishes to employ the
notation for a different purpose (such as denoting open intervals on the real number line) the ordered pair may be
denoted by the variant notation 
The above characteristic property of ordered pairs is all that is required to understand the role of ordered pairs in mathematics. Hence the ordered pair can be taken as a primitive notion, whose associated axiom is the characteristic property. This was the approach taken by the N. Bourbaki group in its Theory of Sets, published in 1954, long after Kuratowski discovered his reduction (below). The Kuratowski definition was added in the second edition of Theory of Sets, published in 1970.
If one agrees that set theory is an appealing foundation of mathematics, then all mathematical objects must be defined as sets of some sort. Hence if the ordered pair is not taken as primitive, it must be defined as a set.[1] Several set-theoretic definitions of the ordered pair are given below.
Norbert Wiener proposed the first set theoretical definition of the ordered pair in 1914 [2]:

He observed that this definition made it possible to define the types of Principia Mathematica as sets. Principia Mathematica had taken types, and hence relations of all arities, as primitive.
About the same time as Wiener (1914), Felix Hausdorff proposed his definition:
"where 1 and 2 are two distinct objects different from a and b" [3].
In 1921 Kuratowski offered the now-accepted definition[4] of the ordered pair (a, b):
Note that this definition remains valid when the first and the second coordinate are identical, so that p = (x, x) = {{x}, {x, x}} = {{x}, {x}} = {{x}}.
Given some ordered pair p, the property "x is the first coordinate of p" can be formulated as:

The property "x is the second coordinate of p" can be formulated as:

In the case that the left and right coordinates are identical,
the right conjunct
is trivially true, since Y1 ≠
Y2 is never the case.
One may easily extract the first coordinate of a pair:

The second coordinate is harder to extract:


The above Kuratowski definition of the ordered pair is
"adequate" in that it satisfies the characteristic property that an
ordered pair must satisfy, namely that
.
There are other definitions, of similar or lesser complexity, that
are equally adequate:
reverse is merely a trivial variant of the Kuratowski definition, and as such is of no further interest. short is so-called because it requires two rather than three pairs of braces. Proving that short satisfies the characteristic property requires the ZFC axiom of regularity[5] Moreover, if one accepts the standard set-theoretic construction of the natural numbers, then 2 is defined as the set {0, 1} = {0, {0}}, which is indistinguishable from the pair (0, 0)short.
Prove: (a, b) = (c, d) if and only if a = c and b = d.
Kuratowski:
If. If a = c and b = d, then
{{a}, {a, b}} = {{c}, {c, d}}.
Thus (a, b)K = (c, d)K.
Only if. Two cases: a = b, and a ≠ b.
If a = b:
If a ≠ b, then (a, b)K = (c, d)K implies {{a}, {a, b}} = {{c}, {c, d}}.
Reverse:
(a, b)reverse = {{b}, {a, b}}
= {{b}, {b, a}} = (b,
a)K.
If. If (a, b)reverse = (c, d)reverse, (b, a)K = (d, c)K. Therefore b = d and a = c.
Only if. If a = c and b = d, then {{b}, {a, b}} = {{d}, {c, d}}. Thus (a, b)reverse = (c, d)reverse.
Short:[6]
If: Obvious.
Only if: Suppose {a, {a, b}} = {c, {c, d}}. Then a is in the left hand side, and thus in the right hand side. Because equal sets have equal elements, one of a = c or a = {c, d} must be the case.
Again, we see that {a, b} = c or {a, b} = {c, d}.
Rosser (1953)[7]
employed a definition of the ordered pair, due to Quine and requiring a prior definition of
the natural
numbers. Let
be the set of natural numbers, and define

Applying this function simply increments every natural number in
x. In particular,
does not contain the number 0, so that for any sets x and
y,

Define the ordered pair (A, B) as

Extracting all the elements of the pair that do not contain 0
and undoing
yields A. Likewise, B can be recovered from the
elements of the pair that do contain 0.
In type theory and in outgrowths thereof such as the axiomatic set theory NF, the Quine-Rosser pair has the same type as its projections and hence is termed a "type-level" ordered pair. Hence this definition has the advantage of enabling a function, defined as a set of ordered pairs, to have a type only 1 higher than the type of its arguments. This definition works only if the set of natural numbers is infinite. This is the case in NF, but not in type theory or in NFU. J. Barkley Rosser showed that the existence of such a type-level ordered pair (or even a "type-raising by 1" ordered pair) implies the axiom of infinity. For an extensive discussion of the ordered pair in the context of Quinian set theories, see Holmes (1998).[8]
Morse-Kelley
set theory (Morse 1965)[9] makes
free use of proper classes. Morse defined the ordered
pair so that its projections could be proper classes as well as
sets. (The Kuratowski definition does not allow this.) He first
defined ordered pairs whose projections are sets in Kuratowski's
manner. He then redefined the pair (x,
y) as
,
where the component Cartesian products are Kuratowski pairs on
sets. This second step renders possible pairs whose projections are
proper classes. The Quine-Rosser definition above also admits proper classes as projections.
A category-theoretic product A x B in a category of sets represents the set of ordered pairs, with the first element coming from A and the second coming from B. In this context the characteristic property above is a consequence of the universal property of the product and the fact that elements of a set X can be identified with morphisms from 1 (a one element set) to X. While different objects may have the universal property, they are all naturally isomorphic.
In mathematics, an ordered pair is a collection of two objects, where one of the objects is first (the first coordinate or left projection), and the other is second (the second coordinate or right projection). An ordered pair where the first coordinate is and the second coordinate is is usually written (sometimes it is written ). If is different from , then the ordered pair is different from the ordered pair - this is why it is called ordered.
If and are two ordered pairs, then the characteristic or defining property of ordered pairs is:
This means that two ordered pairs are equal if and only if: the first coordinates of the pairs are equal, and also the second coordinates of the pairs are equal.
There are many mathematical definitions of ordered pair which have this property. The definition given here is the most common one:
Kazimierz Kuratowski was the first person to make this definition.
|
|