Regular Language Presentation
Regular Language Presentation
Chapter 1
Turing-Decidable Languages
Context-Free Languages
Regular Languages
All Languages
Regular Languages
DFA = NFA = RE
Closed under ∪, ◦, ∗
, ◦, and ∗ ?
S
I Are regular languages closed under
I What is closure?
I If a class of languages is closed under an operation,
then, when that operation is performed on
languages in that class, the result is always a
language within that class of languages.
I Ex: Adding one integer to another always gives an
integer; so integers are closed under addition.
I Ex: Dividing one integer by another does not always give
an integer; so integers are not closed under division.