Logical Inductors contain Logical Inductors over other complexity classes

post by Scott Garrabrant · 2016-09-26T22:17:44.000Z · LW · GW · 0 comments

Contents

  Theorem: If {Pn} is a polynomial logical inductor over {Dn}, then the subsequence {P22n} is an exponential logical inductor over {D22n}.
None
No comments

In the Logical Induction paper, we give a definition of logical inductors over polynomial time traders. It is clear from our definition that our use of polynomial time is rather arbitrary, and we could define e.g. an exponential time logical inductor. However, it may be less clear that actually logical inductors over one complexity class contain logical inductors over other complexity classes within them.

For this post, I will define polynomial logical inductor to be the logical inductors defined in the main paper. I will define exponential logical inductor similarly, except the traders will be allowed to run in exponential time instead of polynomial time.

Theorem: If is a polynomial logical inductor over , then the subsequence is an exponential logical inductor over .

Proof Sketch: is clearly computable. Assume by way of contradiction that is not an exponential logical inductor over . Then there exists some exponential time trading strategy which exploits it. This trader runs in time at most for some . But then there exists another trader which runs in polynomial time, and on input implements this trader against , and output's the constant 0 trading strategy otherwise. This can be done in polynomial time, since there is a polynomial of much larger than . Note that this trader exploits , contradicting the assumption that is a polynomial logical inductor over .

Clearly, this generalizes to other pairs of complexity classes as well.

Observe that the converse is not necessarily true. In particular may not even converge when is an exponential logical inductor over . However logical inductors trivially contain logical inductors over smaller complexity classes, since logical inductors are themselves logical inductors over all smaller complexity classes.

Combining this insight with that of Universal Inductors, we can now define a singe universal inductor, and use it to get a logical inductor by conditioning on a theory, and also use it to get universal and logical inductors over larger complexity classes, by taking sparse subsequences.

0 comments

Comments sorted by top scores.