1 - Regular languages Flashcards
1
Q
full arden proof
A
L = ULuV L = U*V
L ⊇ UV Induction
L ⊆ UV Contradiction
2
Q
NFA DFA equivalence?
A
powerset construction
For each possible state, we add a powerset transition and stuff
3
Q
reg to NFA?
A
For each operation we have an automata
concatenation, choice and klenee star
4
Q
NFA to reg?
A
System of equations
1 Variable for each state
solve system using arden’s lemma