A basic probability question

post by shminux · 2019-08-23T07:13:10.995Z · LW · GW · No comments

This is a question post.

Contents

  Answers
    3 rk
None
No comments

From the logical induction paper https://intelligence.org/files/LogicalInductionAbridged.pdf:

Let φ stand for the claim that the 87,653rd digit of π is a 7. If this claim is true, then (1 + 1 = 2) ⇒ φ. I don't understand the second sentence at all, any help appreciated.

Answers

answer by rk · 2019-08-23T07:29:22.247Z · LW(p) · GW(p)

is true iff one of (i) is false or (ii) is true. Therefore, if is some true sentence, for any . Here, is .

comment by shminux · 2019-08-24T02:14:18.231Z · LW(p) · GW(p)

OK, so the trouble with logical induction is assuming mathematical realism, where "the claim that the 87,653rd digit of π is a 7" is either true or false even when not yet evaluated by someone, and the paper is discussing a way to assign a reasonable probability to it (e.g. 1/10 in this case if you know nothing about digits or pi apriori) using the trading market model. In which case the implication condition does not hold ever, (since the chance of making an error in calculating the 87,653rd digit of π is always larger than in calculating 1+1). So they are treating logical uncertainty as environmental then. It makes sense if so.

comment by Charlie Steiner · 2019-08-23T08:50:45.097Z · LW(p) · GW(p)

To elaborate, A->B is an operation with a truth table:

A    B    A->B
T    T    T
T    F    F
F    T    T
F    F    T

The only thing that falsifies A->B is if A is true but B is false. This is different from how we usually think about implication, because it's not like there's any requirement that you can deduce B from A. It's just a truth table.

But it is relevant to probability, because if A->B, then you're not allowed to assign high probability to A but low probability to B.

EDIT: Anyhow I think that paragraph is a really quick and dirty way of phrasing the incompatibility of logical uncertainty with normal probability. The issue is that in normal probability, logical steps are things that are allowed to happen inside the parentheses of the P() function. No matter how complicated the proof of φ, as long as the proof follows logically from premises, you can't doubt φ more than you doubt the premises, because the P() function thinks that P(premises) and P(logical equivalent of premises according to Boolean algebra) are "the same thing."

No comments

Comments sorted by top scores.