9/12 2.6 Flashcards

1
Q

Theorem 2.6.1

A

The set of regular languages is closed under the union operation, i.e., if A1 and A2 are regular languages over the same alphabet Σ, then A1 ∪ A2 is also a regular language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Theorem 2.6.2

A

The set of regular languages is closed under the concatenation operation, i.e., if A1 and A2 are regular languages over the same alphabet Σ, then A1A2 is also a regular language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Theorem 2.6.3

A

The set of regular languages is closed under the star operation, i.e., if A is a regular language, then A^∗ is also a regular language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Theorem 2.6.4

A

The set of regular languages is closed under the complement and intersection operations:
1. If A is a regular language over the alphabet Σ, then the complement ^–A = {w ∈ Σ^∗ : w /∈ A}
is also a regular language.

  1. If A1 and A2 are regular languages over the same alphabet Σ, then the intersection
    A1 ∩ A2 = {w ∈ Σ^∗ : w ∈ A1 and w ∈ A2} is also a regular language.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly