Every proof I can find of this result is by way of regular expressions. Is there any "constructive" proof that defines the corresponding DFA (probably NFA)? For instance the proof of concatenation closure is most often presented by demonstrating the NFA. I'm just curious whether this is out there somewhere
Asked By : sjmc
Answered By : sjmc
A full specification of the construction of a finite automaton for regular substitution is given by Algorithm 4.2.7 of [1] (with a several-page proof of correctness). Tedious indeed!
[1] Meduna, Alexander. Automata and languages: theory and applications Springer, 2000.
Best Answer from StackOverflow
Question Source : http://cs.stackexchange.com/questions/23265
0 comments:
Post a Comment
Let us know your responses and feedback