A proof about Extended transition function of NFA

351 Views Asked by At

I want to prove below statement:

$δ^*(q,wv) = \cup_{p \in δ^*(q,w)} δ^*(p,v)$

However, I'm not exactly sure how to start. Any idea how can i start the proof?

1

There are 1 best solutions below

1
On

What about doing an induction proof based upon the length of the string $wv$? Can we agree that theorem is trivially true if $|wv| = 1$?