Introduction to Automata Theory, Languages, and Computation¶
Hopcroft, J. E., Motwani, R., & Ullman, J. D. (2006). Introduction to Automata Theory, Languages, and Computation. Pearson.
Cited by¶
7 citations across 7 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Closure
- The regular languages are closed under union, intersection, complement, concatenation, Kleene star, reversal, and homomorphism — the strong closure properties make regular languages the canonical "well-behaved" class of formal languages, and many algorithmic results in compiler design and string processing rely on these closures, as Hopcroft, Motwani, and Ullman (2006) catalogue in their canonical automata-theory textbook.
This sourceStandard automata-theory text cataloguing the closure-properties profiles of regular, context-free, and recursively-enumerable language classes.
- The regular languages are closed under union, intersection, complement, concatenation, Kleene star, reversal, and homomorphism — the strong closure properties make regular languages the canonical "well-behaved" class of formal languages, and many algorithmic results in compiler design and string processing rely on these closures, as Hopcroft, Motwani, and Ullman (2006) catalogue in their canonical automata-theory textbook.
- Local Sequence Legality
- Formal grammars and parsing: regular expressions, context-free grammars, and programming-language tokenisation, where legality is decided before semantic analysis.
This sourceRegular versus context-free languages; the pumping lemma showing a regular grammar cannot match balanced parentheses at arbitrary depth.
- Formal grammars and parsing: regular expressions, context-free grammars, and programming-language tokenisation, where legality is decided before semantic analysis.
- Rule of Least Power (Minimum Sufficient Capability)
- The power-ordered mechanism space is the Chomsky hierarchy: regular expressions below context-free grammars below Turing-complete code.
This sourceStandard reference for the Chomsky hierarchy (regular ⊂ context-free ⊂ recursively enumerable) and the guaranteed linear-time, halting behavior of finite automata.
- The power-ordered mechanism space is the Chomsky hierarchy: regular expressions below context-free grammars below Turing-complete code.
Domain-specific¶
- Deterministic Finite Automaton
- Emptiness problem
- Formal Language
- Regular Grammar
- Textbooks differ about whether unit productions, empty productions, multi-terminal (w), or only \(S\to\varepsilon\) are admitted, so a rigorous use must state its convention.
This sourceExercise 5.1.4 gives the extended right-linear forms \(A\to wB\) and \(A\to w\) and the automaton equivalence.
- Textbooks differ about whether unit productions, empty productions, multi-terminal (w), or only \(S\to\varepsilon\) are admitted, so a rigorous use must state its convention.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 2 other ways.
- https://www.google.com/books/edition/Introduction_to_Automata_Theory_Language/0_iZQgAACAAJ ×1
- https://www.pearson.com/en-us/subject-catalog/p/introduction-to-automata-theory-languages-and-computation/P200000003517 ×1
Registry ID ref:4f4856a4ab4b · see in the full table