Pairing function

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description Script error: No such module "Unsubst".

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]

Definition

A pairing function is a bijection

π:×.Template:SfnTemplate:SfnTemplate:Sfn

Generalization

More generally, a pairing function on a set A is a function that maps each pair of elements from A into an element of A, such that distinct pairs of elements of A are associated with distinct elements of A,Template:SfnTemplate:Efn or a bijection from A2 to A.Template:Sfn

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 .Template:Sfn

Cantor pairing function

A plot of the Cantor pairing function
The Cantor pairing function assigns one natural number to each pair of natural numbers
A graph of the Cantor pairing function
Graph of the Cantor pairing function

The Cantor pairing function is a primitive recursive pairing function

π:×

defined by

π(k1,k2):=12(k1+k2)(k1+k2+1)+k2=(k1+k2+12)+k2

where k1,k2{0,1,2,3,}.Template:SfnTemplate:Bsn

It can also be expressed as π(x,y):=x2+x+2xy+3y+y22.Template:Sfn

It is also strictly monotonic with respect to each argument, that is, for all k1,k1,k2,k2, if k1<k1, then π(k1,k2)<π(k1,k2); similarly, if k2<k2, then π(k1,k2)<π(k1,k2).Script error: No such module "Unsubst".

The statement that this is the only quadratic pairing function is known as the Fueter–Pólya theorem.[2] Whether this is the only polynomial pairing function is still an open question. When we apply the pairing function to k1Script error: No such module "Check for unknown parameters". and k2Script error: No such module "Check for unknown parameters". we often denote the resulting number as k1, k2Script error: No such module "Check for unknown parameters"..Script error: No such module "Unsubst".

This definition can be inductively generalized to the Template:Citation needed span

π(n):n

for n>2 as

π(n)(k1,,kn1,kn):=π(π(n1)(k1,,kn1),kn)

with the base case defined above for a pair: π(2)(k1,k2):=π(k1,k2).Template:Sfn

Another generalization of the Cantor pairing function to a bijection π(n):n is provided by the combinatorial number system:

π(n)(x1,,xn)=(x1++xn+n1n)+(x1++xn1+n2n1)++(x1+x2+12)+(x11).

Inverting the Cantor pairing function

Let z be an arbitrary natural number. We will show that there exist unique values x,y such that

z=π(x,y)=(x+y+1)(x+y)2+y

and hence that the function π(x, y)Script error: No such module "Check for unknown parameters". is invertible. It is helpful to define some intermediate values in the calculation:

w=x+y
t=12w(w+1)=w2+w2
z=t+y

where tScript error: No such module "Check for unknown parameters". is the triangle number of wScript error: No such module "Check for unknown parameters".. If we solve the quadratic equation

w2+w2t=0

for wScript error: No such module "Check for unknown parameters". as a function of tScript error: No such module "Check for unknown parameters"., we get

w=8t+112

which is a strictly increasing and continuous function when tScript error: No such module "Check for unknown parameters". is non-negative real. Since

tz=t+y<t+(w+1)=(w+1)2+(w+1)2

we get that

w8z+112<w+1

and thus

w=8z+112.

where ⌊ ⌋Script error: No such module "Check for unknown parameters". is the floor function. So to calculate xScript error: No such module "Check for unknown parameters". and yScript error: No such module "Check for unknown parameters". from zScript error: No such module "Check for unknown parameters"., we do:

w=8z+112
t=w2+w2
y=zt
x=wy.

Since the Cantor pairing function is invertible, it must be one-to-one and onto.Template:SfnTemplate:Additional citation needed

Examples

To calculate π(47, 32)Script error: No such module "Check for unknown parameters".:

47 + 32 = 79Script error: No such module "Check for unknown parameters".,
79 + 1 = 80Script error: No such module "Check for unknown parameters".,
79 × 80 = 6320Script error: No such module "Check for unknown parameters".,
6320 ÷ 2 = 3160Script error: No such module "Check for unknown parameters".,
3160 + 32 = 3192Script error: No such module "Check for unknown parameters".,

so π(47, 32) = 3192Script error: No such module "Check for unknown parameters"..

To find xScript error: No such module "Check for unknown parameters". and yScript error: No such module "Check for unknown parameters". such that π(x, y) = 1432Script error: No such module "Check for unknown parameters".:

8 × 1432 = 11456Script error: No such module "Check for unknown parameters".,
11456 + 1 = 11457Script error: No such module "Check for unknown parameters".,
Template:Radic = 107.037Script error: No such module "Check for unknown parameters".,
107.037 − 1 = 106.037Script error: No such module "Check for unknown parameters".,
106.037 ÷ 2 = 53.019Script error: No such module "Check for unknown parameters".,
⌊53.019⌋ = 53Script error: No such module "Check for unknown parameters".,

so w = 53Script error: No such module "Check for unknown parameters".;

53 + 1 = 54Script error: No such module "Check for unknown parameters".,
53 × 54 = 2862Script error: No such module "Check for unknown parameters".,
2862 ÷ 2 = 1431Script error: No such module "Check for unknown parameters".,

so t = 1431Script error: No such module "Check for unknown parameters".;

1432 − 1431 = 1Script error: No such module "Check for unknown parameters".,

so y = 1Script error: No such module "Check for unknown parameters".;

53 − 1 = 52Script error: No such module "Check for unknown parameters".,

so x = 52Script error: No such module "Check for unknown parameters".; thus π(52, 1) = 1432Script error: No such module "Check for unknown parameters"..Script error: No such module "Unsubst".

Derivation

File:Diagonal argument.svg
A diagonally incrementing "snaking" function, from same principles as Cantor's pairing function, is often used to demonstrate the countability of the rational numbers.

The graphical shape of Cantor's pairing function, a diagonal progression, is a standard trick in working with infinite sequences and countability.Template:Efn 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 nScript error: No such module "Check for unknown parameters".th pair, what is the (n+1)Script error: No such module "Check for unknown parameters".th pair? The way Cantor's function progresses diagonally across the plane can be expressed as

π(x,y)+1=π(x1,y+1).

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:

π(0,k)+1=π(k+1,0).

Also we need to define the starting point, what will be the initial step in our induction method: π(0, 0) = 0Script error: No such module "Check for unknown parameters"..

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

π(x,y)=ax2+by2+cxy+dx+ey+f.

Plug in our initial and boundary conditions to get f = 0Script error: No such module "Check for unknown parameters". and:

bk2+ek+1=a(k+1)2+d(k+1),

so we can match our kScript error: No such module "Check for unknown parameters". terms to get

b = aScript error: No such module "Check for unknown parameters".
d = 1-aScript error: No such module "Check for unknown parameters".
e = 1+aScript error: No such module "Check for unknown parameters"..

So every parameter can be written in terms of aScript error: No such module "Check for unknown parameters". except for cScript error: No such module "Check for unknown parameters"., and we have a final equation, our diagonal step, that will relate them:

π(x,y)+1=a(x2+y2)+cxy+(1a)x+(1+a)y+1=a((x1)2+(y+1)2)+c(x1)(y+1)+(1a)(x1)+(1+a)(y+1).

Expand and match terms again to get fixed values for aScript error: No such module "Check for unknown parameters". and cScript error: No such module "Check for unknown parameters"., and thus all parameters:

a = Template:Sfrac = b = dScript error: No such module "Check for unknown parameters".
c = 1Script error: No such module "Check for unknown parameters".
e = Template:SfracScript error: No such module "Check for unknown parameters".
f = 0Script error: No such module "Check for unknown parameters"..

Therefore

π(x,y)=12(x2+y2)+xy+12x+32y=12(x+y)(x+y+1)+y,

is the Cantor pairing function, and we also demonstrated through the derivation that this satisfies all the conditions of induction.Script error: No such module "Unsubst".

Shifted Cantor pairing function

The following pairing function: i,j:=12(i+j2)(i+j1)+i, where i,j{1,2,3,}.[3] is the same as the Cantor pairing function, but shifted to exclude 0 (i.e., i=k2+1, j=k1+1, and i,j1=π(k2,k1)).Template:Sfn It was used in the popular computer textbook of Hopcroft and Ullman (1979).

Other pairing functions

The function P2(x,y):=2x(2y+1)1 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.Template:Sfn

In 2001, Pigeon proposed a pairing function based on bit-interleaving, defined recursively as:

i,jP={Tif i=j=0;i/2,j/2P:i0:j0otherwise,

where i0 and j0 are the least significant bits of i and j respectively.Template:SfnTemplate:Bsn

In 2006, Szudzik proposed a "more elegant" pairing function defined by the expression:

ElegantPair[x,y]:={y2+xif x<y,x2+x+yif xy.

Which can be unpaired using the expression:

ElegantUnpair[z]:={{zz2,z}if zz2<z,{z,zz2z}if zz2z.

(Qualitatively, it assigns consecutive numbers to pairs along the edges of squares.) This pairing function orders SK combinator calculus expressions by depth.Template:SfnScript error: No such module "Unsubst". This method is the application to of the idea, found in set theory textbooks,[4] used to establish κ2=κ for any infinite cardinal κ in ZFC. Define on κ×κ the binary relation

(α,β)(γ,δ) if either {(α,β)=(γ,δ),max(α,β)<max(γ,δ),max(α,β)=max(γ,δ) and α<γ, ormax(α,β)=max(γ,δ) and α=γ and β<δ.

is then shown to be a well-ordering such that every element has <κ predecessors, which implies that κ2=κ. It follows that (×,) is isomorphic to (,) and the pairing function above is nothing more than the enumeration of integer couples in increasing order.Template:Efn

Citations

Notes

Template:Notelist

Footnotes

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "Footnotes".:

    "Pairing functions arise naturally in the demonstration that the cardinalities of the rationals

    and the nonnegative integers

    0

    are the same, i.e.,

    ||=|0|=0

    , originally due to Cantor."

  2. Script error: No such module "Footnotes". cited in Script error: No such module "Footnotes"..
  3. Script error: No such module "Footnotes". cited in Script error: No such module "Footnotes"..
  4. See for instance Script error: No such module "Footnotes"..

Script error: No such module "Check for unknown parameters".

References

  • Script error: No such module "Template wrapper".Template:Sfn whitelist
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".