(a) Let E=(QE,Σ,δE,q0,FE) be a nondeterministic finite-state automaton with ϵ-transitions (ϵ-NFA). Define the deterministic finite-state automaton (DFA) D=(QD,Σ,δD,qD,FD) obtained from E via the subset construction with ϵ-transitions.
(b) Let E and D be as above. By inducting on lengths of words, prove that
δ^E(q0,w)=δ^D(qD,w) for all w∈Σ∗
(c) Deduce that L(D)=L(E).