$\mathrm{card} ( \mathbb{Q})=\mathrm{card}( \mathbb{Q^c})$: Overcoming Wrong Intuition

281 Views Asked by At

This is a widespread intuitive argument, asserting that $\mathrm{card} ( \mathbb{Q})=\mathrm{card}( \mathbb{Q^c})$:

Between any two rational numbers there's an irrational one and vice versa. So $\mathrm{card} ( \mathbb{Q})=\mathrm{card}( \mathbb{Q^c})$.

How can one convince the learner that this argument is invalid?

5

There are 5 best solutions below

1
On

It is natural to have such misconceptions, and it is also hard for someone else to help you get rid of them. You use the right concepts instead repeatedly so that after sometime your wrong intuition seems absurd to you. As von Neumann says "In mathematics, you don't understand things. You just get used to them." That is very true. I have been there.

0
On

And yeah, such counterintuitive results are to be very much expected when you are dealing with infinity. You'll see many such examples in due course. For now you just have think that there is no bijection between rationals and irrationals. The proof is standard.

0
On

If the cardinality of the 2 sets was equal then there must exist a bijection between the 2 sets. I would suggest asking them to find such a bijection.

The other thing I would point out is that for the argument "Between any two rational numbers there's an irrational one and vice versa" to be valid it implies that there must be a cap on the number of irrational numbers between any two rational numbers. When I have talked to people about this I think this implicit assumption has caused people a lot of problems understanding the flaw in the argument. Specifically an injective function is not enough here but I think the troubles in understanding the flaw in the argument come from the distinction between an injective and bijective function here.

1
On

To get an intuition of the possibility that an element of a strictly smaller set can be found between any two distinct elements of a larger set, it might be easier to consider different objects where the individual facts are easier to prove.

Consider the complete binary tree $2^{<\mathbb{N}}$ (all finite binary sequences), and the family $2^{\mathbb{N}}$ of all infinite binary sequences. Now consider the union of these sets, $2^{\leq \mathbb{N}}$, and describe a linear order on this set as follows: $$x \preceq y \; \Leftrightarrow \; \begin{cases} x\text{ is an initial segment of }y, \text{or} \\ x(i) < y(i), \text{ where }i \in \mathrm{dom}(x) \cap \mathrm{dom}(y)\text{ is least such that }x(i) \neq y(i). \end{cases}$$

  • It is easy to show that if $x , y \in 2^{\mathbb{N}}$ are such that $x \prec y$, then there is a $p \in 2^{< \mathbb{N}}$ such that $x \prec p \prec y$. (Just take $p$ to be an initial segment of $y$ long enough to witness that $x \prec y$.)
  • A simple counting argument shows that $2^{<\mathbb{N}}$ is countable.
  • The standard diagonalisation method shows that $2^{\mathbb{N}}$ is uncountable.

So even though there are more infinite binary sequences (irrational numbers), between any two you can find a finite binary sequence (rational number).

(Of course, in this example the opposite, seemingly easier, "betweenness" property is false: there is no infinite binary sequence between $\langle 0 \rangle$ and $\langle 0 , 0 \rangle$, for example.)

0
On

Here is an overkill, but it works.

Show that every countable dense linear orders without endpoints is isomorphic to $\Bbb Q$. This can be done using just regular induction going back-and-forth between $\Bbb Q$ and the countable order.

Since $\Bbb R$ satisfies the completeness axiom, it cannot possibly be isomorphic to $\Bbb Q$, and therefore uncountable.

Finally, the union of two countable sets is countable, and so $\Bbb{R\setminus Q}$ is uncountable.


One can point out that this fails because given $q_1<q_2$ from $\Bbb Q$ and an irrational number $x$ between them, there is some rational numbers $p_1<p_2$ such that $q_1<p_1<x<p_2<q_2$. So what would be the rational value we assign to $x$?

Also, and perhaps more importantly, it is imperative to tell new students that their intuition sucks and severely underdeveloped.

This can be, and should be, a great reason for forcing them to work step by step from the definitions. Not to rely on intuition that they don't have.

After a few weeks, solving exercises and reading theorems, a good student will develop some intuition, weak students won't. If that has happened, then one can present the statement again and ask for the intuitive reason. It's unlikely to be given, but strong students might recognize that there are too many irrational numbers between two rational numbers, so we can't assign them like that.