vix.ing · top · new · best · stats · spec

Computing Functions by Teams of Deterministic Finite Automata

2023/10/02 by Debasish Pattanayak, Pattanayak, Debasish, Andrzej Pelc +1
Computer Science · #Distributed #Distributed systems and fault tolerance #FOS: Computer and information sciences #Optimization and Search Problems #Parallel #and Cluster Computing (cs.DC) #semigroups and automata theory

paper · pdf · doi:10.48550/arxiv.2310.01151

openalex publication_date 2023/10/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We consider the task of computing functions f: ℕk→ ℕ, where ℕ is the set of natural numbers, by finite teams of agents modelled as deterministic finite automata. The computation is carried out in a distributed way, using the \em discrete half-line, which is the infinite graph with one node of degree 1 (called the root) and infinitely many nodes of degree 2. The node at distance j from the root represents the integer j. We say that a team Af of automata computes a function f, if in the beginning of the computation all automata from Af are located at the arguments x1,…,xk of the function f, in groups Af j at xj, and at the end, all automata of the team gather at f(x1,…,xk) and transit to a special state STOP. At each step of the computation, an automaton a can ``see'' states of all automata colocated at the same node: the set of these states forms an input of a. Our main result shows that, for every primitive recursive function, there exists a finite team of automata that computes this function. We prove this by showing that basic primitive recursive functions can be computed by teams of automata, and that functions resulting from the operations of composition and of primitive recursion can be computed by teams of automata, provided that the ingredient functions of these operations can be computed by teams of automata. We also observe that cooperation between automata is necessary: even some very simple functions f: ℕ→ ℕ cannot be computed by a single automaton.

Related