Intuitively, why does it make sense for the rationals to be countable?

108 Views Asked by At

I understand how to prove it... but without any kind of rigorous mathematical proof, how could it be explained to a layman who understands countable sets that $\mathbb{Q}$ is in fact countable? I have seen from other posts on this site vague ideas, but none are as fulfilling as I would have hoped.

e.g. My closest idea was that if a rational number can be expressed as $\frac{p_i}{q_i}$, then do:

  1. Set $q_j=j$. For $i\in \mathbb{N}$, then do $\frac{\sum p_i}{q_j}$.

  2. Set $q_j=j+1$ do $\frac{\sum p_i}{q_{j+1}}$

etc .... although i'm not sure this quite works?

I think the above can be shown with examples to a layman quite easily, are there any other (simpler) ideas?

2

There are 2 best solutions below

0
On BEST ANSWER

My intuition is each rational can be represented by a pair of integers. $q = \frac ab$ so $q$ ~ $(a,b)$.

It doesn't matter that these pairs of if integers are not unique ($q$ ~ $(a,b)$ an $q$~ $(ka,kb)$, because that only serves to make the set of rationals smaller.

It makes sense that pairs of integers are countable because we can "weave" among them. We can list all the $(a,b)$ so that $a+ b = 0$; $(0,0)$. It doesn't matter that there is no $q = \frac 00$; that only means we have even fewer rationals to consider. The we can list all the $(a,b)$ so that $a+b= 1$; $(1,0),(0,1)$ and then so that $a+b = 2$ $(2,0),(1,1),(0,2)$ and so on. Listing all the $(a,b) = k$ is $(k,0), (k-1, 1), (k-2,2).... (0,k)$ and this way we can list them all.

Done.....

Except I didn't take into account that $q$ could be negative.

Well that doesn't matter. Will just list one positive, and then one negative, and so on and go through them all.

0
On

I think that someone without a significant grounding in mathematics will not accept that there are different cardinalities of infinity, and that just because you can put a set in bijection with the natural numbers it must have the same cardinality. It was certainly a controvercial idea went Cantor suggested it in the tail end of the 19th century.

If you can get passed the definition of countable sets, I don't think that what you offer is simpler for the layman to accept than the classic explanation.