Vaniver comments on Respond to what they probably meant - Less Wrong

11 Post author: adamzerner 17 January 2015 11:37PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (42)

You are viewing a single comment's thread. Show more comments above.

Comment author: Vaniver 19 January 2015 12:10:58AM 1 point [-]

Wiki's discussion of base pi.

Comment author: CCC 19 January 2015 09:03:17AM 0 points [-]

Wiki raises an interesting point, a little further down, talking about base sqrt(2). Any number that can be expressed in a finite number of digits in base 2 can also be expressed in a finite number of digits (albeit twice as many) in base sqrt(2); also, some irrational numbers (like sqrt(2)) can also be expressed in a finite number of digits in base sqrt(2).

This leads me to wonder whether there is any number base in which any number, rational or irrational, can be fully described as either a finite (potentially extremely large) number of digits or a repeating pattern (like 1/7 in decimal) or not...

Comment author: DanArmak 19 January 2015 09:22:43AM *  6 points [-]

There isn't. You can see this by considering the cardinality. The set of all (finite) sequences of digits in any finite alphabet (e.g. 0 to 9) is only countably large. So it can't map the irrational (real) numbers.

Comment author: g_pepper 19 January 2015 02:47:43PM *  4 points [-]

The set of all (infinite) sequences of digits in any finite alphabet (e.g. 0 to 9) is only countably large

Actually, the set of all infinite sequences of digits in any finite alphabet with two or more symbols is uncountable - this can be shown via a diagonalization argument. I suspect you meant to say that the set of all finite sequences of digits is countably large.

Comment author: DanArmak 19 January 2015 03:33:19PM 2 points [-]

Yes, that's right. Thanks!

Comment author: CCC 22 January 2015 09:40:18AM 0 points [-]

I thought I might be able to get around that limit by permitting infinite repeating sequences of digits - but it turns out that that's equivalent to introducing a single new symbol to the notation (with the further restriction that it can only be used not more than once per number), and therefore the set of infinite repeating sequences is also countable; thus, in order to represent all real numbers, it remains insufficient.

Comment author: gjm 22 January 2015 10:58:04AM 2 points [-]

Yup. Just for fun, some other ways to see that there are only countably many repeating sequences:

  • A countable union of finite sets is countable. For any m,n there are only finitely many sequences that repeat everything from place m to place n.
    • (Actually, a countable union of countable sets is countable but we don't need that here.)
  • A repeating sequence can be generated by a computer program. There are only countably many computer programs, so there are only countably many repeating sequences.
    • (So there are only countably many real numbers that can be completely and explicitly specified by a computer program. They include, e.g., all the rational numbers; all the numbers that satisfy algebraic equations with integer coefficients; things like e, pi, gamma, etc.; every number that is explicitly considered in any mathematics textbook, with a few exceptions for things like Chaitin's Ω. These are the "computable numbers"; they form e.g. an algebraically closed field. But I don't think I know of any actual useful or interesting applications.)
  • Take your repeating sequence and just treat it as the decimal expansion of a number. That number is always rational. There are only countably many rational numbers.
Comment author: CCC 22 January 2015 02:34:08PM 0 points [-]

A repeating sequence can be generated by a computer program. There are only countably many computer programs, so there are only countably many repeating sequences.

That's an interesting point. A computer program is itself a finite number of symbols chosen from a finite list (with certain restrictions that further reduce the number of programs that make sense).

The same can be said for the English language. In fact, the same can be said for any language that can be translated into English, or into any other language that has a finite alphabet.

And I don't know how a language with an infinite alphabet would work, but if it can be explained in English, then that implies that it can be translated to English.

This therefore implies that there must exist numbers which cannot be precisely specified at all.

Comment author: gjm 22 January 2015 04:16:29PM 5 points [-]

there must exist numbers which cannot be precisely specified at all.

Almost all of them! But, y'know, I can't tell you what any of them are :-).

Comment author: RichardKennaway 22 January 2015 02:41:37PM 0 points [-]

This therefore implies that there must exist numbers which cannot be precisely specified at all.

And among these, there is the smallest undefinable number.

Comment author: Epictetus 23 January 2015 02:15:04PM 1 point [-]

And among these, there is the smallest undefinable number.

There isn't. The collection of positive, undefinable numbers is bounded below by zero, but doesn't actually have a smallest element (due to the reals not being well-ordered).

Comment author: gjm 22 January 2015 04:20:40PM 1 point [-]

I was going to say "Congratulations, you just proved the halting theorem." -- but actually I think the paradox you're gesturing at fails to "work" for shallower reasons (e.g., the reals not being well-ordered -- trivially not by the usual ordering, and less trivially not by anything computable, because it's consistent with ZF for there to be no well-ordering of the reals).

Comment author: CCC 23 January 2015 01:02:23PM 0 points [-]

the smallest undefinable number.

If you mean the smallest undefinable positive number, then isn't that epsilon?

Comment author: gjm 22 January 2015 12:00:55PM 0 points [-]

Actually, a countable union of countable sets is countable

Technical note: strictly this requires the Axiom of Choice, or at least some weaker version of it. For each of your countable sets, there is at least one way of counting it; but to count the whole lot you need to pick one way of counting each set. This is exactly the kind of thing that can fail to happen without Choice. You don't need "very much" Choice; e.g., the axiom of choice for countable collections is enough; but it turns out that the axiom of choice for countable collections of countable sets is not enough.

Comment author: CCC 19 January 2015 09:27:35AM 1 point [-]

That was quick. Thank you.