Comments by "EebstertheGreat" (@EebstertheGreat) on "Absolute Infinity - Numberphile" video.

  1. 24
  2. 8
  3. 3
  4. 2
  5. ​ @frankharris3308  In general, for cardinal numbers a and b with b ≤ a, if a is infinite, then we have a + b = b + a = a. So for instance, ℵ₁ + 1 = ℵ₁ + ℵ₀ = ℵ₁. That also applies to multiplication, so for instance, 2 * ℵ₀ = ℵ₀. But you can build larger cardinals using exponents. a^b = a if b < a (with a infinite), but if a ≤ b, then a^b > a. So for instance, (ℵ₀)² = ℵ₀, but 2^(ℵ₀) > ℵ₀. And since |R| = 2^(ℵ₀), the real numbers are uncountable. The reason for these rules is that the arithmetic is defined based on set operations. If sets A and B have cardinalities |A| = a and |B| = b, then their disjoint union A⊔B has cardinality a + b and their Cartesian product A×B has cardinality ab. For exponentiation, the set of all functions from B to A is written A^B, and its cardinality is a^b. These are all correct for both finite and infinite cardinals. But for infinite cardinals, some of these don't change the size. If you consider the set of natural numbers N, adding a finite number of elements to it clearly won't change its size. If I want to map {1,2,3,...} to {x,y,z,1,2,3,...} bijectively, that's easy to do by mapping 1 to x, 2 to y, 3 to z, and each other number n to n + 3. Similarly, multiplying N by any finite number just gives a finite number of copies of each number. Like, 2×N = {(0,1),(1,1),(0,2),(1,2),(0,3),(1,3),...}. Again, it's very easy to form a bijection between this and N. And even for N², the set of ordered pairs of natural numbers, it's not that hard. But for 2^N, which is the set of binary sequences, there is no bijection. All the numbers between 0 and 1 have unique binary expansions, and there are uncountably many of those. So |2^N| > |N|, i.e. 2^ℵ₀ > ℵ₀.
    1
  6. 1
  7. 1
  8. 1