On the Equivalence Checking Problem for Deterministic Top-Down Tree Automata
By: Zhibo Deng, Vladimir A. Zakharov
Potential Business Impact:
Checks if two computer programs understand the same data.
We present an efficient algorithm for checking language equivalence of states in top-down deterministic finite tree automata (DFTAs). Unlike string automata, tree automata operate over hierarchical structures, posing unique challenges for algorithmic analysis. Our approach reduces the equivalence checking problem to that of checking the solvability of a system of language-theoretic equations, which specify the behavior of a DFTA. By constructing such a system of equations and systematically manipulating with it through substitution and conflict detection rules, we develop a decision procedure that determines whether two states accept the same tree language. We formally prove the correctness and termination of the algorithm and establish its worst-case time complexity as $O(n^2)$ under the RAM (Random Access Machine) model of computation augmented with pointers.
Similar Papers
Deterministic Suffix-reading Automata
Formal Languages and Automata Theory
Lets computers read words faster by skipping letters.
Efficient Decomposition Identification of Deterministic Finite Automata from Examples
Software Engineering
Makes computer programs simpler and faster to build.
Büchi-Elgot-Trakhtenbrot Theorem for Higher-Dimensional Automata
Formal Languages and Automata Theory
Helps computers understand complex patterns in data.