in Theory of Computation edited by
11,103 views
44 votes
44 votes

Which of the following is/are undecidable?

  1. $G$ is a CFG. Is $L(G) = \phi$?
  2. $G$ is a CFG. Is $L(G) = \Sigma^*$?
  3. $M$ is a Turing machine. Is $L(M)$ regular?
  4. $A$ is a DFA and $N$ is an NFA. Is $L(A) = L(N)$?
  1. $3$ only      
  2. $3$ and $4$ only      
  3. $1, 2$ and $3$ only      
  4. $2$ and $3$ only
in Theory of Computation edited by
by
11.1k views

4 Comments

1
1
@Arjun sir,

I couldn’t understand option C, is there any resource available ?
0
0

Find Video Solution Below:

Detailed Video Solution

1
1

2 Answers

35 votes
35 votes
Best answer

Correct Option: D

  1. First is Emptiness for CFG.
  2. Second is everything for CFG.
  3. Third is Regularity for REC
  4. Fourth is equivalence for regular.
edited by

14 Comments

why second is undecidable pls explain?
2
2
@madhab we know that emptiness problem is decidable on cfl and we also know that CFL is not closed under complement operation so we cant say about its complement that is Σ*
parallely u can see that regular and dcfl are closed under complement and on regular and dcfl emptiness problem is decidable and also these are closed under complement so completeness problem is also decidable on regular an dcfl but not on cfl
23
23

@Arjun SIR,

What is this everything for CFG. ? Can u pls explain what is option B means ?

1
1

@gokou 

everything means E according to him ; i think so.

L(G)=E? this is decidable upto DCFL. not for rest wrt to chomsky hierarchy.

1
1
If i check that start symbol is "useful" for CFG, will this check emptiness of CFG ?
5
5
edited by
Please, some one explain to me why option B is undecidable because CFG is closed under emptiness? and Σ∗ is countable so simply it will be Decidable.
–1
–1

Third is Regularity for REC. Why is it REC and not RE asTM deals with RE and always halting TM deals with REC @Gate Keeda

0
0

Brij Mohan Gupta

in second option it is universality problem ,it is undecidable for cfl but decidable for dcfl.

1
1

 iarnav 

Regularity problem is undecidable for both REC & RE

1
1
thank you.
0
0
Can anyone explain why option 2 is undecidable and what does option 2 means?
0
0
Arent 1st , 2nd and 4th Decidable

3rd is undecidable why is answer d?
0
0
I think second option is equivalence problem.

So, Equivalence for CFG is undecidable.
0
0

No @Jamyang Louts second problem is completeness problem , which is undecidable
 

2
2
10 votes
10 votes
There is an algorithm to check whether the given CFG is empty, finite or infinite and also to
convert NFA to DFA hence 1 and 4 are decidable
Answer:

Related questions