267 views
0 votes
0 votes
Let $L=$ {$a^nb^m:n\geq100,m\leq50$}.
(a) Can you use the pumping lemma to show that L is regular?
(b) Can you use the pumping lemma to show that L is not regular?

Explain your answers.

Please log in or register to answer this question.

Related questions

341
views
1 answers
1 votes
Naveen Kumar 3 asked Apr 12, 2019
341 views
Is the following language regular? $L=$ {$w_1cw_2:w_1,w_2∈$ {$a,b$}$^*,w_1\neq w_2$}.
336
views
0 answers
1 votes
Naveen Kumar 3 asked Apr 12, 2019
336 views
Consider the languages below. For each, make a conjecture whether or not it is regular. Thenprove your conjecture.(a) $L=$ {$a^nb^la^k:n+k+l \gt 5$}(b) $L=$ ... {$a^nb^l:n\geq 100,l\leq 100$}(g) $L=$ {$a^nb^l:|n-l|=2$}
299
views
1 answers
0 votes
Naveen Kumar 3 asked Apr 11, 2019
299 views
Show that the following language is not regular.$L=$ {$a^nb^k:n>k$} $\cup$ {$a^nb^k:n\neq k-1$}.
473
views
1 answers
0 votes
Naveen Kumar 3 asked Apr 11, 2019
473 views
Prove or disprove the following statement: If $L_1$ and $L_2$ are non regular languages, then $L_1 ∪ L_2$ isalso non regular.