In
automata theory
Automata theory is the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science. The word ''automata'' comes from the Greek word αὐτόματο� ...
, a Muller automaton is a type of an
ω-automaton
In automata theory, a branch of theoretical computer science, an ω-automaton (or stream automaton) is a variation of finite automata that runs on infinite, rather than finite, strings as input. Since ω-automata do not stop, they have a variety o ...
.
The acceptance condition separates a Muller automaton from other ω-automata.
The Muller automaton is defined using a Muller
acceptance condition, i.e. the set of all states visited infinitely often must be an element of the acceptance set. Both deterministic and non-deterministic Muller automata recognize the
ω-regular languages. They are named after
David E. Muller
David Eugene Muller (November 2, 1924 – April 27, 2008) was an American mathematician and computer scientist. He was a professor of mathematics and computer science at the University of Illinois (1953–92), after which he became an emerit ...
, an American
mathematician
A mathematician is someone who uses an extensive knowledge of mathematics in their work, typically to solve mathematical problems.
Mathematicians are concerned with numbers, data, quantity, mathematical structure, structure, space, Mathematica ...
and
computer scientist
A computer scientist is a person who is trained in the academic study of computer science.
Computer scientists typically work on the theoretical side of computation, as opposed to the hardware side on which computer engineers mainly focus ( ...
, who invented them in 1963.
Formal definition
Formally, a deterministic Muller-automaton is a tuple ''A'' = (''Q'',Σ,δ,''q''
0,F) that consists of the following information:
* ''Q'' is a
finite set
In mathematics, particularly set theory, a finite set is a set that has a finite number of elements. Informally, a finite set is a set which one could in principle count and finish counting. For example,
:\
is a finite set with five elements. ...
. The elements of ''Q'' are called the ''states'' of ''A''.
* Σ is a finite set called the ''alphabet'' of ''A''.
* δ: ''Q'' × Σ → ''Q'' is a function, called the ''transition function'' of ''A''.
* ''q''
0 is an element of ''Q'', called the initial state.
* F is a set of sets of states. Formally, F ⊆ P(''Q'') where P(''Q'') is
powerset
In mathematics, the power set (or powerset) of a set is the set of all subsets of , including the empty set and itself. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is p ...
of ''Q''. F defines the ''acceptance condition''. ''A'' accepts exactly those runs in which the set of infinitely often occurring states is an element of ''F''
In a non-deterministic Muller automaton, the transition function δ is replaced with a transition relation Δ that returns a set of states and the initial state ''q''
0 is replaced by a set of initial states ''Q''
0. Generally, 'Muller automaton' refers to a non-deterministic Muller automaton.
For more comprehensive formalisation look at
ω-automaton
In automata theory, a branch of theoretical computer science, an ω-automaton (or stream automaton) is a variation of finite automata that runs on infinite, rather than finite, strings as input. Since ω-automata do not stop, they have a variety o ...
.
Equivalence with other ω-automata
The Muller automata are equally
expressive as
parity automata,
Rabin automata,
Streett automata, and non-deterministic
Büchi automata, to mention some, and strictly more expressive than the deterministic Büchi automata. The equivalence of the above automata and non-deterministic Muller automata can be shown very easily as the accepting conditions of these automata can be emulated using the acceptance condition of Muller automata and vice versa.
McNaughton's theorem demonstrates the equivalence of non-deterministic Büchi automaton and deterministic Muller automaton. Thus, deterministic and non-deterministic Muller automata are equivalent in terms of the languages they can accept.
Transformation to non-deterministic Muller automata
Following is a list of automata constructions that each transforms a type of ω-automata to a non-deterministic Muller automaton.
;From
Büchi automata
:If
is the set of final states in a Büchi automaton with the set of states
, we can construct a Muller automaton with same set of states, transition function and initial state with the Muller accepting condition as F = .
;From Rabin automata/parity automata
:Similarly, the Rabin conditions
can be emulated by constructing the acceptance set in the Muller automaton as all sets
that satisfy
and
, for some ''j''. Note that this covers the case of parity automata too, as the parity acceptance condition can be expressed as a Rabin acceptance condition easily.
;From Streett automata
:The Streett conditions
can be emulated by constructing the acceptance set in the Muller automaton as all sets
that satisfy
, for all ''j''.
Transformation to deterministic Muller automata
;From Büchi automaton
McNaughton's theorem provides a procedure to transform any non-deterministic Büchi automaton into a deterministic Muller automaton.
References
{{Reflist
Automata on Infinite WordsSlides for a tutorial by Paritosh K. Pandya.
* Yde Venema (2008
Lectures on the Modal μ-calculus th
2006 versionwas presented at The 18th
European Summer School in Logic, Language and Information
The European Summer School in Logic, Language and Information (ESSLLI) is an annual academic conference organized by the European Association for Logic, Language and Information. The focus of study is the "interface between linguistics, logic and ...
Finite automata
Model checking