
Automata theory is the study of
abstract machines and
automata
An automaton (; : automata or automatons) is a relatively self-operating machine, or control mechanism designed to automatically follow a sequence of operations, or respond to predetermined instructions. Some automata, such as bellstrikers i ...
, as well as the
computational problem
In theoretical computer science, a computational problem is one that asks for a solution in terms of an algorithm. For example, the problem of factoring
:"Given a positive integer ''n'', find a nontrivial prime factor of ''n''."
is a computati ...
s that can be solved using them. It is a theory in
theoretical computer science
Theoretical computer science is a subfield of computer science and mathematics that focuses on the Abstraction, abstract and mathematical foundations of computation.
It is difficult to circumscribe the theoretical areas precisely. The Associati ...
with close connections to
cognitive science
Cognitive science is the interdisciplinary, scientific study of the mind and its processes. It examines the nature, the tasks, and the functions of cognition (in a broad sense). Mental faculties of concern to cognitive scientists include percep ...
and
mathematical logic
Mathematical logic is the study of Logic#Formal logic, formal logic within mathematics. Major subareas include model theory, proof theory, set theory, and recursion theory (also known as computability theory). Research in mathematical logic com ...
. The word ''automata'' comes from the
Greek word αὐτόματος, which means "self-acting, self-willed, self-moving". An
automaton
An automaton (; : automata or automatons) is a relatively self-operating machine, or control mechanism designed to automatically follow a sequence of operations, or respond to predetermined instructions. Some automata, such as bellstrikers i ...
(automata in plural) is an abstract self-propelled
computing device
A computer is a machine that can be programmed to automatically carry out sequences of arithmetic or logical operations ('' computation''). Modern digital electronic computers can perform generic sets of operations known as ''programs'', ...
which follows a predetermined sequence of operations automatically. An automaton with a finite number of
states
State most commonly refers to:
* State (polity), a centralized political organization that regulates law and society within a territory
**Sovereign state, a sovereign polity in international law, commonly referred to as a country
**Nation state, a ...
is called a finite automaton (FA) or
finite-state machine
A finite-state machine (FSM) or finite-state automaton (FSA, plural: ''automata''), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number o ...
(FSM). The figure on the right illustrates a finite-state machine, which is a well-known type of automaton. This automaton consists of
states
State most commonly refers to:
* State (polity), a centralized political organization that regulates law and society within a territory
**Sovereign state, a sovereign polity in international law, commonly referred to as a country
**Nation state, a ...
(represented in the figure by circles) and
transitions (represented by arrows). As the automaton sees a symbol of input, it makes a transition (or jump) to another state, according to its
transition function, which takes the previous state and current input symbol as its
arguments
An argument is a series of sentences, statements, or propositions some of which are called premises and one is the conclusion. The purpose of an argument is to give reasons for one's conclusion via justification, explanation, and/or persua ...
.
Automata theory is closely related to
formal language
In logic, mathematics, computer science, and linguistics, a formal language is a set of strings whose symbols are taken from a set called "alphabet".
The alphabet of a formal language consists of symbols that concatenate into strings (also c ...
theory. In this context, automata are used as finite representations of formal languages that may be infinite. Automata are often classified by the class of formal languages they can recognize, as in the
Chomsky hierarchy
The Chomsky hierarchy in the fields of formal language theory, computer science, and linguistics, is a containment hierarchy of classes of formal grammars. A formal grammar describes how to form strings from a formal language's alphabet that are v ...
, which describes a nesting relationship between major classes of automata. Automata play a major role in the
theory of computation,
compiler construction
In computing, a compiler is a computer program that Translator (computing), translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primaril ...
,
artificial intelligence
Artificial intelligence (AI) is the capability of computer, computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of re ...
,
parsing
Parsing, syntax analysis, or syntactic analysis is a process of analyzing a String (computer science), string of Symbol (formal), symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal gramm ...
and
formal verification
In the context of hardware and software systems, formal verification is the act of proving or disproving the correctness of a system with respect to a certain formal specification or property, using formal methods of mathematics.
Formal ver ...
.
History
The theory of abstract automata was developed in the mid-20th century in connection with
finite automata
A finite-state machine (FSM) or finite-state automaton (FSA, plural: ''automata''), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number ...
. Automata theory was initially considered a branch of mathematical
systems theory
Systems theory is the Transdisciplinarity, transdisciplinary study of systems, i.e. cohesive groups of interrelated, interdependent components that can be natural or artificial. Every system has causal boundaries, is influenced by its context, de ...
, studying the behavior of discrete-parameter systems. Early work in automata theory differed from previous work on systems by using
abstract algebra
In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures, which are set (mathematics), sets with specific operation (mathematics), operations acting on their elements. Algebraic structur ...
to describe
information system
An information system (IS) is a formal, sociotechnical, organizational system designed to collect, process, Information Processing and Management, store, and information distribution, distribute information. From a sociotechnical perspective, info ...
s rather than
differential calculus
In mathematics, differential calculus is a subfield of calculus that studies the rates at which quantities change. It is one of the two traditional divisions of calculus, the other being integral calculus—the study of the area beneath a curve. ...
to describe material systems. The theory of the
finite-state transducer was developed under different names by different research communities. The earlier concept of
Turing machine
A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer algori ...
was also included in the discipline along with new forms of infinite-state automata, such as
pushdown automata.
1956 saw the publication of ''Automata Studies'', which collected work by scientists including
Claude Shannon
Claude Elwood Shannon (April 30, 1916 – February 24, 2001) was an American mathematician, electrical engineer, computer scientist, cryptographer and inventor known as the "father of information theory" and the man who laid the foundations of th ...
,
W. Ross Ashby,
John von Neumann
John von Neumann ( ; ; December 28, 1903 – February 8, 1957) was a Hungarian and American mathematician, physicist, computer scientist and engineer. Von Neumann had perhaps the widest coverage of any mathematician of his time, in ...
,
Marvin Minsky
Marvin Lee Minsky (August 9, 1927 – January 24, 2016) was an American cognitive scientist, cognitive and computer scientist concerned largely with research in artificial intelligence (AI). He co-founded the Massachusetts Institute of Technology ...
,
Edward F. Moore, and
Stephen Cole Kleene
Stephen Cole Kleene ( ; January 5, 1909 – January 25, 1994) was an American mathematician. One of the students of Alonzo Church, Kleene, along with Rózsa Péter, Alan Turing, Emil Post, and others, is best known as a founder of the branch of ...
. With the publication of this volume, "automata theory emerged as a relatively autonomous discipline".
The book included Kleene's description of the set of regular events, or
regular languages, and a relatively stable measure of complexity in Turing machine programs by Shannon.
In the same year,
Noam Chomsky
Avram Noam Chomsky (born December 7, 1928) is an American professor and public intellectual known for his work in linguistics, political activism, and social criticism. Sometimes called "the father of modern linguistics", Chomsky is also a ...
described the
Chomsky hierarchy
The Chomsky hierarchy in the fields of formal language theory, computer science, and linguistics, is a containment hierarchy of classes of formal grammars. A formal grammar describes how to form strings from a formal language's alphabet that are v ...
, a correspondence between automata and
formal grammars
A formal grammar is a set of symbols and the production rules for rewriting some of them into every possible string of a formal language over an alphabet. A grammar does not describe the meaning of the strings — only their form.
In applied m ...
, and Ross Ashby published ''
An Introduction to Cybernetics'', an accessible textbook explaining automata and information using basic
set theory
Set theory is the branch of mathematical logic that studies Set (mathematics), sets, which can be informally described as collections of objects. Although objects of any kind can be collected into a set, set theory – as a branch of mathema ...
.
The study of
linear bounded automata led to the
Myhill–Nerode theorem, which gives a necessary and sufficient condition for a formal language to be regular, and an exact count of the number of states in a minimal machine for the language. The
pumping lemma for regular languages, also useful in regularity proofs, was proven in this period by
Michael O. Rabin and
Dana Scott
Dana Stewart Scott (born October 11, 1932) is an American logician who is the emeritus Hillman University Professor of Computer Science, Philosophy, and Mathematical Logic at Carnegie Mellon University; he is now retired and lives in Berkeley, C ...
, along with the computational equivalence of deterministic and nondeterministic finite automata.
In the 1960s, a body of algebraic results known as "structure theory" or "algebraic decomposition theory" emerged, which dealt with the realization of sequential machines from smaller machines by interconnection.
While any finite automaton can be simulated using a
universal gate set, this requires that the simulating circuit contain loops of arbitrary complexity. Structure theory deals with the "loop-free" realizability of machines.
The theory of
computational complexity
In computer science, the computational complexity or simply complexity of an algorithm is the amount of resources required to run it. Particular focus is given to computation time (generally measured by the number of needed elementary operations ...
also took shape in the 1960s. By the end of the decade, automata theory came to be seen as "the pure mathematics of computer science".
Automata
What follows is a general definition of an automaton, which restricts a broader definition of a
system
A system is a group of interacting or interrelated elements that act according to a set of rules to form a unified whole. A system, surrounded and influenced by its open system (systems theory), environment, is described by its boundaries, str ...
to one viewed as acting in discrete time-steps, with its state behavior and outputs defined at each step by unchanging functions of only its state and input.
Informal description
An automaton ''runs'' when it is given some sequence of ''inputs'' in discrete (individual) ''time steps'' (or just ''steps''). An automaton processes one input picked from a set of ''
symbols
A symbol is a mark, sign, or word that indicates, signifies, or is understood as representing an idea, object, or relationship. Symbols allow people to go beyond what is known or seen by creating linkages between otherwise different concep ...
'' or ''letters'', which is called an ''input
alphabet
An alphabet is a standard set of letter (alphabet), letters written to represent particular sounds in a spoken language. Specifically, letters largely correspond to phonemes as the smallest sound segments that can distinguish one word from a ...
''. The symbols received by the automaton as input at any step are a sequence of symbols called ''words''. An automaton has a set of ''states''. At each moment during a run of the automaton, the automaton is ''in'' one of its states. When the automaton receives new input, it moves to another state (or ''transitions'') based on a ''transition function'' that takes the previous state and current input symbol as parameters. At the same time, another function called the ''output function'' produces symbols from the ''output alphabet'', also according to the previous state and current input symbol. The automaton reads the symbols of the input word and transitions between states until the word is read completely, if it is finite in length, at which point the automaton ''halts''. A state at which the automaton halts is called the ''final state''.
To investigate the possible state/input/output sequences in an automaton using
formal language
In logic, mathematics, computer science, and linguistics, a formal language is a set of strings whose symbols are taken from a set called "alphabet".
The alphabet of a formal language consists of symbols that concatenate into strings (also c ...
theory, a machine can be assigned a ''starting state'' and a set of ''accepting states''. Then, depending on whether a run starting from the starting state ends in an accepting state, the automaton can be said to ''accept'' or ''reject'' an input sequence. The set of all the words accepted by an automaton is called the ''language recognized by the automaton''. A familiar example of a machine recognizing a language is an
electronic lock
An electronic lock (or electric lock) is a Lock (security device), locking device which operates by means of electric current. Electric locks are sometimes stand-alone with an electronic control assembly mounted directly to the lock. Electric lo ...
, which accepts or rejects attempts to enter the correct code.
Formal definition
;Automaton
:An automaton can be represented formally by a
quintuple , where:
:*
is a finite set of ''symbols'', called the ''input alphabet'' of the automaton,
:*
is another finite set of symbols, called the ''output alphabet'' of the automaton,
:*
is a set of ''states'',
:*
is the ''next-state function'' or ''transition function''
mapping state-input pairs to successor states,
:*
is the ''next-output function''
mapping state-input pairs to outputs.
:If
is finite, then
is a
finite automaton.
;Input word
:An automaton reads a finite
string
String or strings may refer to:
*String (structure), a long flexible structure made from threads twisted together, which is used to tie, bind, or hang other objects
Arts, entertainment, and media Films
* ''Strings'' (1991 film), a Canadian anim ...
of symbols
, where
, which is called an ''input word''. The set of all words is denoted by
.
;Run
:A sequence of states
, where
such that
for
, is a ''run'' of the automaton on an input
starting from state
. In other words, at first the automaton is at the start state
, and receives input
. For
and every following
in the input string, the automaton picks the next state
according to the transition function
, until the last symbol
has been read, leaving the machine in the ''final state'' of the run,
. Similarly, at each step, the automaton emits an output symbol according to the output function
.
:The transition function
is extended inductively into
to describe the machine's behavior when fed whole input words. For the empty string
,
for all states
, and for strings
where
is the last symbol and
is the (possibly empty) rest of the string,
.
The output function
may be extended similarly into
, which gives the complete output of the machine when run on word
from state
.
;Acceptor
:In order to study an automaton with the theory of
formal languages
In logic, mathematics, computer science, and linguistics, a formal language is a set of string (computer science), strings whose symbols are taken from a set called "#Definition, alphabet".
The alphabet of a formal language consists of symbol ...
, an automaton may be considered as an ''acceptor'', replacing the output alphabet and function
and
with
:*
, a designated ''start state'', and
:*
, a set of states of
(i.e.
) called ''accept states''.
:This allows the following to be defined:
;Accepting word
:A word
is an ''accepting word'' for the automaton if
, that is, if after consuming the whole string
the machine is in an accept state.
;Recognized language
:The language
''recognized'' by an automaton is the set of all the words that are accepted by the automaton,
.
;Recognizable languages
:The
recognizable languages are the set of languages that are recognized by some automaton. For ''finite automata'' the recognizable languages are
regular languages. For different types of automata, the recognizable languages are different.
Variant definitions of automata
Automata are defined to study useful machines under mathematical formalism. So the definition of an automaton is open to variations according to the "real world machine" that we want to model using the automaton. People have studied many variations of automata. The following are some popular variations in the definition of different components of automata.
;Input
* ''Finite input'': An automaton that accepts only finite sequences of symbols. The above introductory definition only encompasses finite words.
* ''Infinite input'': An automaton that accepts infinite words (
ω-words). Such automata are called ''
ω-automata''.
* ''Tree input'': The input may be a ''
tree of symbols'' instead of sequence of symbols. In this case after reading each symbol, the automaton ''reads'' all the successor symbols in the input tree. It is said that the automaton ''makes one copy'' of itself for each successor and each such copy starts running on one of the successor symbols from the state according to the transition relation of the automaton. Such an automaton is called a
tree automaton.
* ''Infinite tree input'' : The two extensions above can be combined, so the automaton reads a tree structure with (in)finite branches. Such an automaton is called an
infinite tree automaton.
;States
* ''Single state'': An automaton with one state, also called a ''combinational circuit'', performs a transformation which may implement
combinational logic.
* ''Finite states'': An automaton that contains only a finite number of states.
* ''Infinite states'': An automaton that may not have a finite number of states, or even a
countable
In mathematics, a Set (mathematics), set is countable if either it is finite set, finite or it can be made in one to one correspondence with the set of natural numbers. Equivalently, a set is ''countable'' if there exists an injective function fro ...
number of states. Different kinds of abstract memory may be used to give such machines finite descriptions.
* ''Stack memory'': An automaton may also contain some extra memory in the form of a
stack
Stack may refer to:
Places
* Stack Island, an island game reserve in Bass Strait, south-eastern Australia, in Tasmania’s Hunter Island Group
* Blue Stack Mountains, in Co. Donegal, Ireland
People
* Stack (surname) (including a list of people ...
in which symbols can be pushed and popped. This kind of automaton is called a ''
pushdown automaton''.
* ''Queue memory'': An automaton may have memory in the form of a
queue. Such a machine is called ''
queue machine'' and is Turing-complete.
* ''Tape memory'': The inputs and outputs of automata are often described as input and output ''tapes''. Some machines have additional ''working tapes'', including the
Turing machine
A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer algori ...
,
linear bounded automaton, and
log-space transducer.
;Transition function
* ''Deterministic'': For a given current state and an input symbol, if an automaton can only jump to one and only one state then it is a ''
deterministic automaton''.
* ''Nondeterministic'': An automaton that, after reading an input symbol, may jump into any of a number of states, as licensed by its transition relation. The term transition function is replaced by transition relation: The automaton ''non-deterministically'' decides to jump into one of the allowed choices. Such automata are called ''nondeterministic automata''.
* ''Alternation'': This idea is quite similar to tree automata but orthogonal. The automaton may run its ''multiple copies'' on the ''same'' next read symbol. Such automata are called ''
alternating automata''. The acceptance condition must be satisfied on all runs of such ''copies'' to accept the input.
* ''Two-wayness'': Automata may read their input from left to right, or they may be allowed to move back-and-forth on the input, in a way similar to a
Turing machine
A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer algori ...
. Automata which can move back-and-forth on the input are called
two-way finite automata.
;Acceptance condition
* ''Acceptance of finite words'': Same as described in the informal definition above.
* ''Acceptance of infinite words'': an ''ω-automaton'' cannot have final states, as infinite words never terminate. Rather, acceptance of the word is decided by looking at the infinite sequence of visited states during the run.
* ''Probabilistic acceptance'': An automaton need not strictly accept or reject an input. It may accept the input with some
probability
Probability is a branch of mathematics and statistics concerning events and numerical descriptions of how likely they are to occur. The probability of an event is a number between 0 and 1; the larger the probability, the more likely an e ...
between zero and one. For example,
quantum finite automata,
geometric automata and
metric automata have probabilistic acceptance.
Different combinations of the above variations produce many classes of automata.
Automata theory is a subject matter that studies properties of various types of automata. For example, the following questions are studied about a given type of automata.
* Which class of formal languages is recognizable by some type of automata? (Recognizable languages)
* Are certain automata ''closed'' under union, intersection, or complementation of formal languages? (Closure properties)
* How expressive is a type of automata in terms of recognizing a class of formal languages? And, their relative expressive power? (Language hierarchy)
Automata theory also studies the existence or nonexistence of any
effective algorithms to solve problems similar to the following list:
* Does an automaton accept at least one input word? (Emptiness checking)
* Is it possible to transform a given non-deterministic automaton into a deterministic automaton without changing the language recognized? (Determinization)
* For a given formal language, what is the smallest automaton that recognizes it? (
Minimization)
Types of automata
The following is an incomplete list of types of automata.
Discrete, continuous, and hybrid automata
Normally automata theory describes the states of abstract machines but there are discrete automata,
analog automata or
continuous automata, or
hybrid discrete-continuous automata, which use digital data, analog data or continuous time, or digital ''and'' analog data, respectively.
Hierarchy in terms of powers
The following is an incomplete hierarchy in terms of powers of different types of virtual machines. The hierarchy reflects the nested categories of languages the machines are able to accept.
Applications
Each model in automata theory plays important roles in several applied areas.
Finite automata
A finite-state machine (FSM) or finite-state automaton (FSA, plural: ''automata''), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number ...
are used in
text processing
In computing, the term text processing refers to the theory and practice of automating the creation or manipulation of electronic text.
''Text'' usually refers to all the alphanumeric characters specified on the keyboard of the person engaging th ...
, compilers, and
hardware design.
Context-free grammar
In formal language theory, a context-free grammar (CFG) is a formal grammar whose production rules
can be applied to a nonterminal symbol regardless of its context.
In particular, in a context-free grammar, each production rule is of the fo ...
(CFGs) are used in
programming language
A programming language is a system of notation for writing computer programs.
Programming languages are described in terms of their Syntax (programming languages), syntax (form) and semantics (computer science), semantics (meaning), usually def ...
s and artificial intelligence. Originally, CFGs were used in the study of
human language
Language is a structured system of communication that consists of grammar and vocabulary. It is the primary means by which humans convey meaning, both in spoken and signed language, signed forms, and may also be conveyed through writing syste ...
s.
Cellular automata are used in the field of
artificial life
Artificial life (ALife or A-Life) is a field of study wherein researchers examine systems related to natural life, its processes, and its evolution, through the use of simulations with computer models, robotics, and biochemistry. The discipline ...
, the most famous example being
John Conway's
Game of Life. Some other examples which could be explained using automata theory in biology include mollusk and pine cone growth and pigmentation patterns. Going further, a theory suggesting that the whole universe is computed by some sort of a discrete automaton, is advocated by some scientists. The idea originated in the work of
Konrad Zuse
Konrad Ernst Otto Zuse (; ; 22 June 1910 – 18 December 1995) was a German civil engineer, List of pioneers in computer science, pioneering computer scientist, inventor and businessman. His greatest achievement was the world's first programm ...
, and was popularized in America by
Edward Fredkin. Automata also appear in the theory of
finite field
In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field (mathematics), field that contains a finite number of Element (mathematics), elements. As with any field, a finite field is a Set (mathematics), s ...
s: the set of
irreducible polynomial
In mathematics, an irreducible polynomial is, roughly speaking, a polynomial that cannot be factored into the product of two non-constant polynomials. The property of irreducibility depends on the nature of the coefficients that are accepted f ...
s that can be written as composition of degree two polynomials is in fact a regular language.
Another problem for which automata can be used is the
induction of regular languages.
Automata simulators
Automata simulators are pedagogical tools used to teach, learn and research automata theory. An automata simulator takes as input the description of an automaton and then simulates its working for an arbitrary input string. The description of the automaton can be entered in several ways. An automaton can be defined in a
symbolic language or its specification may be entered in a predesigned form or its transition diagram may be drawn by clicking and dragging the mouse. Well known automata simulators include Turing's World, JFLAP, VAS, TAGS and SimStudio.
Category-theoretic models
One can define several distinct
categories of automata following the automata classification into different types described in the previous section. The mathematical category of deterministic automata,
sequential machines or ''sequential automata'', and Turing machines with ''automata homomorphisms'' defining the arrows between automata is a
Cartesian closed category
In category theory, a Category (mathematics), category is Cartesian closed if, roughly speaking, any morphism defined on a product (category theory), product of two Object (category theory), objects can be naturally identified with a morphism defin ...
, it has both categorical
limits and
colimit
In category theory, a branch of mathematics, the abstract notion of a limit captures the essential properties of universal constructions such as products, pullbacks and inverse limits. The dual notion of a colimit generalizes constructions s ...
s. An automata homomorphism maps a quintuple of an automaton ''A''
''i'' onto the quintuple of another automaton
'' A''
''j''. Automata homomorphisms can also be considered as ''automata transformations'' or as
semigroup
In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative internal binary operation on it.
The binary operation of a semigroup is most often denoted multiplicatively (just notation, not necessarily th ...
homomorphisms, when the state space, ''S'', of the automaton is defined as a semigroup S
g.
Monoid
In abstract algebra, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being .
Monoids are semigroups with identity ...
s are also considered as a suitable setting for automata in
monoidal categories.
[Meseguer, J., Montanari, U.: 1990 Petri nets are monoids. ''Information and Computation'' 88:105–155]
;Categories of variable automata
One could also define a ''variable automaton'', in the sense of
Norbert Wiener
Norbert Wiener (November 26, 1894 – March 18, 1964) was an American computer scientist, mathematician, and philosopher. He became a professor of mathematics at the Massachusetts Institute of Technology ( MIT). A child prodigy, Wiener late ...
in his book on ''
The Human Use of Human Beings'' ''via'' the endomorphisms
. Then one can show that such variable automata homomorphisms form a mathematical group. In the case of non-deterministic, or other complex kinds of automata, the latter set of endomorphisms may become, however, a ''variable automaton
groupoid
In mathematics, especially in category theory and homotopy theory, a groupoid (less often Brandt groupoid or virtual group) generalises the notion of group in several equivalent ways. A groupoid can be seen as a:
* '' Group'' with a partial fu ...
''. Therefore, in the most general case, categories of variable automata of any kind are
categories of groupoids or
groupoid categories. Moreover, the category of reversible automata is then a
2-category
In category theory in mathematics, a 2-category is a category with "morphisms between morphisms", called 2-morphisms. A basic example is the category Cat of all (small) categories, where a 2-morphism is a natural transformation between functors.
...
, and also a subcategory of the 2-category of groupoids, or the groupoid category.
See also
*
Boolean differential calculus
Boolean differential calculus (BDC) (German: (BDK)) is a subject field of Boolean algebra discussing changes of Boolean variables and Boolean functions.
Boolean differential calculus concepts are analogous to those of classical differential calc ...
*
Petri net
References
Further reading
*
* Part One: Automata and Languages, chapters 1–2, pp. 29–122. Section 4.1: Decidable Languages, pp. 152–159. Section 5.1: Undecidable Problems from Language Theory, pp. 172–183.
*
*
*
*
*
John M. Howie (1991) ''Automata and Languages'',
Clarendon Press
Oxford University Press (OUP) is the publishing house of the University of Oxford. It is the largest university press in the world. Its first book was printed in Oxford in 1478, with the Press officially granted the legal right to print books ...
*
*
*
*
*
External links
dk.brics.automaton
{{Authority control