0

I am wondering why the complex plane is not defined to be of higher cardinality than the reals. Since there should not be a function:

$$f: \mathbb{R} \rightarrow \mathbb{C}$$ such that, $$\forall c \in C: \exists x \in \mathbb{R} : f(x)=c$$

Can we prove this hypothesis? Or am I wrong? In this question, there is proven that $|\mathbb{R}| = |\mathbb{C}|$, but what would be an bijection? I do not see the bijection, although the proof is given.

The prove that $2^{\mathbb{|N|}}=\mathbb{|R|}$ as far as I know works like this:

Give me any list where each "packet" contains infinitely many digits, there is one the packet you missed. (Now you show that the List is incomplete).
But I have no idea how I make the $2^{\mathbb{|N|}^2}$ work. Doubling the list will not let me represent all numbers.

Thanks!

Jyrki Lahtonen
  • 133,153
TVSuchty
  • 387

1 Answers1

1

Most proofs of $|\Bbb C|=|\Bbb R|$ are done by constructing a bijection. It may be hidden behind other notation, but it is always there. For instance, in the top answer in the post you linked, it is written$$|\mathbb C|=|\mathbb R|^2 =(2^{\aleph_0})^2 = 2^{\aleph_0\cdot 2}=2^{\aleph_0}=|\mathbb R| $$Each one of those $=$ has a relatively simple bijection behind it, and if you compose all those bijections, you get a single bijection between $\Bbb R$ and $\Bbb C$.

Arthur
  • 199,419