retagged by
869 views
3 3 votes

Say that a $CFG$ is minimal if none of its rules can be removed without changing the language generated. Let $MIN_{CFG} = \{\langle G \rangle \mid \text{G is a minimal CFG}\}$.

  1. Show that $MIN_{CFG}$ is $T-$recognizable.
  2. Show that $MIN_{CFG}$ is undecidable.

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
0 0 answers
521
521 views
admin asked Oct 20, 2019
521 views
Say that a variable $A$ in $CFG \:G$ is necessary if it appears in every derivation of some string $w \in G$. Let $NECESSARY_{CFG} = \{\langle G, A\rangle \mid \text{A is...
0 0 votes
0 0 answers
353
353 views
0 0 votes
0 0 answers
390
390 views
admin asked Oct 19, 2019
390 views
Show that if $A$ is Turing-recognizable and $A\leq_{m} \overline{A},$ then $A$ is decidable.
0 0 votes
0 0 answers
638
638 views
admin asked Oct 20, 2019
638 views
Prove that the following two languages are undecidable.$OVERLAP_{CFG} = \{\langle G, H\rangle \mid \text{G and H are CFGs where}\: L(G) \cap L(H) \neq \emptyset\}$.$PREF...