Trisha Shetty (Editor)

List of undecidable problems

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

Contents

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

  • Hilbert's Entscheidungsproblem.
  • Type inference and type checking for the second-order lambda calculus (or equivalent).
  • Determining whether a first-order sentence in the logic of graphs can be realized by a finite undirected graph.
  • Problems about abstract machines

  • The halting problem (determining whether a Turing machine halts on a given input) and the mortality problem (determining whether it halts for every starting configuration).
  • 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).
  • 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.
  • 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

  • The word problem for groups.
  • The conjugacy problem.
  • The group isomorphism problem.
  • Problems in topology

  • Determining whether two finite simplicial complexes are homeomorphic.
  • Determining whether a finite simplicial complex is (homeomorphic to) a manifold.
  • Determining whether the fundamental group of a finite simplicial complex is trivial.
  • 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.) See Richardson's theorem.
  • "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.
  • Other problems

  • The Post correspondence problem.
  • 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.
  • 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.
  • References

    List of undecidable problems Wikipedia


    Similar Topics