Easy question (for exam?): Why not?
In this way a DFA can be converted into one in which no two different states are equivalent.
Another way to make a DFA smaller (having less states) is to erase useless states; states that are not reachable from the start state by means of any input string.
A DFA is called minimal if there is no smaller DFA accepting
the same language.
Any DFA can be minimized by eliminating useless states and reducing
equivalent states until there is only one state left in every
equivalence class. This results in a minimal DFA: there is no DFA
accepting the same language which has even fewer states.
It can be shown that the minimal DFA accepting a given language is
unique (up to the naming of states).
Rob van Glabbeek
| rvg@cs.stanford.edu |