Fonction d'appairage de Cantor

En plus des arguments diagonaux , Georg Cantor a également développé la fonction d'appariement de Cantor \(\mathbb{N}^2 \to \mathbb{W}, \quad c(x,y) = \binom{x+y+1}{2}+x = z\) , qui encode deux nombres quelconques \(x,y \in \mathbb{N}\) dans un nouveau nombre \(z \in \mathbb{N}\) . Par exemple, \(c(3,4)=\binom{3+4+1}{2}+3 = \binom{8}{2}+3=\frac{8!}{6!\cdot 2!} +3 = 31 = z\) un codage unique des nombres \(3\) et \(4\) dans le nombre \(31\) . Afficher: L'ensemble de valeurs \(\mathbb{W} = \mathbb{N}\) , c'est-à-dire \(z\) suppose tous les nombres naturels.


Nous prouvons la structure particulière du tableau suivant:

  0 1 2 3 ...
0 0 2 5 9 ...
1 1 4 8 13 ...
2 3 7 12 18 ...
3 6 11 17 24 ...
... ... ... ... ... ...

Donc pour \(x > 0, y \geq 0\)
$$
c (x + 1, y) -c (x, y + 1) =
$$
$$
\ binom {x + 1 + y + 1} {2} + x + 1 - \ left (\ binom {x + y + 1 + 1} {2} + x \ right)) = \ binom {x + y + 2} {2} - \ binom {x + y + 2} {2} + x - x + 1 = 1
$$
ainsi que pour \(x \geq 0\)
$$
c (0, x + 1) -c (x, 0) =
$$
$$
\ binom {0 + x + 1 + 1} {2} + 0 - \ binom {x + 0 + 1} {2} - x = \ binom {x + 2} {2} - \ binom {x + 1} {2} - x =
$$
$$
\ frac {(x + 2)!} {2! x!} - \ frac {(x + 1)!} {2! (x-1)!} - x =
$$
$$
\ frac {(x + 2) (x + 1)} {2} - \ frac {(x + 1) x} {2} - x = \ frac {(x + 1) \ gauche ((x + 2) - x \ droite)} {2} - x = x + 1 - x = 1
$$
Cela signifie que tous les nombres naturels sont atteints.

Retour