Computing Embeddings and Isomorphisms of Finite Semigroups
James East, Attila Egri-Nagy, Andrew R. Francis, James D. Mitchell
TL;DR
This work tackles the problem of determining embeddings and isomorphisms between finite semigroups, which model state-transition computations and relate to the graph-isomorphism problem. It introduces partitioned backtrack, a backtracking approach augmented by index-period invariants and other algebraic properties to dramatically prune search space, enabling new computational results for transformation and diagram semigroups. The authors develop parallelization, conjugation-aware enumeration, generator-based morphism construction, and custom diagram representations, and demonstrate capabilities through minimal-degree realizations, embedding counts, and 2-generated subsemigroup embedding questions. The outcomes advance understanding of how different diagram representations compare in expressive power and provide practical tools and data for semigroup theory, automata theory, and algebraic computing. The work enhances the practical feasibility of embedding and isomorphism tasks in nontrivial semigroups and offers guidance for future algorithmic and software improvements with broad implications for algebraic automata theory.
Abstract
Semigroup theory is a branch of abstract algebra, and it provides mathematical tools for the theory of computation. Finite semigroups can describe state transition systems and thus they model physically realizable computers. Engineering questions like `What is the minimal number of states to realize a particular computation?' and `Which type of computation is more capable?' translate into the algebraic tasks of constructing isomorphisms and embeddings between semigroups of different representations. The underlying problem is (sub)graph isomorphism, which is computationally difficult in general. We describe variations of backtrack search algorithms that exploit the algebraic properties of semigroups, and we carry out computational experiments to extend our algebraic knowledge. In particular, we report new computational results on transformation semigroups and on the more general family of diagram semigroups. We study the minimal degree representation problem, count distinct embeddings and work on an open problem of embedding into 2-generated subsemigroups.
