NP and EXP [cpsc/np-exp]

Claim: Np (complexity class) \subseteq Exp

Idea: For any LNPL \in NP, there is an NTM deciding LL 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:

  1. Is PN P\text{P} \neq \text{N P}, i.e. PNP\text{P} \subset \text{NP}?
  2. Is NPEXP\text{NP} \neq \text{EXP}, i.e. NPEXP\text{NP} \subset \text{EXP}?

The answer to either Q1 or Q2 is yes.

Proof: PNPEXP\text{P} \subseteq \text{NP} \subseteq \text{EXP}, yet by the time hierarchy theorem PEXP\text{P} \neq \text{EXP}. So either PNP\text{P} \neq \text{NP} or NPEXP\text{NP} \neq \text{EXP} (or both).