fezziwig comments on From the "weird math questions" department... - Less Wrong

5 Post author: CronoDAS 09 August 2012 07:19AM

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

Comments (49)

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

Comment author: fezziwig 09 August 2012 06:02:35PM 3 points [-]

Wouldn't it be easier to just generate a single program of size > N that halts by construction?

Comment author: IlyaShpitser 09 August 2012 06:04:35PM *  1 point [-]

From the OP: "you don't know what N is." But, yes, you don't have to do the "step simulation", you are right. You can just check a single known halting program of every length, starting at 1, and increasing. Eventually you will catch the oracle in a lie.

See also: thomblake's comment below, which gives the same algorithm.

Comment author: Kindly 09 August 2012 06:15:04PM *  1 point [-]

This is not a decision algorithm: if the oracle actually is real, your program will never terminate.

Edit: I guess you realize this already, but there are a few confused comments from other people here, so I will not retract this.

Comment author: IlyaShpitser 09 August 2012 06:20:24PM *  1 point [-]

I am aware that this is not a decision algorithm. I said in my original comment that the set is recursively enumerable, and I also said that the algorithm will not terminate on true oracles. That is, we can list the fake oracles, but we cannot decide on the fake status of an oracle in finite time. This is what recursively enumerable means: http://en.wikipedia.org/wiki/Recursively_enumerable_set.

This is different from "recursive" (http://en.wikipedia.org/wiki/Recursive_set) where we can decide on membership in finite time.

Comment author: thomblake 10 August 2012 04:45:15PM 0 points [-]

I'm pretty sure that there is a method to determine the fake status of any oracle in finite time.

Comment author: IlyaShpitser 10 August 2012 05:18:24PM *  1 point [-]

If there is such a method, it has to get around cousin_it's argument below. I believe you can only enumerate fake oracles, not answer if an oracle is fake or real, in finite time.

Comment author: Kindly 09 August 2012 06:22:18PM 0 points [-]

Right.