Share on Facebook Share on Twitter Email
Answers.com

Descriptive complexity theory

 
Wikipedia: Descriptive complexity theory

Descriptive complexity is a branch of finite model theory, a subfield of computational complexity theory and mathematical logic, which seeks to characterize complexity classes by the type of logic needed to express the languages in them. For example, PH, the union of all complexity classes in the polynomial hierarchy, is precisely the class of languages expressible by statements of second-order logic. This connection between complexity and logic allows results to be transferred easily from one area to the other, facilitating new proof methods and providing additional evidence that the main complexity classes are somehow "natural" and not tied to the specific abstract machines used to define them.

Specifically, each logical system produces a set of queries expressible in it. The queries correspond to the computational problems of traditional complexity theory.

The first main result of descriptive complexity was Fagin's theorem, shown by Ronald Fagin in 1974. It established that NP is precisely the set of languages expressible by sentences of existential second-order logic; that is, second order logic excluding universal quantification over relations, functions, and subsets. Many other classes were later characterized in such a manner, most of them by Neil Immerman:

  • First-order logic defines the class FO, corresponding to AC0, the languages recognized by polynomial-size circuits of bounded depth, which equals the languages recognized by a concurrent random access machine in constant time.
  • First-order logic with a commutative, transitive closure operator added yields SL, which equals L, problems solvable in logarithmic space.
  • First-order logic with a transitive closure operator yields NL, the problems solvable in nondeterministic logarithmic space.
  • In the presence of linear order, first-order logic with a least fixed point operator gives P, the problems solvable in deterministic polynomial time.
  • Existential second-order logic yields NP, as mentioned above.
  • Universal second-order logic (excluding existential second-order quantification) yields co-NP.
  • Second-order logic corresponds to PH.
  • Second-order logic with a transitive closure (commutative or not) yields PSPACE, the problems solvable in polynomial space.
  • Second-order logic with a least fixed point operator gives EXPTIME, the problems solvable in exponential time.

References

Further reading

  • Shawn Hedman, A first course in logic: an introduction to model theory, proof theory, computability, and complexity, Oxford University Press, 2004, ISBN 0198529813, section 10.3 is a suitable introduction for undergraduates

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Descriptive complexity theory" Read more