This article needs additional citations for verification .(August 2021) |
In mathematics, a pairing function is a process to uniquely encode two natural numbers into a single natural number.
Any pairing function can be used in set theory to prove that integers and rational numbers have the same cardinality as natural numbers. [1]
A pairing function is a bijection
More generally, a pairing function on a set is a function that maps each pair of elements from into an element of , such that distinct pairs of elements of are associated with distinct elements of , [5] [a] or a bijection from to . [6]
Instead of abstracting from the domain, the arity of the pairing function can also be generalized: there exists an n-ary generalized Cantor pairing function on . [3]
The Cantor pairing function is a primitive recursive pairing function
defined by
where . [7] [ better source needed ]
It can also be expressed as . [5]
It is also strictly monotonic with respect to each argument, that is, for all , if , then ; similarly, if , then .[ citation needed ]
The statement that this is the only quadratic pairing function is known as the Fueter–Pólya theorem. [8] Whether this is the only polynomial pairing function is still an open question. When we apply the pairing function to k1 and k2 we often denote the resulting number as ⟨k1, k2⟩.[ citation needed ]
This definition can be inductively generalized to the Cantor tuple function[ citation needed ]
for as
with the base case defined above for a pair: [9]
Another generalization of the Cantor pairing function to a bijection is provided by the combinatorial number system:
Let be an arbitrary natural number. We will show that there exist unique values such that
and hence that the function π(x, y) is invertible. It is helpful to define some intermediate values in the calculation:
where t is the triangle number of w. If we solve the quadratic equation
for w as a function of t, we get
which is a strictly increasing and continuous function when t is non-negative real. Since
we get that
and thus
where ⌊ ⌋ is the floor function. So to calculate x and y from z, we do:
Since the Cantor pairing function is invertible, it must be one-to-one and onto. [5] [ additional citation(s) needed ]
To calculate π(47, 32):
so π(47, 32) = 3192.
To find x and y such that π(x, y) = 1432:
so w = 53;
so t = 1431;
so y = 1;
so x = 52; thus π(52, 1) = 1432.
The graphical shape of Cantor's pairing function, a diagonal progression, is a standard trick in working with infinite sequences and countability. [b] The algebraic rules of this diagonal-shaped function can verify its validity for a range of polynomials, of which a quadratic will turn out to be the simplest, using the method of induction. Indeed, this same technique can also be followed to try and derive any number of other functions for any variety of schemes for enumerating the plane.
A pairing function can usually be defined inductively – that is, given the nth pair, what is the (n+1)th pair? The way Cantor's function progresses diagonally across the plane can be expressed as
The function must also define what to do when it hits the boundaries of the 1st quadrant – Cantor's pairing function resets back to the x-axis to resume its diagonal progression one step further out, or algebraically:
Also we need to define the starting point, what will be the initial step in our induction method: π(0, 0) = 0.
Assume that there is a quadratic 2-dimensional polynomial that can fit these conditions (if there were not, one could just repeat by trying a higher-degree polynomial). The general form is then
Plug in our initial and boundary conditions to get f = 0 and:
so we can match our k terms to get
So every parameter can be written in terms of a except for c, and we have a final equation, our diagonal step, that will relate them:
Expand and match terms again to get fixed values for a and c, and thus all parameters:
Therefore
is the Cantor pairing function, and we also demonstrated through the derivation that this satisfies all the conditions of induction.[ citation needed ]
The following pairing function: , where . [10] is the same as the Cantor pairing function, but shifted to exclude 0 (i.e., , , and ). [7] It was used in the popular computer textbook of Hopcroft and Ullman (1979).
There exists a "canonical" pairing function for ordinal numbers which is simultaneously a pairing function for every aleph number (i.e., the initial ordinal of every infinite well-orderable cardinal number). It is induced by the following well-ordering of pairs of ordinal numbers: [11]
The basic idea is that is used as the primary sort key. Therefore, for every ordinal , all pairs with both entries less than comes before all other pairs; in other words, the Cartesian product is mapped to an initial segment of this new ordering, with the order type of the initial segment denoted by .
Since is a strictly increasing ordinal sequence, . It is also continuous, since for limit ordinal we have . Now for all aleph number , can be proved by transfinite induction: [12]
An important implication of this pairing function is that for all well-orderable infinite cardinal number . In particular, in ZFC every cardinal number is well-orderable, so holds for all infinite cardinal . Conversely, the statement " holds for all infinite cardinal " implies the axiom of choice; this result is known as Tarski's theorem about choice.
Restriction of the "canonical" pairing function for ordinal numbers to the set of natural numbers yields a pairing function different from the Cantor pairing function, which was considered "more elegant" by Szudzik. [5] The explicit expression defining this pairing function is:
Which can be unpaired using the expression:
(Qualitatively, it assigns consecutive numbers to pairs along the edges of squares.)
One advantage of this pairing function manifests when using a pair function to represent a binary tree-like structure, where the first natural numbers represent distinct types of leaves, and represents a binary tree with left and right subtrees represented by and respectively. This pairing function guarantees that all binary trees are ordered by depth. A concrete example of such a binary tree-like structure is an SK combinator calculus expression. [5]
The function is a pairing function.
In 1990, Regan proposed the first known pairing function that is computable in linear time and with constant space (as the previously known examples can only be computed in linear time if multiplication can be too, which is doubtful). In fact, both this pairing function and its inverse can be computed with finite-state transducers. In the same paper, the author proposed two more monotone pairing functions that can be computed online in linear time and with logarithmic space; the first can also be computed offline with constant space. [4]
In 2001, Pigeon proposed a pairing function based on bit-interleaving, defined recursively as:
where and are the least significant bits of i and j respectively. [13] [ better source needed ]
"Pairing functions arise naturally in the demonstration that the cardinalities of the rationals and the nonnegative integers are the same, i.e., , originally due to Cantor."