Equivalence problem

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Gamall Wednesday Ida (talk | contribs) at 12:24, 17 February 2019 (Create stub with some basic examples.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In theoretical computer science and formal language theory, the equivalence problem is the question of determining, given two representations of formal languages, whether they denote the same formal language.

The complexity and decidability of this decision problem depends upon the type of representation under consideration. For instance, in the case of finite-state automata, equivalence is decidable, and the problem is PSPACE-complete, whereas it is undecidable for pushdown automata, context-free grammars, etc.[1]


References

  1. ^ J. E. Hopcroft and J. D. Ullman. Introduction to Automata Theory, Languages, and Computation, first edition, 1979.