NP and EXP
[cpsc/np-exp]
NP and EXP [cpsc/np-exp]
Claim: Np (complexity class) Exp
Idea: For any , there is an NTM deciding in polynomial time. We can simulate it with a DTM that does the breadth-first search on the configuration tree. The tree has a number of nodes exponential in runtime of the NTM.
There are several open questions surrounding P (complexity class), Np (complexity class), and Exp:
- Is , i.e. ?
- Is , i.e. ?
The answer to either Q1 or Q2 is yes.
Proof: , yet by the time hierarchy theorem . So either or (or both).