subject

Using Pumping Lemma (slides 30-35 of the notes ‘Regular Languages & Finite Automata-IV’) one can show the language L= {a^n b^n | n ϵ N } is not regular (We need this property in the notes ‘Context-free Languages and Pushdown Automata I). This is done by way of contradiction. We assume L is regular. Since L is infinite, Pumping Lemma applies. We then consider the string s=a^m b^m where m is the number of states in the DFA that recognizes L. Since the length of s is bigger than m, by Pumping Lemma, there exists strings x, y and z such that s=xyz, y≠Λ, |xy|≤2m and xy^k z∈L for all k∈N. If |xy|<2m then the first repeated state on the acceptance path cannot be a final state. Is this statement true, why or why not?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
What ordering of tcp flags makes up the three-way handshake?
Answers: 2
question
Computers and Technology, 22.06.2019 22:30
One of your customers wants you to build a personal server that he can use in his home. one of his concerns is making sure he has at least one backup of their data stored on the server in the event that a disk fails. you have decided to back up his data using raid. since this server is for personal use only, the customer wants to keep costs down. therefore, he would like to keep the number of drives to a minimum. which of the following raid systems would best meet the customer's specifications? a. raid 0 b. raid 1 c. raid 5 d. raid 10
Answers: 3
question
Computers and Technology, 23.06.2019 02:00
Which of the following is not a source of sustainable raw materials? a) coal mine b) flick of sheep c) cotton plantation d) line forest.
Answers: 2
question
Computers and Technology, 23.06.2019 17:30
Per the municipal solid waste report, what are the most common sources of waste (trash
Answers: 3
You know the right answer?
Using Pumping Lemma (slides 30-35 of the notes ‘Regular Languages & Finite Automata-IV’) one can...
Questions