Another useful notion is the notion of nondeterministic automaton.
We can prove that deterministic finite automata, DFA, recognize the same class of languages as NDFA, i. e. they are equivalent formalisms.
It is also possible to prove that given a language L there exists a unique (up to isomorphism) minimum finite state automaton that accepts it, i.e. an automaton with a minimum set of states.
The automata in the examples are deterministic, that is, once their state and input are given, their evolution is uniquely determined.
Back to Index