constructive mathematics, realizability, computability
propositions as types, proofs as programs, computational trinitarianism
An automaton is an abstract concept of machine, modelled as a collection of states and transitions between states, together with an assignment of some external behavior (typically input and/or output) to these transitions. A quintessential example of an automaton is a vending machine, which can be in any number of different states (e.g., “READY”, “INSERT 2 TOKENS”, “OUT OF SERVICE”, etc.), and will transition between these states in response to user input (e.g., from “READY” to “INSERT 2 TOKENS” after the user makes a selection, and from “INSERT 2 TOKENS” to “INSERT 1 TOKEN” after the user inserts a token).
Many different notions of automaton exist in the literature. For now this article only considers one fairly basic notion taken from Joy of Cats, although it is by no means the simplest nor the most general.
A deterministic, sequential, Moore automaton is formally definable (as in Joy of Cats) as a sextuple (, , , , , ), where is the set of states, and are the sets of input symbols and output symbols, respectively, : is the transition map, is the initial state, and : is the output map. Morphisms from an automaton (, , , , , ) to an automaton (′, ′, ′, ′, ′, ′) are triples (, , ) of functions , , and satisfying the following conditions:
(i) preservation of transition: ((), ()) = ((, )),
(ii) preservation of outputs: (()) = (()),
(iii) preservation of initial state: () = .
Note that in such an automaton, the outputs are determined by the current state alone (and do not depend directly on the input).
A morphism : (, , , ) (, , , ) (called a simulation) is a function that preserves:
(i) the transitions, i.e., (, ()) = ((, )),
(ii) the initial state, i.e., () = , and
(iii) the final states, i.e., .
There is a category whose objects are deterministic sequential Moore automata and whose morphisms are simulations.
There are several variant forms of automaton. The above just gives a basic one. Others are treated in the entries:
There are tentative definitions of
higher dimensional automaton?
which take a more nPOV of automata theory.
Jiri Adamek, Horst Herrlich, George Strecker, Abstract and Concrete Categories, John Wiley and Sons, New York (1990) reprinted as: Reprints in Theory and Applications of Categories 17 (2006) 1-507 [tac:tr17, book webpage]
Mark V. Lawson, Finite automata, CRC Press, see also here for a shorter version in the form of Course Notes.
Jiří Adámek, Free algebras and automata realizations in the language of categories, Commentationes Mathematicae Universitatis Carolinae 15.4 (1974) 589-602 [eudml:16649]
Jiří Adámek, Věra Trnková, Automata and algebras in categories 37 Springer (1990) [ISBN:9780792300106]
Liang-Ting Chen, Henning Urbat, A fibrational approach to automata theory, arxiv/1504.02692
On the laws of fundamental physics as possibly governed by simple automata:
Konrad Zuse: Rechnender Raum, Schriften zur Datenverarbeitung 1, Viehweg & Sohn (1969) [doi:https://doi.org/10.1007/978-3-663-02723-2, pdf]
English translation: Calculating Space, MIT Technical Translation, AZT-70-164-GEMIT (1970) [pdf]
reprinted as chapter 36 of: Hector Zenil (ed.) A Computable Universe – Understanding and Exploring Nature as Computation, World Scientific (2012) [doi:10.1142/8306]
Stephen Wolfram: A New Kind of Science, Wolfram Media (2002) [ISBN:978-1-57955-008-0, www.wolframscience.com, Wikipedia entry]
An early discussion of automata via string diagrams in the Cartesian monoidal category of finite sets:
Discussion of non-deterministic automata as 1-dimensional defect TQFTs:
Review:
Last revised on November 1, 2024 at 06:54:14. See the history of this page for a list of all contributions to it.