Hubbry Logo
Ordered pairOrdered pairMain
Open search
Ordered pair
Community hub
Ordered pair
logo
8 pages, 0 posts
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Ordered pair
Ordered pair
from Wikipedia
Analytic geometry associates to each point in the Euclidean plane an ordered pair. The red ellipse is associated with the set of all pairs (x,y) such that x2/4 + y2 = 1.

In mathematics, an ordered pair, denoted (a, b), is a pair of objects in which their order is significant. The ordered pair (a, b) is different from the ordered pair (b, a), unless a = b. In contrast, the unordered pair, denoted {a, b}, always equals the unordered pair {b, a}.

Ordered pairs are also called 2-tuples, or sequences (sometimes, lists in a computer science context) of length 2. Ordered pairs of scalars are sometimes called 2-dimensional vectors. (Technically, this is an abuse of terminology since an ordered pair need not be an element of a vector space.) The entries of an ordered pair can be other ordered pairs, enabling the recursive definition of ordered n-tuples (ordered lists of n objects). For example, the ordered triple (a,b,c) can be defined as (a, (b,c)), i.e., as one pair nested in another.

In the ordered pair (a, b), the object a is called the first entry, and the object b the second entry of the pair. Alternatively, the objects are called the first and second components, the first and second coordinates, or the left and right projections of the ordered pair.

Cartesian products and binary relations (and hence functions) are defined in terms of ordered pairs, cf. picture.

Generalities

[edit]

Let and be ordered pairs. Then the characteristic (or defining) property of the ordered pair is:

The set of all ordered pairs whose first entry is in some set A and whose second entry is in some set B is called the Cartesian product of A and B, and written A × B. A binary relation between sets A and B is a subset of A × B.

The (a, b) notation may be used for other purposes, most notably as denoting open intervals on the real number line. In such situations, the context will usually make it clear which meaning is intended.[1][2] For additional clarification, the ordered pair may be denoted by the variant notation , but this notation also has other uses.

The left and right projection of a pair p is usually denoted by π1(p) and π2(p), or by π(p) and πr(p), respectively. In contexts where arbitrary n-tuples are considered, πn
i
(t) is a common notation for the i-th component of an n-tuple t.

Informal and formal definitions

[edit]

In some introductory mathematics textbooks an informal (or intuitive) definition of ordered pair is given, such as

For any two objects a and b, the ordered pair (a, b) is a notation specifying the two objects a and b, in that order.[3]

This is usually followed by a comparison to a set of two elements; pointing out that in a set a and b must be different, but in an ordered pair they may be equal and that while the order of listing the elements of a set doesn't matter, in an ordered pair changing the order of distinct entries changes the ordered pair.

This "definition" is unsatisfactory because it is only descriptive and is based on an intuitive understanding of order. However, as is sometimes pointed out, no harm will come from relying on this description and almost everyone thinks of ordered pairs in this manner.[4]

A more satisfactory approach is to observe that the characteristic property of ordered pairs given above 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. However, this approach also has its drawbacks as both the existence of ordered pairs and their characteristic property must be axiomatically assumed.[3]

Another way to rigorously deal with ordered pairs is to define them formally in the context of set theory. This can be done in several ways and has the advantage that existence and the characteristic property can be proven from the axioms that define the set theory. One of the most cited versions of this definition is due to Kuratowski (see below) and his definition was used in the second edition of Bourbaki's Theory of Sets, published in 1970. Even those mathematical textbooks that give an informal definition of ordered pairs will often mention the formal definition of Kuratowski in an exercise.

Defining the ordered pair using set theory

[edit]

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.[5] Several set-theoretic definitions of the ordered pair are given below (see also Diepert).[6]

Wiener's definition

[edit]

Norbert Wiener proposed the first set theoretical definition of the ordered pair in 1914:[7] 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.

Wiener used {{b}} instead of {b} to make the definition compatible with type theory where all elements in a class must be of the same "type". With b nested within an additional set, its type is equal to 's.

Hausdorff's definition

[edit]

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."[8]

Kuratowski's definition

[edit]

In 1921 Kazimierz Kuratowski offered the now-accepted definition[9][10] of the ordered pair (a, b): When the first and the second coordinates are identical, the definition obtains:

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 is the case.

If then:

This is how we can extract the first coordinate of a pair (using the iterated-operation notation for arbitrary intersection and arbitrary union):

This is how the second coordinate can be extracted:

(if , then the set could be obtained more simply: , but the previous formula also takes into account the case when .)

Note that and are generalized functions, in the sense that their domains and codomains are proper classes.

Variants

[edit]

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 . In particular, it adequately expresses 'order', in that is false unless . There are other definitions, of similar or lesser complexity, that are equally adequate:

  • [11]

The reverse definition is merely a trivial variant of the Kuratowski definition, and as such is of no independent interest. The definition short is so-called because it requires two rather than three pairs of braces. Proving that short satisfies the characteristic property requires the Zermelo–Fraenkel set theory axiom of regularity.[12] Moreover, if one uses von Neumann's 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. Yet another disadvantage of the short pair is the fact that, even if a and b are of the same type, the elements of the short pair are not. (However, if a = b then the short version keeps having cardinality 2, which is something one might expect of any "pair", including any "ordered pair".)

Proving that definitions satisfy the characteristic property

[edit]

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 ab.

If a = b:

(a, b)K = {{a}, {a, b}} = {{a}, {a, a}} = {{a}}.
{{c}, {c, d}} = (c, d)K = (a, b)K = {{a}}.
Thus {c} = {c, d} = {a}, which implies a = c and a = d. By hypothesis, a = b. Hence b = d.

If ab, then (a, b)K = (c, d)K implies {{a}, {a, b}} = {{c}, {c, d}}.

Suppose {c, d} = {a}. Then c = d = a, and so {{c}, {c, d}} = {{a}, {a, a}} = {{a}, {a}} = {{a}}. But then {{a}, {a, b}} would also equal {{a}}, so that b = a which contradicts ab.
Suppose {c} = {a, b}. Then a = b = c, which also contradicts ab.
Therefore {c} = {a}, so that c = a and {c, d} = {a, b}.
If d = a were true, then {c, d} = {a, a} = {a} ≠ {a, b}, a contradiction. Thus d = b is the case, so that a = c and b = 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:[13]

If: If a = c and b = d, then {a, {a, b}} = {c, {c, d}}. Thus (a, b)short = (c, d)short.

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.

If a = {c, d}, then by similar reasoning as above, {a, b} is in the right hand side, so {a, b} = c or {a, b} = {c, d}.
If {a, b} = c then c is in {c, d} = a and a is in c, and this combination contradicts the axiom of regularity, as {a, c} has no minimal element under the relation "element of."
If {a, b} = {c, d}, then a is an element of a, from a = {c, d} = {a, b}, again contradicting regularity.
Hence a = c must hold.

Again, we see that {a, b} = c or {a, b} = {c, d}.

The option {a, b} = c and a = c implies that c is an element of c, contradicting regularity.
So we have a = c and {a, b} = {c, d}, and so: {b} = {a, b} \ {a} = {c, d} \ {c} = {d}, so b = d.

Quine–Rosser definition

[edit]

Rosser (1953)[14] employed a definition of the ordered pair due to Quine which requires a prior definition of the natural numbers. Let be the set of natural numbers and define first The function increments its argument if it is a natural number and leaves it as is otherwise; the number 0 does not appear in the range of . As is the set of the elements of not in go on with This is the set image of a set under , sometimes denoted by as well. Applying function to a set x simply increments every natural number in it. In particular, never contains contain the number 0, so that for any sets x and y, Further, define By this, does always contain the number 0.

Finally, define the ordered pair (A, B) as the disjoint union (which is in alternate notation).

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.[15]

For example, the pair is encoded as provided .

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).[16]

Cantor–Frege definition

[edit]

Early in the development of the set theory, before paradoxes were discovered, Cantor followed Frege by defining the ordered pair of two sets as the class of all relations that hold between these sets, assuming that the notion of relation is primitive:[17]

This definition is inadmissible in most modern formalized set theories and is methodologically similar to defining the cardinal of a set as the class of all sets equipotent with the given set.[18]

Morse definition

[edit]

Morse–Kelley set theory makes free use of proper classes.[19] 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 where the component Cartesian products are Kuratowski pairs of sets and where

This renders possible pairs whose projections are proper classes. The Quine–Rosser definition above also admits proper classes as projections. Similarly the triple is defined as a 3-tuple as follows:

The use of the singleton set which has an inserted empty set allows tuples to have the uniqueness property that if a is an n-tuple and b is an m-tuple and a = b then n = m. Ordered triples which are defined as ordered pairs do not have this property with respect to ordered pairs.

Category theory

[edit]
Commutative diagram for the set product X1×X2.

A category-theoretic product A × 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.

See also

[edit]

References

[edit]
Revisions and contributorsEdit on WikipediaRead on Wikipedia
from Grokipedia
In , an ordered pair is a fundamental construct consisting of two elements, denoted as (a, b), in which the sequence of the elements is significant such that (a, b) differs from (b, a) unless a = b. This distinguishes it from an or set of two elements, where order has no bearing. Within , particularly Zermelo-Fraenkel , the ordered pair is rigorously defined to ensure its properties align with axiomatic foundations; Kazimierz Kuratowski provided the standard definition in 1921 as the set {{a}, {a, b}}, which satisfies the condition that (a, b) = (c, d) a = c and b = d. This construction uses only sets and the operations of singleton and union, preserving order through the unique structure: the singleton {a} identifies the first element as the one common to both inner sets, while b is the additional element in the second. Ordered pairs form the basis for Cartesian products, where for sets A and B, the product A × B is the set of all ordered pairs (a, b) with a ∈ A and b ∈ B, enabling the representation of relations and functions as subsets of such products. In relations, an ordered pair (a, b) indicates a directed association from a to b, while functions require each domain element to appear as the first component in exactly one pair. Beyond abstract mathematics, ordered pairs are essential in coordinate geometry, where (x, y) specifies a point's location on the plane by directing x units horizontally and y units vertically from the origin.

Fundamentals

Intuitive Concept

An ordered pair, denoted as (a,b)(a, b), is a basic abstraction in that pairs two elements while preserving their sequence, ensuring that (a,b)(b,a)(a, b) \neq (b, a) when aba \neq b. This structure allows for repetition, so (a,a)(a, a) is a valid ordered pair. Unlike unordered collections, where the arrangement of elements does not matter, the ordered pair explicitly encodes directionality, making it essential for representing relationships like mappings or coordinates. The concept arose in the late 19th century, motivated by Georg Cantor's efforts to formalize functions and demonstrate the countability of rational numbers. In 1873, Cantor proved that the rationals form a countable set by establishing a bijection with the natural numbers, using ordered pairs of positive integers (m,n)(m, n) to enumerate fractions m/nm/n in a systematic grid and traversing it diagonally to list them without omission or duplication. This approach highlighted the need for a reliable way to distinguish ordered pairings, as functions could then be viewed as collections of such pairs associating inputs to outputs. A familiar example is the Cartesian coordinates (x,y)(x, y) in the plane, where swapping the values shifts the point from, say, one quadrant to another—(3,4)(3, 4) locates a point different from (4,3)(4, 3). In contrast, an like the set {a,b}\{a, b\} treats the elements symmetrically, failing to capture order since {a,b}={b,a}\{a, b\} = \{b, a\}, which renders it inadequate for structures requiring , such as sequences or binary relations. This intuitive distinction underpins the ordered pair's role in , satisfying a characteristic property that uniquely identifies it among pair-like objects.

Characteristic Property

The characteristic property of an ordered pair, which any formal definition must satisfy to qualify as such, is that (a,b)=(c,d)(a, b) = (c, d) if and only if a=ca = c and b=db = d. This equivalence ensures that the pair is uniquely determined by its two components in a specific order, preventing ambiguity in identification. In the context of the Cartesian product X×YX \times Y, defined as the collection of all ordered pairs (x,y)(x, y) with xXx \in X and yYy \in Y, this property underpins the existence of projection functions proj1:X×YX\mathrm{proj}_1: X \times Y \to X and proj2:X×YY\mathrm{proj}_2: X \times Y \to Y, where proj1((x,y))=x\mathrm{proj}_1((x, y)) = x and proj2((x,y))=y\mathrm{proj}_2((x, y)) = y. The uniqueness of these projections follows directly from the characteristic property, as any two pairs mapping to the same components under both projections must be equal. This property captures the essence of order by requiring exact matches in both positions for equality, thereby distinguishing ordered pairs from unordered pairs (where {a,b}={b,a}\{a, b\} = \{b, a\}) or longer tuples (which would necessitate additional projections for unique identification). Informally, if a structure allows recovery of a "first" and "second" element distinctly, the characteristic property derives as the necessary and sufficient condition to prevent collapsing the order—any deviation would either conflate (a,b)(a, b) with (b,a)(b, a) or fail to uniquely encode the components. For instance, plane coordinates like (3,4)(3, 4) rely on this to separate horizontal from vertical components.

Informal and Elementary Definitions

Elementary Set-Based Approaches

One of the earliest attempts to represent an ordered pair using basic set operations identifies (a, b) with the set {a, b}. This approach, however, fails to encode order, as {a, b} = {b, a} for distinct a and b, rendering (a, b) indistinguishable from (b, a). Such elementary ideas, including treating ordered pairs as undefined primitives, emerged in the late 19th and early 20th centuries amid growing interest in set theory. In early foundational work, ordered pairs were often taken as primitives without set-theoretic encoding, avoiding circularity while allowing intuitive use in relations and functions. These naive definitions fail rigorously because they either violate the characteristic property of ordered pairs—namely, (a, b) = (c, d) if and only if a = c and b = d—or prevent a bijection between the collection of such pairs and the Cartesian product A × B for sets A and B. More refined set-based constructions, developed in the early 20th century, addressed these issues and are discussed in later sections.

Set-Theoretic Constructions

Wiener's and Hausdorff's Definitions

In 1914, Norbert Wiener introduced the first explicit set-theoretic definition of the ordered pair, given by (a,b)={{{a},},{{b}}}(a, b) = \{\{\{a\}, \emptyset\}, \{\{b\}\}\}, in his paper "A Simplification of the Logic of Relations." This construction encodes the order using the empty set \emptyset and nested singletons: the first element {{a},}\{\{a\}, \emptyset\} contains \emptyset and the singleton of aa, uniquely identifying aa as the non-empty element within it, while the second element {{b}}\{\{b\}\} is the double singleton of bb, distinguishable by its structure without \emptyset. Shortly thereafter in the same year, proposed a refinement in his influential Grundzüge der Mengenlehre, originally defining the ordered pair as (a,b)={{a,1},{b,2}}(a, b) = \{\{a, 1\}, \{b, 2\}\} on page 32, using distinct urelements 1 and 2 as markers to distinguish components. In pure , this is adapted by substituting \emptyset for 1 and {}\{\emptyset\} for 2, yielding (a,b)={{a,},{b,{}}}(a, b) = \{\{a, \emptyset\}, \{b, \{\emptyset\}\}\}, where the and its singleton serve as distinguished markers to encode order without urelements. These early definitions achieved partial success by satisfying the characteristic property that (a,b)=(c,d)(a, b) = (c, d) a=ca = c and b=db = d, enabling the formal construction of Cartesian products and relations in . However, they are not fully primitive in theories with urelements, though the pure adaptations ensure compatibility with ZFC by relying only on the and set operations.

Kuratowski's Definition and Variants

In 1921, Kazimierz Kuratowski introduced a set-theoretic definition of the ordered pair that relies solely on the primitives of set theory, avoiding urelements and ensuring compatibility with pure set theories like ZFC. The definition states that the ordered pair (a,b)(a, b) is the set {{a},{a,b}}\{\{a\}, \{a, b\}\}. This construction encodes the order by distinguishing the first component through the singleton set {a}\{a\}, which appears as an element, while the second component is identified via the doubleton {a,b}\{a, b\}, which contains both but allows recovery of bb as the element not in {a}\{a\}. When a=ba = b, the pair simplifies to {{a}}\{\{a\}\}, a singleton, yet the structure still uniquely determines both components as aa. This definition emerged in Kuratowski's work on representing linear orders within , published in the journal Fundamenta Mathematicae, where he demonstrated its adequacy for building ordered structures without primitive ordered pairs. It resolved limitations in earlier constructions by using only set membership and ensuring extensionality, making it the standard encoding in ZFC for defining Cartesian products, functions, and relations as sets of such pairs. The approach has been foundational in modern axiomatic , enabling the reduction of all mathematical objects to pure sets. Variants of Kuratowski's definition extend the construction to higher-order tuples or adapt it for alternative set theories. For ordered triples, a common recursive extension defines (a,b,c)(a, b, c) as the ordered pair of (a,b)(a, b) and cc, i.e., {{(a,b)},{(a,b),c}}\{\{(a, b)\}, \{(a, b), c\}\}, which preserves the encoding while building n-tuples iteratively. In predicative type theories or stratified set theories like Quine's (NF), the standard Kuratowski pair is unstratified, leading to modifications such as (a,b)={{a}},{{a},{a,b}}(a, b) = \langle \{\{a\}\}, \{\{a\}, \{a, b\}\} \rangle, where angle brackets denote a basic pairing mechanism to ensure type-level consistency and avoid impredicativity. These adaptations maintain the characteristic ordering while aligning with the restrictions of their foundational systems.

Verification of the Characteristic Property

To verify that Kuratowski's definition satisfies the characteristic property of ordered pairs, consider the representation (a,b)={{a},{a,b}}(a, b) = \{\{a\}, \{a, b\}\}. The forward direction—if a=ca = c and b=db = d, then (a,b)=(c,d)(a, b) = (c, d)—follows immediately from the axiom of extensionality in Zermelo–Fraenkel set theory (ZF), as the sets {{a},{a,b}}\{\{a\}, \{a, b\}\} and {{c},{c,d}}\{\{c\}, \{c, d\}\} have identical elements under these equalities. For the converse, assume (a,b)=(c,d)(a, b) = (c, d), so {{a},{a,b}}={{c},{c,d}}\{\{a\}, \{a, b\}\} = \{\{c\}, \{c, d\}\}. By extensionality, the elements match: the set on the left consists of the singleton {a}\{a\} and the set {a,b}\{a, b\} (which has cardinality 1 if a=ba = b or 2 otherwise). If a=ba = b, then {a,b}={a}\{a, b\} = \{a\}, so the pair is {{a}}\{\{a\}\}, and similarly {{c}}\{\{c\}\} on the right, implying {a}={c}\{a\} = \{c\} and thus a=ca = c (by singleton uniqueness from extensionality); since b=ab = a and d=cd = c, it follows that b=db = d as well. Now suppose aba \neq b (so the pair has two distinct elements) and likewise cdc \neq d. The elements are {a}\{a\} (a singleton) and {a,b}\{a, b\} (a doubleton), matching {c}\{c\} (singleton) and {c,d}\{c, d\} (doubleton) up to ordering. The only consistent matching is {a}={c}\{a\} = \{c\} and {a,b}={c,d}\{a, b\} = \{c, d\}, because the alternative—{a}={c,d}\{a\} = \{c, d\}—would equate a singleton to a doubleton, a contradiction by cardinality (or extensionality). From {a}={c}\{a\} = \{c\}, extensionality yields a=ca = c. Substituting into the second equation, {a,b}={a,d}\{a, b\} = \{a, d\}, so b=db = d again by extensionality (as both sets contain aa and one additional element). Thus, (a,b)=(c,d)(a, b) = (c, d) implies a=ca = c and b=db = d. A similar verification holds for Wiener's (1914) and Hausdorff's (1914) definitions, which precede Kuratowski's (1921) construction and also encode order without relying on urelements in their pure set adaptations. For Wiener's (a,b)={{{a},},{{b}}}(a, b) = \{\{\{a\}, \emptyset\}, \{\{b\}\}\}, equality to (c,d)(c, d) forces {{a},}={{c},}\{\{a\}, \emptyset\} = \{\{c\}, \emptyset\} (implying a=ca = c) and {{b}}={{d}}\{\{b\}\} = \{\{d\}\} (implying b=db = d) by matching substructures and extensionality; the converse is trivial. For the pure adaptation of Hausdorff's (a,b)={{a,},{b,{}}}(a, b) = \{\{a, \emptyset\}, \{b, \{\emptyset\}\}\}, when equal to (c,d)(c, d), it yields {a,}={c,}\{a, \emptyset\} = \{c, \emptyset\} (so a=ca = c, as neither equals \emptyset) and {b,{}}={d,{}}\{b, \{\emptyset\}\} = \{d, \{\emptyset\}\} (so b=db = d) via extensionality and the distinct roles of the components; again, the converse holds directly. Notably, these proofs require neither purity (all sets constructed from the empty set) nor the axiom of regularity, only extensionality and basic ZF comprehension for the substructures. This satisfaction of the characteristic property establishes that the collection of such set-theoretic ordered pairs is isomorphic to the X×YX \times Y for sets XX and YY, preserving the order and equality conditions fundamental to relations and functions in .

Alternative Definitions

One early attempt to define an ordered pair within drew from the Cartesian product of singletons, proposing (a, b) = {a} × {b}, which simplifies to the singleton {{a, b}}. This construction, however, collapses (a, b) and (b, a) into the same set, failing to preserve order. In his , Quine addressed this issue by refining the definition in the context of class theory and stratified comprehension, ensuring distinctness through type-theoretic constraints, though it requires prior development of natural numbers for full implementation in set-theoretic terms. In the late , both and informally introduced the notion of an ordered pair as a "couple" to handle relations and functions without a rigorous set-theoretic foundation. , in his work on transfinite cardinals during the and , referred to ordered couples in discussing mappings between sets, emphasizing their directed nature for one-to-one correspondences. , in Grundgesetze der Arithmetik (§144), defined the ordered pair (x, y) more elaborately as the value-range of the function that maps 0 to x and 1 to y, providing projections via logical analysis but relying on his value-range ontology rather than pure sets. These approaches were conceptual rather than fully constructive in modern ZFC, prioritizing functionality over set membership. A more structured alternative appears in Anthony Morse's A Theory of Sets (1965), tailored to Morse-Kelley set theory, where (a, b) = . Here, the serves as a pure "marker" to enable distinction without assuming additional primitives beyond basic set operations. This triple-set construction allows extraction of components: the first element a is the unique non-singleton member of the unique singleton that is not the nor contains the , while b is recovered from the remaining nested structure. Each of these definitions satisfies the characteristic property that (a, b) = (c, d) a = c and b = d, achieved through asymmetric nesting or tagging that uniquely encodes order. For instance, Quine-Rosser's refinement leverages stratification to prevent equivalence of swapped elements, Frege's class-based couple ensures projection uniqueness via relational extensions, and Morse's uses the empty set's purity to create distinguishable layers without collapse. Compared to the dominant Kuratowski definition {{a}, {a, b}}, these alternatives offer varying trade-offs: Quine-Rosser's requires arithmetic foundations, increasing complexity for primitive set theories; Cantor-Frege's remains informal and ontology-dependent, limiting formal rigor; Morse's enhances purity in class theories like MK but introduces more elements, potentially complicating computations.

Categorical Perspective

Products in Category Theory

In category theory, the product of two objects AA and BB in a category C\mathcal{C} is an object PP, often denoted A×BA \times B, equipped with two projection morphisms π1:PA\pi_1: P \to A and π2:PB\pi_2: P \to B. This structure satisfies a that makes it the most general way to combine AA and BB via morphisms into C\mathcal{C}. The universal property specifies that for any object XX in C\mathcal{C} and any morphisms f:XAf: X \to A, g:XBg: X \to B, there exists a unique morphism h:XPh: X \to P such that the following diagrams commute: XhPfπ1AXhPgπ2B\begin{CD} X @>h>> P \\ @V{f}VV @VV{\pi_1}V \\ A \end{CD} \qquad \begin{CD} X @>h>> P \\ @V{g}VV @VV{\pi_2}V \\ B \end{CD}
Add your contribution
Related Hubs
User Avatar
No comments yet.