Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Recall from class that the set of regular languages is closed under the following operations: union, concatenation and star. Again, this means that if A
Recall from class that the set of regular languages is closed under the following operations: union, concatenation and star. Again, this means that if A and B are any regular languages as then A union B, AB, A^* and B^* are all regular as well. From an exercise on Assignment 2, you should also know that the set of regular languages is closed under intersection. If A and B are regular, then A intersection B is regular. It is also true that the set of regular languages is closed under complementation. If a language A over some alphabet sigma is regular, then A (the set of strings in sigma^* that are not in A) is also regular. Consider the language L = {0^m1^n| m, n element, Z^nonneg, m notequal n}. In this exercise, you will prove that L is non-regular, without using the Pumping Lemma. Instead, you will take advantage of the closure properties mentioned above. You can use the fact that you already know of a few specific non-regular languages from class. (Use a proof by contradiction similar to the ones that were used in class on May 18 for NONPAL and one other language.)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started