Alternating finite automaton

In automata theory, an alternating finite automaton (AFA) is a non-deterministic finite automaton whose transitions are divided into existential and universal transitions. Let A be an alternating automaton.

Note that due to the universal quantification a run is represented by a run tree. A accepts a word w, if there exists a run tree on w such that every path ends in an accepting state.

A basic theorem tells that any AFA is equivalent to an non-deterministic finite automaton (NFA) by performing a similar kind of powerset construction as it is used for the transformation of a NFA to a deterministic finite automaton (DFA). This construction converts an AFA with k states to a NFA with up to 2k states.

 This computer-related article is a stub. You can help Wikipedia by expanding it.

See also: Alternating finite automaton, AFA, Automata theory, Automaton, Computer, Deterministic finite automaton, Existential quantification, Non-deterministic finite automaton, Universal quantification