Why can’t you reassign the ‘mystery number’ in Cantor’s diagonal argument to a new number in the natural numbers?

221 Views Asked by At

I don’t want to claim that I have ‘refuted Cantor’ or something here, I just want to understand it adequately. I do understand that the proof works something like this: You assume that you can map the naturals onto the real numbers like so, where each letter represents some arbitrary digit:

$$1 — 0.abcd\cdots$$ $$2 — 0.efgh\cdots$$ $$3 — 0.ijkl\cdots$$

And then you constrict the ‘mystery number’ $x$ which differs in at least one digit of each number that is assigned to a natural number. This mystery number, by definition, cannot be mapped onto any of the natural numbers. This is fine, but why can’t you just assign $0.abcd\cdots$ to $2, 0.efgh\cdots$ to $3$, and so on, then assign $x$ to $1$, which would now be open?

What is the problem with doing this?

Update: Sorry for the poor notation and formatting, I’m writing this on my phone.

2

There are 2 best solutions below

0
On BEST ANSWER

Yes, if you are missing a real number, then you can always add it to the front of your list, but this not mean that the new list is now complete. (this is LordSharktheUnknown's point: if the mystery number was the only one that as missing, then yes, you'd get a complete list, but it may not be the only one missing).

In fact, we know the new list cannot be complete, because we can go through the same diagonalization to find a new mystery number that is not on this new list (this is spaceisdarkgreen's point)

And finally, remember that when you do the diagonalization on the original list, we did this within a proof by contradiction. That is, we assumed that there is a complete list ... but when we take any such supposedly complete list we can find a mystery number that is not on the list ... and so we reach a contradiction already. Coming up with a new list does not take away from the contradiction that you obtain when assuming there is a complete list at all, so you are doing nothing to refute the proof (and this is Cheerful Parsnip's point)

0
On

That is actually a valid question, but it is based on a misunderstanding of Cantor's Diagonal Proof. That is not your fault, it is taught incorrectly; usually something like this outline:

  1. For some infinite set T:
  2. Assume there is a mapping f(n), for n=1,2,3,..., that produces every element t in T.
  3. Use Diagonalization to construct a new element t(0) that (A) must be in T, but (B) is different than every f(n).
  4. (A) and (B) together prove that f(n) does not produce every element t in T.
  5. Since #4 contradicts the assumption in #2, that assumption must be false.

The problem with this, is that to use Proof by Contradiction, you have to use every part of what you assumed to produce the contradiction. Any part you don't use isn't proven by the contradiction. All step #3 really uses, is that every f(n) is an element of T, not that every element of T is produced. So wondering if you can put it back in is a valid question. You can't, but to see why it helps to use Cantor's actual outline.

  1. For some infinite set T:
  2. Assume there is a mapping f(n), for n=1,2,3,..., that produces elements of T.
  3. The set of all elements produced by f(n) is the set S. Nothing is assumed at this point about whether S=T.
  4. Use Diagonalization to construct a new element t(0) that (A) must be in T, but (B) is different than every f(n).
  5. The two statement S=T and "There is a t0 that must be in T, but is different than every f(n)" can't both be true. Since we know that the second one is true, the first can't be.
  6. You can't count every element of T.