retagged by
462 views

1 Answer

1 votes
1 votes
Take a string $w$ which belongs to that language $L$.

Let, $w$ be $01^k==01^k$.

Dividing $w$ into $xyz$ where $|xy|$ is our pumping length and $|y|>=1.$

Let, $x=0, y=1^i, z=(1^{k-1}==1^k0)$,

Then, $w=(x.y.z)=(0.1.1^{k-1}==1^k0)$

According to the pumping lemma if $y$ is pumped $i$ times, then for all $i$ it must also belong to $L$.

So, $xy^iz=(0.(1)^i.(1)^{k-1}==1^k0)$.

You can see for except for $i=1$, $xy^iz$ will not belong to $L$. So, $L$ must not be Regular.
edited by

Related questions

176
views
0 answers
0 votes
Mrityudoot asked Nov 8, 2023
176 views
If there is a w' such that w' ∉ L in the final step of pumping lemma, then L is not regular (Lemma fails)Can we conversely say for certain if L is not regular ... there be a case where we have all w' ∈ L and still language is not regular?
435
views
0 answers
0 votes
aambazinga asked Sep 9, 2018
435 views
What exactly does it means when we say that a particular string can be pumped or not in pumping lemma?,,.. and consequently what is the pumping length for a regular language in pumping lemma?
424
views
1 answers
2 votes
Abhisek Mukherjee asked Nov 14, 2017
424 views
0^3m over the alphabets {0,1} , m E I+ is a regular language right? We can draw the DFA for it.Which means it cannot be tested using pumping lemma for regularity ... , we have 0^(3p+1) , not acceptable by the machine.Where have I messed up?
4.4k
views
3 answers
5 votes
Aghori asked Aug 23, 2017
4,421 views
Prove $a^{2n}: n>0$ ... , $w_{0} \notin L$ for odd $k$. Hence the given language is not regular.