202503170203
Tags : Weighted Automata and Transducers
Image of a Regular Language under a Sequential Transducer is Regular
Theorem
Consider a regular language and a Sequential Transducers , then the language which is the image .
Let be a regular language and be a deterministic automaton for this and let be a sequential transducer. We now construct an automata for in the following way:
- The transition function is a bit more complicated and will be described in steps:
- Given a state if we were to read an alphabet , that would change states in the input automata and transducer, and our new automata gets to read the the output of the transition.
- For each
- All string must start with and only then can the above computation can begin
- All words endings are decided by in the transducer and hence we have
- Given a state if we were to read an alphabet , that would change states in the input automata and transducer, and our new automata gets to read the the output of the transition.
This describes a non-deterministic automata who language is the image of under , so we are done.