Has Oracles actually provided intuition for proving anything in Complexity Theory? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-26T06:51:46Zhttp://mathoverflow.net/feeds/question/76516http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/76516/has-oracles-actually-provided-intuition-for-proving-anything-in-complexity-theoryHas Oracles actually provided intuition for proving anything in Complexity Theory?bpp oracles2011-09-27T14:04:27Z2011-09-28T09:40:42Z
<p>[EDIT: I realize this question is soft. I realize some people want to close this question. The goal here is trying to answer the following question:</p>
<p>So I see these research papers that provide papers for oracles B s.t. C^B != D^B.</p>
<p>Question: How do I build on these results? [Besides proving other oracles?] Are there examples where people have techniques that utilize oracle separations?
]</p>
<p>Known:</p>
<p>For many classes C, D we do not know about C vs D, but we have oracles relative to which C^A = D^A, C^B != D^B.</p>
<p>Question:</p>
<p>Is there any class separation result that has been inspired by Oracles? I.e. the argument is that finding such oracles shows that these classes are "hard to separate", -- but does having examples of separating oracles actually help separate the class?</p>
<p>Is there <em>any</em> case where the existence of a B s.t. C^B != D^B somehow guided the proof of C != D ?</p>
<p>Thanks!</p>
http://mathoverflow.net/questions/76516/has-oracles-actually-provided-intuition-for-proving-anything-in-complexity-theory/76538#76538Answer by Aaron Sterling for Has Oracles actually provided intuition for proving anything in Complexity Theory?Aaron Sterling2011-09-27T17:50:04Z2011-09-27T17:50:04Z<p>There are probably several excellent answers to your question, but I will give you my own mediocre one.</p>
<p>The existence of an oracle separation means, "Nonrelativizing techniques are needed to prove something here." As there are few nonrelativizing techniques, it either tells exactly which tools to use, or tells that brand new techniques are probably needed, so pursuing work in this direction is likely to be hard. This has caused complexity theorists to open new areas of research, to be able to say something about questions whose direct answer appears very hard to obtain.</p>
<p>See <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.40.6652&rep=rep1&type=pdf" rel="nofollow">The Role of Relativization in Complexity Theory</a> by Fortnow for much more.</p>
http://mathoverflow.net/questions/76516/has-oracles-actually-provided-intuition-for-proving-anything-in-complexity-theory/76559#76559Answer by Kaveh for Has Oracles actually provided intuition for proving anything in Complexity Theory?Kaveh2011-09-27T21:21:40Z2011-09-28T09:40:42Z<p>IIRC, the circuit complexity classes like $\mathsf{AC^0}$ were studied originally for proving relativization results. A classical example is Furst, Saxe, and Sipser, "Parity, Circuits, and the Polynomial-Time Hierarchy".</p>