World's most popular travel blog for travel bloggers.

[Solved]: A "natural" decidable problem not in $\mathsf{NP}$?

, , No Comments
Problem Detail: 

Are there any "natural" examples of decidable problems that are definitively known not to be in NP? The decidable languages I know of that are not contained in NP are usually derived from the time hierarchy theorem, which produces "artificial" languages based on diagonalization.

Asked By : templatetypedef

Answered By : Niel de Beaudrap

From an answer to a related question on NP-hard problems which are not contained in NP: probably the most natural example is determining whether two regular expressions (including the Kleene star for arbitrary repetition, and a squaring operation to allow compact expressions of very large fixed numbers of repetitions) are equivalent. The resulting problem is EXPSPACE complete. Because EXPSPACE contains NEXP, which contains NP strictly (by the time hierarchy theorem), this is a decideable problem which is not in NP.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/10539

0 comments:

Post a Comment

Let us know your responses and feedback