English

On the Equivalence Checking Problem for Deterministic Top-Down Tree Automata

Formal Languages and Automata Theory 2025-04-08 v1 Logic

Abstract

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(n2)O(n^2) under the RAM (Random Access Machine) model of computation augmented with pointers.

Keywords

Cite

@article{arxiv.2504.04206,
  title  = {On the Equivalence Checking Problem for Deterministic Top-Down Tree Automata},
  author = {Zhibo Deng and Vladimir A. Zakharov},
  journal= {arXiv preprint arXiv:2504.04206},
  year   = {2025}
}

Comments

8 pages, 0 figures

R2 v1 2026-06-28T22:48:09.708Z