A verifier for a language
We measure the time of a verifier only in terms of the length of
A language is in NP iff it is decided by some nondeterministic polynomial time Turing machine.
NTIME(t(n))$$={L|L$$ is a language decided by an O(t(n)) time nondeterministic TM$$}$$
$$NP=\bigcup\limits_{k}$$NTIME$$(n^k)$$.
目前已知的NP的最小上界是EXP。是否还有更小的上界(甚至是否P是上界),还不可知。
$$NP\subseteq$$EXPTIME$$=\bigcup\limits_{k}$$ TIME