PlanetPhysics/Category of Automata

From testwiki
Jump to navigation Jump to search

A [[../StableAutomaton/|classical automaton]] 𝒜, (or simply automaton , or sequential machine , is defined as a quintuple of sets, I,O and S, and set-theoretical mappings,

(I,O,S,δ:I×SS;λ:S×SO),

with δ being called the [[../StableAutomaton/|transition function]] and λ being called the [[../StableAutomaton/|output function]].

A categorical automaton  𝒜C or discrete and finite/countable, categorical [[../GenericityInOpenSystems/|dynamic system]] is defined by a [[../Commutativity/|commutative square diagram]] containing all of the above components and assuming that SA is either a countable or finite set of discrete states:

Failed to parse (unknown function "\begin{xy}"): {\displaystyle \begin{xy} *!C\xybox{ \xymatrix{ {I \times S }\ar[r]^{\delta}\ar[d]_{t}&{S}\ar[d]^{o}\\ {S \times S}\ar[r]_{\lambda}&{O} } }\end{xy}}

With the above definition one can now define [[../TrivialGroupoid/|morphisms]] between automata and their [[../Cod/|composition]]. If the automata are defined by [[../Commutativity/|square diagrams]] such as the one shown above, and [[../TrivialGroupoid/|diagrams]] are defined by their associated [[../TrivialGroupoid/|functors]], then automata homomorphisms are in fact defined as [[../VariableCategory2/|natural transformations]] between diagram functors. One also has a consistent, simpler definition as follows.

A [[../TrivialGroupoid/|homomorphism of automata]] is a morphism of automata quintuples that preserves [[../TrivialGroupoid/|commutativity]] of the set-theoretical mapping compositions of both the transition function δ and the output function λ.

With the above two definitions now we have sufficient data to define the category of automata and automaton homomorphisms.

The category of automata is a category of automata quintuples (IX,OX,X,δX:IX×XX;λX:X×XO) and automata homomorphisms Failed to parse (unknown function "\A"): {\displaystyle h:{\A}_i \rightarrow {\A}_j} , such that these homomorphisms [[../Commutator/|commute]] with both the transition and the output functions of any automata Failed to parse (unknown function "\A"): {\displaystyle {\A}_i} and Failed to parse (unknown function "\A"): {\displaystyle {\A}_j} .

Remarks:

  1. Automata homomorphisms can be considered also as automata transformations or as [[../TrivialGroupoid/|semigroup]] homomorphisms, when the [[../StableAutomaton/|state space]], X, of the automaton is defined as a semigroup 𝒮.
  2. Abstract automata have numerous realizations in the real world as : machines, [[../Program3/|robots]], devices, computers, [[../SupercomputerArchitercture/|supercomputers]], always considered as discrete state space sequential machines.
  3. Fuzzy or analog devices are not included as standard automata.
  4. Similarly, variable (transition function) automata are not included, but Universal Turing (UT) machines are.
An alternative definition of an automaton is also in use:

as a five-tuple (S,Σ,δ,I,F), where Σ is a non-empty set of symbols α such that one can define a configuration of the automaton as a couple (s,α) of a state sS and a symbol αΣ. Then δ defines a "next-state relation, or a transition relation" which associates to each configuration (s,α) a subset δ(s,α) of S- the state space of the automaton. With this formal automaton definition, the [[../Cod|category]] of abstract automata can be defined by specifying automata homomorphisms in terms of the morphisms between five-tuples representing such abstract automata.

A special case of automaton is when all its transitions are reversible ; then its state space is a [[../QuantumOperatorAlgebra5/|groupoid]]. The category of reversible automata is then a [[../2Category/|2-category]], and also a subcategory of the 2-category of groupoids, or the [[../GroupoidCategory3/|groupoid category]].

Remarks:

Other definitions of automata, sequential machines, semigroup automata or cellular automata lead to subcategories of the category of automata defined above. On the other hand, the [[../CategoryOfQuantumAutomata/|category of quantum automata]] is not a subcategory of the automata category defined here.

Template:CourseCat