616 views

1 Answer

0 votes
0 votes
If the derivation has atleast ${2^b}$ derivations , then since the grammar is in Chomsky Normal Form, then the length of the string is atleast ${2^b}$ $\Rightarrow$ the height of the tree is atleast b+1. Now from the Proof of Pumping Lemma(Not in Sipser, but in Hopcroft-Ullman) you can find that we can pump any number of strings , i.e the language is infinite.

Related questions

1 votes
1 votes
1 answer
1
admin asked May 4, 2019
503 views
Show that if $G$ is a $CFG$ in Chomsky normal form$,$ then for any string $w\in L(G)$ of length $n\geq 1,$ exactly $2n − 1$ steps are required for any derivation of $w....
0 votes
0 votes
2 answers
3
0 votes
0 votes
0 answers
4
admin asked May 4, 2019
384 views
For any language $A,$ let $SUFFIX(A) = \{v\mid uv \in A$ $\text{for some string u\}}.$ Show that the class of context-free languages is closed under the $\text{SUFFIX ope...