|
|
|
|
|
by y3sh
1557 days ago
|
|
Think of it like an unbounded array of integer temperatures values -- if you keep adding memory you can keep adding more positive values to the end of the array infinitely, each with an indexable location (i.e. enumerating the set). But this concept breaks if we just say we'll throw all the negative values on after infinity; if we're infinitely adding positive values to the array, we'll never have the chance to stop and start with those negative Kelvin values on after. When this happens it's called non-enumerable (or more formally fails the test of diagonalization). It seems that the authors of this system chose to make +infinity an arbitrary enumarable point to show the negative Kelvin values in excess of that point. Having said that, the set of all integers (negative, 0, positive) should be enumerable (because you can just *=-1 each index), but not when infinity is a member of that set. I think there's a numberphile and veratisium on why not all infinity's are equal if curious to explore. |
|
0, 1, 2, 3, ..., ∞
It's also possible to add another set of natural numbers after infinity, but in this case infinity is usually call ω: https://en.wikipedia.org/wiki/Ordinal_number
0, 1, 2, 3, ..., ω, ω+1, ω+2, ω+3, ...
Your example with an array is just:
0, 1, 2, 3, ..., ∞, ..., -3, -2, -1
It's possible to define a "<" relationship there and a topology and most of the other usual stuff, but it's a numerable set.
There are similar constructions for non-numerable sets, like the real numbers. You can add one infinite on both sides and you get something that is topologically equivalent to the border of a circle, or add two infinites (one on each side) and you get something that is topologically equivalent to a closed interval, or add even more infinites https://en.wikipedia.org/wiki/Compactification_(mathematics)