English

Higher-Order Model Checking Step by Step

Logic in Computer Science 2021-05-06 v1 Formal Languages and Automata Theory

Abstract

We show a new simple algorithm that solves the model-checking problem for recursion schemes: check whether the tree generated by a given higher-order recursion scheme is accepted by a given alternating parity automaton. The algorithm amounts to a procedure that transforms a recursion scheme of order nn to a recursion scheme of order n1n-1, preserving acceptance, and increasing the size only exponentially. After repeating the procedure nn times, we obtain a recursion scheme of order 00, for which the problem boils down to solving a finite parity game. Since the size grows exponentially at each step, the overall complexity is nn-EXPTIME, which is known to be optimal. More precisely, the transformation is linear in the size of the recursion scheme, assuming that the arity of employed nonterminals and the size of the automaton are bounded by a constant; this results in an FPT algorithm for the model-checking problem. Our transformation is a generalization of a previous transformation of the author (2020), working for reachability automata in place of parity automata. The step-by-step approach can be opposed to previous algorithms solving the considered problem "in one step", being compulsorily more complicated.

Keywords

Cite

@article{arxiv.2105.01861,
  title  = {Higher-Order Model Checking Step by Step},
  author = {Paweł Parys},
  journal= {arXiv preprint arXiv:2105.01861},
  year   = {2021}
}

Comments

This is an extended version of a paper published on the ICALP 2021 conference