SlideShare a Scribd company logo
1 of 14
Download to read offline
18.404/6.840 Intro to the Theory of Computation
Instructor: Mike Sipser
TAs:
- Fadi Atieh, Damian Barabonkov,
- Alex Dimitrakakis, Thomas Xiong,
- Abbas Zeitoun, and Emily Liu
1
18.404 Course Outline
Computability Theory 1930s – 1950s
- What is computable… or not?
- Examples:
program verification, mathematical truth
- Models of Computation:
Finite automata, Turing machines, …
2
Complexity Theory 1960s – present
- What is computable in practice?
- Example: factoring problem
- P versus NP problem
- Measures of complexity: Time and Space
- Models: Probabilistic and Interactive computation
Course Mechanics
Zoom Lectures
- Live and Interactive via Chat
- Live lectures are recorded for later viewing
Zoom Recitations
- Not recorded
- Two convert to in-person Homework bi-weekly – 35%
- Review concepts and more examples - More information to follow
- Optional unless you are having difficulty
Participation can raise low grades
- Attend any recitation
Midterm (15%) and Final exam (25%)
- Open book and notes
Text Check-in quizzes for credit – 25%
- Introduction to the Theory of Computation - Distinct Live and Recorded versions
Sipser, 3rd Edition US. (Other editions ok but - Complete either one for credit within 48 hours
are missing some Exercises and Problems). - Initially ungraded; full credit for participation
3
Course Expectations
Prerequisites
Prior substantial experience and comfort with
mathematical concepts, theorems, and proofs.
Creativity will be needed for psets and exams.
Collaboration policy on homework
- Allowed. But try problems yourself first.
- Write up your own solutions.
- No bibles or online materials.
4
Role of Theory in Computer Science
1. Applications
2. Basic Research
3. Connections to other fields
4. What is the nature of computation?
5
Let’s begin: Finite Automata
0 1
!1
*1 *2 *3
0,1
1
0
Input: finite string
Output: Accept or Reject
States: *1 *2 *3
Computation process: Begin at start state,
1
Transitions: read input symbols, follow corresponding transitions,
Accept if end with accept state, Reject if not.
Start state:
Examples: 01101 → Accept
Accept states: 00101 → Reject
!1 accepts exactly those strings in # where
# = {&| & contains substring 11}.
Say that # is the language of !1 and that !1 recognizes # and that # = -(!1).
6
Finite Automata – Formal Definition
Defn: A finite automaton ! is a 5-tuple (#, Σ, &, '0, ))
# finite set of states
Σ finite set of alphabet symbols
Example:
& transition function &: #×Σ → #
a
& (', .) = 0 means ' 0 0
'0 start state !1 1
0,1
1
) set of accept states '1 '2 '3
0
!1 = (#, Σ, &, '1, )) & = 0 1
# = {'1, '2, '3}
'1 '1 '2
Σ = {0, 1} '2 '1 '3
) = {'3} '3 '3 '3
7
Finite Automata – Computation
Strings and languages
- A string is a finite sequence of symbols in Σ
- A language is a set of strings (finite or infinite)
- The empty string ε is the string of length 0
Recognizing languages
- The empty language ø is the set with no strings
- :(#) = {$| # accepts $}
- :(#) is the language of #
Defn: # accepts string $ = $1$2 … $) each $* + Σ - # recognizes :(#)
if there is a sequence of states ,0, ,1, ,2, , … , ,) + /
where:
- ,0 = 00
- ,* = 1(,345, $*) for 1 ≤ * ≤ ) Defn: A language is regular if some
- ,) + 8 finite automaton recognizes it.
8
Regular Languages – Examples
0 1
"1
81 82 83
0,1
1
0
More examples:
! "# = {&| & contains substring 11} = 5
Let 6 = & & has an even number of 1s}
Therefore 5 is regular 6 is regular (make automaton for practice).
Let 7 = & & has equal numbers of 0s and 1s}
7 is not regular (we will prove).
Goal: Understand the regular languages
9
Regular Expressions
Regular operations. Let !, # be languages:
- Union: ! ∪ # = & & ∈ ! or & ∈ #}
- Concatenation: ! ∘ # = *+ * ∈ ! and + ∈ #} = !#
- Star: !∗ = *- … */ each *0 ∈ ! for 1 ≥ 0}
Note: ε ∈ !∗
always
Example. Let ! = {good, bad} and # = {boy, girl}.
- ! ∪ # = {good, bad, boy, girl}
- ! ∘ # = !# = {goodboy, goodgirl, badboy, badgirl}
- !∗ = {ε, good, bad, goodgood, goodbad, badgood,
badbad, goodgoodgood, goodgoodbad, … }
Regular expressions
- Built from Σ, members Σ, ∅, ε [Atomic]
- By using ∪,∘,∗ [Composite]
Examples:
- 0 ∪ 1 ∗
= Σ∗
gives all strings over Σ
- Σ∗
1 gives all strings that end with 1
- Σ∗
11Σ∗
= all strings that contain 11 = : ;-
Goal: Show finite automata equivalent to regular expressions
10
&$
1
&"
,
Closure Properties for Regular Languages
Theorem: If !", !$ are regular languages, so is !" ∪ !$ (closure under ∪)
Proof: Let &" = ()", Σ, +" , ," , -" ) recognize !"
&$ = ()$, Σ, +$ , ,$ , -$ ) recognize !$
Construct & = (), Σ, +, ,0, -) recognizing !" ∪ !$
& should accept input 0 if either &" or &$ accept 0.
Components of 2:
Check-in 1.1
) = )"×)$
In the proof, if &" and &$ are finite automata = ,", ,$ ," ∈ )" and ,$ ∈ )$}
where &" has 8" states and &$ has 8$ states
,6 = (,", ,$)
Then how many states does & have?
(a) 8" + 8$ + ,, 1 , 7 = +" ,, 7 , +$ 1, 7
(b) 8"
$ + 8$
$
- = -"×-$ NO! [gives intersection]
(c) 8"×8$
- = -"×)$ ∪ )"×-$
Check-in 1.1
11
Closure Properties continued
Theorem: If !", !$ are regular languages, so is !"!$ (closure under ∘)
Proof: Let &" = ()", Σ, +" , ," , -" ) recognize !"
&$ = ()$, Σ, +$ , ,$ , -$ ) recognize !$
Construct & = (), Σ, +, ,0, -) recognizing !"!$
& should accept input 0
if 0 = 12 where
&" accepts 1 and &$ accepts 2.
&$
&"
&
0
1 2
Doesn’t work: Where to split 0?
12
Quick review of today
1. Introduction, outline, mechanics, expectations
2. Finite Automata, formal definition, regular languages
3. Regular Operations and Regular Expressions
4. Proved: Class of regular languages is closed under ∪
5. Started: Closure under ∘ , to be continued…
13
MIT OpenCourseWare
https://ocw.mit.edu
18.404J / 18.4041J / 6.840J Theory of Computation
Fall 2020
For information about citing these materials or our Terms of Use, visit: https://ocw.mit.edu/terms.

More Related Content

Similar to toc1.pdf the theory of computation for master of computer applications

[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2
[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2
[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2
Yo Halb
 
F_Autómatas_MIT_2010--------------------
F_Autómatas_MIT_2010--------------------F_Autómatas_MIT_2010--------------------
F_Autómatas_MIT_2010--------------------
MIGUELANGEL2672
 

Similar to toc1.pdf the theory of computation for master of computer applications (20)

Lecture1
Lecture1Lecture1
Lecture1
 
Python 04-ifelse-return-input-strings.pptx
Python 04-ifelse-return-input-strings.pptxPython 04-ifelse-return-input-strings.pptx
Python 04-ifelse-return-input-strings.pptx
 
[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2
[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2
[YIDLUG] Programming Languages Differences, The Underlying Implementation 1 of 2
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
Locality sensitive hashing
Locality sensitive hashingLocality sensitive hashing
Locality sensitive hashing
 
JavaScript 1 for high school
JavaScript 1 for high schoolJavaScript 1 for high school
JavaScript 1 for high school
 
Round PEG, Round Hole - Parsing Functionally
Round PEG, Round Hole - Parsing FunctionallyRound PEG, Round Hole - Parsing Functionally
Round PEG, Round Hole - Parsing Functionally
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
Ruby Gotchas
Ruby GotchasRuby Gotchas
Ruby Gotchas
 
Top school in noida
Top school in noidaTop school in noida
Top school in noida
 
Test Automation Day 2018
Test Automation Day 2018Test Automation Day 2018
Test Automation Day 2018
 
Cucumber
CucumberCucumber
Cucumber
 
Module 1 solving inequalities notes
Module 1 solving inequalities notesModule 1 solving inequalities notes
Module 1 solving inequalities notes
 
Lecture 04 syntax analysis
Lecture 04 syntax analysisLecture 04 syntax analysis
Lecture 04 syntax analysis
 
F_Autómatas_MIT_2010--------------------
F_Autómatas_MIT_2010--------------------F_Autómatas_MIT_2010--------------------
F_Autómatas_MIT_2010--------------------
 
Course project solutions 2019
Course project solutions 2019Course project solutions 2019
Course project solutions 2019
 
lecture5 bca 1 year.pptx
lecture5 bca 1 year.pptxlecture5 bca 1 year.pptx
lecture5 bca 1 year.pptx
 
Ruby Basics
Ruby BasicsRuby Basics
Ruby Basics
 
01.ppt
01.ppt01.ppt
01.ppt
 
Unit -I Toc.pptx
Unit -I Toc.pptxUnit -I Toc.pptx
Unit -I Toc.pptx
 

Recently uploaded

會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
中 央社
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
EADTU
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
CaitlinCummins3
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
中 央社
 

Recently uploaded (20)

會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinhĐề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
 
Book Review of Run For Your Life Powerpoint
Book Review of Run For Your Life PowerpointBook Review of Run For Your Life Powerpoint
Book Review of Run For Your Life Powerpoint
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 

toc1.pdf the theory of computation for master of computer applications

  • 1. 18.404/6.840 Intro to the Theory of Computation Instructor: Mike Sipser TAs: - Fadi Atieh, Damian Barabonkov, - Alex Dimitrakakis, Thomas Xiong, - Abbas Zeitoun, and Emily Liu 1
  • 2. 18.404 Course Outline Computability Theory 1930s – 1950s - What is computable… or not? - Examples: program verification, mathematical truth - Models of Computation: Finite automata, Turing machines, … 2 Complexity Theory 1960s – present - What is computable in practice? - Example: factoring problem - P versus NP problem - Measures of complexity: Time and Space - Models: Probabilistic and Interactive computation
  • 3. Course Mechanics Zoom Lectures - Live and Interactive via Chat - Live lectures are recorded for later viewing Zoom Recitations - Not recorded - Two convert to in-person Homework bi-weekly – 35% - Review concepts and more examples - More information to follow - Optional unless you are having difficulty Participation can raise low grades - Attend any recitation Midterm (15%) and Final exam (25%) - Open book and notes Text Check-in quizzes for credit – 25% - Introduction to the Theory of Computation - Distinct Live and Recorded versions Sipser, 3rd Edition US. (Other editions ok but - Complete either one for credit within 48 hours are missing some Exercises and Problems). - Initially ungraded; full credit for participation 3
  • 4. Course Expectations Prerequisites Prior substantial experience and comfort with mathematical concepts, theorems, and proofs. Creativity will be needed for psets and exams. Collaboration policy on homework - Allowed. But try problems yourself first. - Write up your own solutions. - No bibles or online materials. 4
  • 5. Role of Theory in Computer Science 1. Applications 2. Basic Research 3. Connections to other fields 4. What is the nature of computation? 5
  • 6. Let’s begin: Finite Automata 0 1 !1 *1 *2 *3 0,1 1 0 Input: finite string Output: Accept or Reject States: *1 *2 *3 Computation process: Begin at start state, 1 Transitions: read input symbols, follow corresponding transitions, Accept if end with accept state, Reject if not. Start state: Examples: 01101 → Accept Accept states: 00101 → Reject !1 accepts exactly those strings in # where # = {&| & contains substring 11}. Say that # is the language of !1 and that !1 recognizes # and that # = -(!1). 6
  • 7. Finite Automata – Formal Definition Defn: A finite automaton ! is a 5-tuple (#, Σ, &, '0, )) # finite set of states Σ finite set of alphabet symbols Example: & transition function &: #×Σ → # a & (', .) = 0 means ' 0 0 '0 start state !1 1 0,1 1 ) set of accept states '1 '2 '3 0 !1 = (#, Σ, &, '1, )) & = 0 1 # = {'1, '2, '3} '1 '1 '2 Σ = {0, 1} '2 '1 '3 ) = {'3} '3 '3 '3 7
  • 8. Finite Automata – Computation Strings and languages - A string is a finite sequence of symbols in Σ - A language is a set of strings (finite or infinite) - The empty string ε is the string of length 0 Recognizing languages - The empty language ø is the set with no strings - :(#) = {$| # accepts $} - :(#) is the language of # Defn: # accepts string $ = $1$2 … $) each $* + Σ - # recognizes :(#) if there is a sequence of states ,0, ,1, ,2, , … , ,) + / where: - ,0 = 00 - ,* = 1(,345, $*) for 1 ≤ * ≤ ) Defn: A language is regular if some - ,) + 8 finite automaton recognizes it. 8
  • 9. Regular Languages – Examples 0 1 "1 81 82 83 0,1 1 0 More examples: ! "# = {&| & contains substring 11} = 5 Let 6 = & & has an even number of 1s} Therefore 5 is regular 6 is regular (make automaton for practice). Let 7 = & & has equal numbers of 0s and 1s} 7 is not regular (we will prove). Goal: Understand the regular languages 9
  • 10. Regular Expressions Regular operations. Let !, # be languages: - Union: ! ∪ # = & & ∈ ! or & ∈ #} - Concatenation: ! ∘ # = *+ * ∈ ! and + ∈ #} = !# - Star: !∗ = *- … */ each *0 ∈ ! for 1 ≥ 0} Note: ε ∈ !∗ always Example. Let ! = {good, bad} and # = {boy, girl}. - ! ∪ # = {good, bad, boy, girl} - ! ∘ # = !# = {goodboy, goodgirl, badboy, badgirl} - !∗ = {ε, good, bad, goodgood, goodbad, badgood, badbad, goodgoodgood, goodgoodbad, … } Regular expressions - Built from Σ, members Σ, ∅, ε [Atomic] - By using ∪,∘,∗ [Composite] Examples: - 0 ∪ 1 ∗ = Σ∗ gives all strings over Σ - Σ∗ 1 gives all strings that end with 1 - Σ∗ 11Σ∗ = all strings that contain 11 = : ;- Goal: Show finite automata equivalent to regular expressions 10
  • 11. &$ 1 &" , Closure Properties for Regular Languages Theorem: If !", !$ are regular languages, so is !" ∪ !$ (closure under ∪) Proof: Let &" = ()", Σ, +" , ," , -" ) recognize !" &$ = ()$, Σ, +$ , ,$ , -$ ) recognize !$ Construct & = (), Σ, +, ,0, -) recognizing !" ∪ !$ & should accept input 0 if either &" or &$ accept 0. Components of 2: Check-in 1.1 ) = )"×)$ In the proof, if &" and &$ are finite automata = ,", ,$ ," ∈ )" and ,$ ∈ )$} where &" has 8" states and &$ has 8$ states ,6 = (,", ,$) Then how many states does & have? (a) 8" + 8$ + ,, 1 , 7 = +" ,, 7 , +$ 1, 7 (b) 8" $ + 8$ $ - = -"×-$ NO! [gives intersection] (c) 8"×8$ - = -"×)$ ∪ )"×-$ Check-in 1.1 11
  • 12. Closure Properties continued Theorem: If !", !$ are regular languages, so is !"!$ (closure under ∘) Proof: Let &" = ()", Σ, +" , ," , -" ) recognize !" &$ = ()$, Σ, +$ , ,$ , -$ ) recognize !$ Construct & = (), Σ, +, ,0, -) recognizing !"!$ & should accept input 0 if 0 = 12 where &" accepts 1 and &$ accepts 2. &$ &" & 0 1 2 Doesn’t work: Where to split 0? 12
  • 13. Quick review of today 1. Introduction, outline, mechanics, expectations 2. Finite Automata, formal definition, regular languages 3. Regular Operations and Regular Expressions 4. Proved: Class of regular languages is closed under ∪ 5. Started: Closure under ∘ , to be continued… 13
  • 14. MIT OpenCourseWare https://ocw.mit.edu 18.404J / 18.4041J / 6.840J Theory of Computation Fall 2020 For information about citing these materials or our Terms of Use, visit: https://ocw.mit.edu/terms.