edited by
3,082 views
27 votes
27 votes

Let $L$ and $L'$ be languages over the alphabet $\Sigma $. The left quotient of $L$ by $L'$ is

$L/L'\overset{{def}}{=} \left\{w \in \Sigma^* : wx ∈ L\text{ for some }x \in L'\right\}$

Which of the following is true?

  1. If $L/L'$ is regular then $L'$ is regular.
  2. If $L$ is regular then $L/L'$ is regular.
  3. If $L/L'$ is regular then $L$ is regular.
  4. $L/L'$ is a subset of $L$.
  5. If $L/L'$ and $L'$ are regular, then $L$ is regular.
edited by

2 Answers

Best answer
18 votes
18 votes
  1. False because - $L = a^*b^*$, $L' = a^nb^n$ Here $L/L' = a^*. L/L'$ is regular, but $L' $ is not.
  2. True. If L is regular, $L/L'$ is prefix of language. Regular languages are closed under Qoutient/Prefix. So this is correct.
  3. False $L' =$ Empty set. Then $L/L'$ is Empty set whatever $L$ is. Here $L$ can be say $a^nb^n$. See defination of $L/L'$ to see why $L/L'$ should be empty set.
  4. False because $L/L'$ can accept prefixes of string of Language $L$, which may or may not be accepted by $L$ itself. So $L/L'$ is not subset. ( It is not Superset either , because $L' $ can be empty set )
  5. False. Same explanation as C.


Answer is B.

edited by
27 votes
27 votes

Let L = $a^nb^nc^n$ Non regular
       L'= $b^nc^n$ non regular
then L/L' = $a^n$ regular 

option a) False since 
L/L' = $a^n$ regular and L' is not

option b) True if L is regular then whatever we remove from it it will remain regular 
                        regualr language are closed under quoitent 
                        e.g. L=$a^*b^*$ L'=b* L/L' = $a^*$ regular
                        
option c) 
since L/L' = $a^n$ regular and L is not

option d)L/L' is subset of L false L dont have any production like a or aa or ....

option e) False Let L' = $b^n$ regular L=$a^nb^n$ non regular but L/L' = $a^n$ regular 

 

Answer:

Related questions

4.4k
views
3 answers
19 votes
makhdoom ghaya asked Nov 6, 2015
4,371 views
Which one of the following languages over the alphabet ${0, 1}$ is regular?The language of balanced parentheses where $0, 1$ are thought of as $(,)$ respectively.The lang...
2.5k
views
4 answers
17 votes
makhdoom ghaya asked Nov 7, 2015
2,508 views
Which of the following statements is FALSE?The intersection of a context free language with a regular language is context free.The intersection of two regular languages i...
3.4k
views
7 answers
19 votes
makhdoom ghaya asked Nov 4, 2015
3,424 views
You are lost in the National park of Kabrastan. The park population consists of tourists and Kabrastanis. Tourists comprise two-thirds of the population the park and give...
3.3k
views
4 answers
34 votes
makhdoom ghaya asked Nov 8, 2015
3,256 views
Suppose $n$ processors are connected in a linear array as shown below. Each processor has a number. The processors need to exchange numbers so that the numbers eventually...