Comments by "EebstertheGreat" (@EebstertheGreat) on "Absolute Infinity - Numberphile" video.
-
24
-
8
-
3
-
2
-
@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
-
1
-
1
-
@625tvroom Think of C as just R^2, where the first element is the real part and the second element is the imaginary part. We can create a bijection from [0,1) to [0,1)^2 in the following way: Given two numbers a and b in [0,1)^2, write their decimal expansions and then "interleave" them to get a number c in [0,1). For instance, the pair (e-2, pi-3) = (0.71828..., 0.14159...) maps to 0.7114812589.... This map is an injection, because if (a,b) and (x,y) map to the same number c, that means every digit of a matches every digit of x and every digit of b matches every digit of y, so a = x and b = y. The map is also a bijection, because every number in [0,1) has a decimal expansion that can be constructed in this way. So it's a bijection. Then you can tile this bijection to fill the plane, giving a bijection between R and R^2, and thus between R and C.
If you understand this, you should also see that we can make a similar bijection between R and R^n for any n. In fact, any interval can be mapped to any space. So they all have the same cardinality 𝔠.
1