Skip to content
Snippets Groups Projects
Commit d317155d authored by Nathan Lhote's avatar Nathan Lhote
Browse files

Merge branch 'main' of https://gitlab.lis-lab.fr/nathan.lhote/agamemnon into main

parents 82e4925b 699d2cf4
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
\newcommand{\rtm}{\textsf{RTM}\xspace} \newcommand{\rtm}{\textsf{RTM}\xspace}
\newcommand{\drtm}{\textsf{DRTM}\xspace} \newcommand{\drtm}{\textsf{DRTM}\xspace}
\newcommand{\reg}{\textsf{Reg}} \newcommand{\reg}{\textsf{Reg}}
\newcommand{\homo}{\textsf{Hom}\xspace}
...@@ -74,7 +75,7 @@ ...@@ -74,7 +75,7 @@
\bibliographystyle{alpha}% the mandatory bibstyle \bibliographystyle{alpha}% the mandatory bibstyle
\title{\Expreg transductions} %TODO Please add \title{\textsc{Exponential growth\\ word-to-word transductions}} %TODO Please add
\author{} \author{}
...@@ -360,13 +361,15 @@ For rational turing machines, the following hold: ...@@ -360,13 +361,15 @@ For rational turing machines, the following hold:
\section{The case of the successor} \section{The case of the successor}
Let us denote by \homo the class of free monoid homomorphisms.
\begin{theorem} \begin{theorem}
\msomi with successor is equivalent to \dlinspace reductions. $\homo \circ\msomi$ with successor is equivalent to \dlinspace reductions.
\end{theorem} \end{theorem}
\begin{proof} \begin{proof}
Given an \msomi, we can define a rational letter-to-letter relation which realizes the successor and from this obtain a linear bounded automaton. Given an \msomi, we can define a rational letter-to-letter relation which realizes the successor and from this obtain a linear bounded automaton.
From a linear bounded automaton, the next configuration relation can be defined in \mso. From a linear bounded automaton, the next configuration relation can be defined in \mso. We use the homomorphism to erase the transitions that produce nothing.
\end{proof} \end{proof}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment