1 - Regular languages Flashcards

1
Q

full arden proof

A

L = ULuV L = U*V

L ⊇ UV Induction
L ⊆ U
V Contradiction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

NFA DFA equivalence?

A

powerset construction

For each possible state, we add a powerset transition and stuff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

reg to NFA?

A

For each operation we have an automata

concatenation, choice and klenee star

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

NFA to reg?

A

System of equations
1 Variable for each state
solve system using arden’s lemma

How well did you know this?
1
Not at all
2
3
4
5
Perfectly