Jump to content

Talk:P/poly: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Vadmium (talk | contribs)
No edit summary
Line 6: Line 6:
I'm trying to think of a good example of a P/poly algorithm to add to this page, but I can't think of anything nontrivial and interesting. Trivial examples include: problems in P and arbitrary unary languages. The NP in P/poly implies PH collapse result implies that there's no known P/poly algorithm for any NP-complete problem. The BPP in P/poly result implies that there is a relatively simple P/poly algorithm for primality testing, but is it simple enough to present here? The only other problems that might have one are integer factorization and graph isomorphism, but I know no result regarding whether either of these problems is in P/poly. [[User:Dcoetzee|Dcoetzee]] 21:40, 8 July 2007 (UTC)
I'm trying to think of a good example of a P/poly algorithm to add to this page, but I can't think of anything nontrivial and interesting. Trivial examples include: problems in P and arbitrary unary languages. The NP in P/poly implies PH collapse result implies that there's no known P/poly algorithm for any NP-complete problem. The BPP in P/poly result implies that there is a relatively simple P/poly algorithm for primality testing, but is it simple enough to present here? The only other problems that might have one are integer factorization and graph isomorphism, but I know no result regarding whether either of these problems is in P/poly. [[User:Dcoetzee|Dcoetzee]] 21:40, 8 July 2007 (UTC)
:Follow-up thought: it might be illustrative to show a P/poly algorithm for a problem in P if that algorithm is fundamentally different from the ordinary P algorithm, perhaps simpler, and uses the advice string in an interesting way. [[User:Dcoetzee|Dcoetzee]] 21:47, 8 July 2007 (UTC)
:Follow-up thought: it might be illustrative to show a P/poly algorithm for a problem in P if that algorithm is fundamentally different from the ordinary P algorithm, perhaps simpler, and uses the advice string in an interesting way. [[User:Dcoetzee|Dcoetzee]] 21:47, 8 July 2007 (UTC)

:An obvious example would be to find a prime greater than a given number. [[Special:Contributions/193.144.198.250|193.144.198.250]] ([[User talk:193.144.198.250|talk]]) 08:36, 17 March 2014 (UTC)


== Bug in the proof of Adleman's theorem ==
== Bug in the proof of Adleman's theorem ==

Revision as of 08:36, 17 March 2014

WikiProject iconComputer science C‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Things you can help WikiProject Computer science with:

WikiProject iconMathematics Start‑class Low‑priority
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-priority on the project's priority scale.

Example

I'm trying to think of a good example of a P/poly algorithm to add to this page, but I can't think of anything nontrivial and interesting. Trivial examples include: problems in P and arbitrary unary languages. The NP in P/poly implies PH collapse result implies that there's no known P/poly algorithm for any NP-complete problem. The BPP in P/poly result implies that there is a relatively simple P/poly algorithm for primality testing, but is it simple enough to present here? The only other problems that might have one are integer factorization and graph isomorphism, but I know no result regarding whether either of these problems is in P/poly. Dcoetzee 21:40, 8 July 2007 (UTC)[reply]

Follow-up thought: it might be illustrative to show a P/poly algorithm for a problem in P if that algorithm is fundamentally different from the ordinary P algorithm, perhaps simpler, and uses the advice string in an interesting way. Dcoetzee 21:47, 8 July 2007 (UTC)[reply]
An obvious example would be to find a prime greater than a given number. 193.144.198.250 (talk) 08:36, 17 March 2014 (UTC)[reply]

Bug in the proof of Adleman's theorem

I think the proof is incorrect: Repeating M t times does NOT decrease the error probability below but it does decrease it to (by Chernoff bound, see BPP (complexity)). If we take , we get the probability of bad R for every x less than . Kukolar (talk) 08:01, 10 May 2009 (UTC)[reply]

You're quite right. Fixed now. — Emil J. 16:05, 23 June 2009 (UTC)[reply]