Streett automaton
From Wikipedia, the free encyclopedia
A Streett automaton is one of the many types of finite automata on infinite strings. It is of the form where and Σ are defined as for Büchi automata. is the transition function, and Ω is a set of pairs with . accepts the input word α if for the run of on α, for every index i, (where inf(ρ) is the group of states in Q that the run ρ visits infinitely often).
Less formally, a Streett acceptance condition defines a set of ordered pairs of finite sets of states taken from the automaton's graph. A pair is satisfied by any run that either does not contain infinitely many E states, or contains infinitely many E states and infinitely many F states. The Streett acceptance condition is met if all pairs are satisfied. The automaton may be nondeterministic, so an input word (which is infinite) may produce innumerable runs; the word is accepted if at least one run is accepted.
The acceptance condition is dual to the Rabin acceptance condition: The Streett condition is the logical negation of the Rabin condition, and therefore, if a language L can be recognized by a deterministic Streett automaton, then its complement can be recognized by some deterministic Rabin automaton, and vice versa.
[edit] See also
Rabin automaton - A closely related automaton with the same components but a different acceptance condition.