vix.ing · top · new · best · stats · spec

Determinization of ω-automata unified

2011/01/10 by Karmarkar, Hrishikesh, Chakraborty, Supratik
#FOS: Computer and information sciences #Formal Languages and Automata Theory (cs.FL) #Logic in Computer Science (cs.LO)

paper · doi:10.48550/arxiv.1101.1841

Abstract

We describe a uniform construction for converting ω-automata with arbitrary acceptance conditions (based on the notion of infinity sets i.e. the set of states visited infinitely often in a run of the automaton) to equivalent deterministic parity automata (DPW). Given a non-deterministic automaton with n states, our construction gives a DPW with at most 2O(n2 log n) states and O(n2) parity indices. The corresponding bounds when the original automaton is deterministic are O(n!) and O(n), respectively. Our algorithm gives better asymptotic bounds on the number of states and parity indices vis-a-vis the best known technique when determinizing Rabin or Streett automata with Ω(2n) acceptance pairs, where n > 1. We demonstrate this by describing a family of Streett (and Rabin) automata with 2n non-redundant acceptance pairs, for which the best known determinization technique gives a DPW with at least Ω(2(n3)) states, while our construction constructs a DRW/DPW with 2O(n2log n) states. An easy corollary of our construction is that an ω-language with Rabin index k cannot be recognized by any ω-automaton (deterministic or non-deterministic) with fewer than O(√(k)) states.

Related