Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • $\begingroup$ What is a DFA for you? Is $\delta$ a total function? $\endgroup$ Commented Apr 16, 2020 at 15:24
  • $\begingroup$ The definition of a DFA just requires the set of final states to be a subset of the set of states. We don't require anything else. In particular, a DFA is allowed to have no accepting state, or no non-accepting state. A DFA without accepting states accepts the empty language, hence this language is regular (since a language is regular iff it is accepted by some DFA). $\endgroup$ Commented Apr 16, 2020 at 15:26