Skip to main content
Top

1997 | OriginalPaper | Chapter

DFA State Minimization

Author : Dexter C. Kozen

Published in: Automata and Computability

Publisher: Springer New York

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

By now you have probably come across several situations in which you have observed that some automaton could be simplified either by deleting states inaccessible from the start state or by collapsing states that were equivalent in some sense. For example, if you were to apply the subset construction to the NFA accepting the set of all strings containing the substring aba, you would obtain a DFA with 24 = 16 states. However, all except six of these states are inaccessible. Deleting them, you would obtain the DFA From left to right, the states of this DFA correspond to the subsets {s}, {s, t}, {s, u}, {s, t, v}, {s, u, v}, { s, v}.

Metadata
Title
DFA State Minimization
Author
Dexter C. Kozen
Copyright Year
1997
Publisher
Springer New York
DOI
https://doi.org/10.1007/978-1-4612-1844-9_14