0

Please don't sign this as a duplicate of this, they aren't. I am interested about the actual algorithm, not a proof of the existence.

Does a such mapping exists? I think, it must, because both of them have the same cardinality ($\aleph_1$).

My actual suggestion for a such mapping were simply merge the digits of the real numbers. For example, from $\pi$ and $e$ we could got

$3.1415...$ and $2.7182...$ would lead to $32.17411852...$ .

Although I am not sure it were ok. Maybe a better, clearer solution also exists?

peterh
  • 2,683

1 Answers1

3

The method you describe (interleaving the digits) doesn't work, because it maps $(0.4999999\ldots, 0.99999\ldots)$ to $0.4999\ldots$, but it also maps $(0.50000\ldots, 0.00000)$ to $0.50000\ldots$, which is the same number as $0.4999\ldots$.

Maybe you want to say that we will forbid the use of funny-looking numbers like $0.4999999\ldots$. No, that does not work, because then there is no pair of numbers that is mapped to $ \frac{81}{198} = 0.409090909\ldots $.

I described in Examples of bijective map from $\mathbb{R}^3\rightarrow \mathbb{R}$ how to fix this, and at least one different method for constructing an explicit mapping.

MJD
  • 65,394
  • 39
  • 298
  • 580