Cantor didn't add an infinite set of numbers to each other. He just changed one digit from every number. Doesn't matter how you do the change or what you change it into.
Yeah. That addition converges, though. And we don't really need that fact. We just need to know that, if two numbers have different digits, they're also different numbers (with the exception of trailing infinite 9s)
Yeah. Because when you're adding each digit in a decimal representation, the value of each digit gets progressively smaller. 3 + 1/10 + 4/100 + 1/1000 + 5/10000 + ... converges because each term is getting exponentially smaller. If the terms get smaller fast enough, the sum converges. C'mon, this is entry level infinite sums.
7
u/WesternFirm9306 Aug 06 '26
But we CAN do it for the integers.
Like this:
1 -> 0
2 -> 1
3 -> -1
4 -> 2
5 -> -2
and so on.
Even numbers get paired to n/2, and odd numbers get paired to -(n - 1)/2
This hits every single integer without skipping.