DanArmak 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.

Comment author: DanArmak 18 January 2015 03:23:35PM *  1 point [-]

Another reason to do this is to explicitly point out that what the other person means and what they are literally saying are incompatible. Whether this helps or impedes the conversation depends on how serious it is and how clear it was to everyone what was actually meant.

Example:

Speaker 1: "Pi has infinitely many digits".

Speaker 2: "So does every real number (e.g. 0 = 0.000....). What you mean is there's no way to write Pi with finitely many digits, in any basis."

Comment author: Plasmon 18 January 2015 03:46:32PM 4 points [-]

What you mean is there's no way to write Pi with finitely many digits, in any basis."

pi=1 in base pi

... but that's not what you meant :)

Comment author: Kindly 18 January 2015 08:35:57PM 8 points [-]

As long as we're nitpicking, it should be 10.

Comment author: DanArmak 18 January 2015 08:33:38PM 0 points [-]

A basis is normally defined as an integer. But you're right; there doesn't seem to be any reason not to extend this to reals. (Although what good is a non-computable basis to anyone I don't know...)

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 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.