Nonelementary problem
From Wikipedia, the free encyclopedia
In computational complexity theory, a nonelementary problem[1] is a problem that is not a member of the class ELEMENTARY. As a class it is sometimes denoted as NONELEMENTARY. That is, it includes all decision problems that has no algorithmic solution with time bounded by an elementary recursive function. These functions grow no faster than a fixed-height tower of exponentiation (for example, ). Not all primitive recursive functions are elementary; for example, tetration grows too rapidly to be included in the elementary class.
The hierarchy of decidable problems beyond the elementary is usually presented along the fast-growing hierarchy.[2]
Let the functions of the hierarchy be . For each ordinal , we define the class to be the class of functions computable in time , for some positive constant . That is, Now, define to be the complexity class .
With the definition, we have
- ELEMENTARY: the class of problems decidable in time , where is a fixed-height exponential tower function. In other words, .
- TOWER: , where is a fixed-height exponential tower function, and the superscript denotes tetration. In other words, . In other words, . In other words, .
- PR: is a primitive recursive function. In other words, .
- ACK: , where is the Ackermann function. In other words,
By the time-hierarchy theorem, ELEMENTARY and PR have no complete problems. However, TOWER and ACK do have complete problems.
TOWER-complete problems:
- Star-Free Expression Equivalence (SFEq)[2]
- Satisfiability of the Weak Monadic Second-Order Logic of One Successor (WS1S)[2]
- Satisfiability of W. V. O. Quine's fluted fragment of first-order logic[3]
- β-convertibility of two closed terms in simply typed lambda calculus[4][5]
ACK-complete problems:
- reachability in vector addition systems (VAS).[6][7]
- reachability in labeled vector addition system with states (VASS)[8]
- reachability in Petri nets.[9][7]
Other nonelementary but decidable problems:
- the problem of regular expression equivalence with complementation[10]
- the monadic second-order theory with two successors (see S2S)[11]
- the first-order theory of any term algebra in a signature containing at least one binary function symbol[12]
- finite containment problem (FCP): Given two VAS with finite reachable sets , decide whether . Its precise level of complexity is unknown. Note that deciding whether the reachable set is finite is EXPSPACE-complete.[2]
- The Coverability and Termination problems of certain classes of well-structured transition systems are known to be or -complete.[13]
A large list is collected in [2].