List of undecidable problems

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In computability theory, an undecidable problem is a type of computational problem that requires a yes/no answer, but where there cannot possibly be any computer program that always gives the correct answer; that is any possible program would sometimes give the wrong answer or run forever without giving any answer. More formally, an undecidable problem is a problem whose language is not a recursive set; see decidability. There are uncountably many undecidable problems, so the list below is necessarily incomplete. Though undecidable languages are not recursive languages, they may be subsets of Turing recognizable languages i.e. such undecidable languages may be recursively enumerable.

Many, if not most, undecidable problems in mathematics can be posed as word problems: determining when two distinct strings of symbols (encoding some mathematical concept or object) represent the same object or not.

For undecidability in axiomatic mathematics, see list of statements undecidable in ZFC.

Problems in logic

Problems about abstract machines

  • The halting problem (determining whether a Turing machine halts).
  • Determining whether a Turing machine is a busy beaver champion (i.e., is the longest-running among halting Turing machines with the same number of states).
  • The mortality problem.
  • Rice's theorem states that for all nontrivial properties of partial functions, it is undecidable whether a given machine computes a partial function with that property.

Problems about matrices

  • The mortal matrix problem: determining, given a finite set of n × n matrices with integer entries, whether they can be multiplied in some order, possibly with repetition, to yield the zero matrix. This is known to be undecidable for a set of six or more 3 × 3 matrices, or a set of two 15 × 15 matrices.[2]
  • Determining whether a finite set of upper triangular 3 × 3 matrices with nonnegative integer entries generates a free semigroup.
  • Determining whether two finitely generated subsemigroups of Mn(Z) have a common element.

Problems in combinatorial group theory

Problems in topology

Problems in analysis

  • For functions in certain classes, the problem of determining: whether two functions are equal; the zeroes of a function; whether the indefinite integral of a function is also in the class. For examples, see references in Stallworth and Roush, below. (These problems are not always undecidable. It depends on the class. For example, there is an effective decision procedure for the elementary integration of any function which belongs to a field of transcendental elementary functions, the Risch algorithm.)
  • "The problem of deciding whether the definite contour multiple integral of an elementary meromorphic function is zero over an everywhere real analytic manifold on which it is analytic." Its decidability would contradict the solution to Hilbert's tenth problem.[3]

Other problems

  • The Post correspondence problem.
  • The word problem in algebra and computer science.
  • The word problem for certain formal languages.
  • The problem of determining if a given set of Wang tiles can tile the plane.
  • The problem whether a Tag system halts.
  • The problem of determining the Kolmogorov complexity of a string.
  • Hilbert's tenth problem: the problem of deciding whether a Diophantine equation (multivariable polynomial equation) has a solution in integers.
  • Determining if a context-free grammar generates all possible strings, or if it is ambiguous.
  • Given two context-free grammars, determining whether they generate the same set of strings, or whether one generates a subset of the strings generated by the other, or whether there is any string at all that both generate.
  • Determining whether a given initial point with rational coordinates is periodic, or whether it lies in the basin of attraction of a given open set, in a piecewise-linear iterated map in two dimensions, or in a piecewise-linear flow in three dimensions.[4]
  • Determining whether a λ-calculus formula has a normal form.
  • Finding the lowest possible air fare between two cities under only the condition that the database of air fares, routing rules, flights and airports is finite. [5]

See also

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Stallworth, Daniel T. and Fred W. Roush An Undecidable Property of Definite Integrals Proceedings of the American Mathematical Society Volume 125, Number 7, July 1997, Pages 2147-2148
  4. Lua error in package.lua at line 80: module 'strict' not found..
  5. http://www.itasoftware.com/pdf/ComplexityofArlineTravelPlanning_Carl_Sep-03.pdf

Bibliography

  • Lua error in package.lua at line 80: module 'strict' not found. Appendix C includes impossibility of algorithms deciding if a grammar contains ambiguities, and impossibility of verifying program correctness by an algorithm as example of Halting Problem.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found. Discusses intractability of problems with algorithms having exponential performance in Chapter 2, "Mathematical techniques for the analysis of algorithms."
  • Lua error in package.lua at line 80: module 'strict' not found. Discusses undecidability of the word problem for groups, and of various problems in topology.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.

External links