A lemma mostly used to prove that a language is not regular/context-free.
0
votes
1answer
40 views
Is it context-free language?
i have a problem with an exercise:
L = {an bm cp | 1 <= n <= m <= p}
Is it possible write a grammar for that exercise ?
I do not understand how to solve it :( please help me
2
votes
0answers
31 views
Contextfree language or not? I can write a grammar but not use pumping lemma
I have the language:
L = {0^i 1^i | i >= 0}
The grammar that describes it proves it is a context free language:
S -> 0S1
| e
If a language is context free, Pumping Lemma should hold. ...
0
votes
0answers
100 views
Tips to proof a language is not regular using Pumping Lemma
I am trying to prove that the following language is not regular using the pumping lemma
L = {ai bj | i = 2j for some j ≥ 0}
I have decided to choose s = a2p bp, in this way |s| ≥ p and I ...
0
votes
0answers
14 views
Pumping Lemma for anb2n+1
I know how to solve pumping lemma for anbn :n>=0
But I don't understand how can I solve this example : anb2n+1 :n>=0
I tried to solve it but I am not sure that I have solved it correctly or not?Could ...
1
vote
0answers
71 views
Pumping Lemma For A CFL
I'm trying to prove that following language is not context free:
{a^n b^m a^n b^m : n,m >= 0}
I know that I need to use the pumping lemma. So I have to use w = uvxyz where |vy| > 0 and |xyz| > p ...
3
votes
2answers
174 views
Can someone help me with this proof using the pumping lemma?
I just started reading about the pumping lemma and know how to perform a few proofs, mostly by contradiction. It is only this particular question which I don't seem to find an answer for. I have no ...
0
votes
1answer
98 views
Is this language regular? {a^i b^j| i=j mod 19}
I know that {a^i b^j | i = j } is not regular and I can prove with pumping lemma; similarly I can use pumping lemma to prove this one not regular too. But I think I see some similar problem that says ...
-1
votes
1answer
43 views
Pumping Lemma's Condition 3 concept
I'm following one of the examples from my textbook on the Pumping Lemma:
Let C = {w | w has an equal number of 0s and 1s}
Condition 3 stipulates: |xy| <= p
If |xy| <= p, then y must consist ...
1
vote
1answer
249 views
Am using the pumping lemma correctly?
I'm trying to prove that the following language is not regular via the Pumping Lemma. But I'm not truly sure if I have done it correctly.
{L = a2n | n>= 0 }
What I've done so far is the following:
...
3
votes
1answer
465 views
Pumping lemma for regular language
I have a little confusion in checking whether the given language is regular or not using pumping lemma.Suppose we have to check whether " The language accepting even number of 0's is regular or ...
-1
votes
2answers
173 views
How can I tell a regular language?
As we know, using pumping lemma, we can easily prove the language L = {WW|W ∈ {a,b}*} is not a regular language.
However, The language, L1 = {W1W2| |W1| = |W2|} is a regular language. Because we can ...
1
vote
3answers
210 views
Why L={wxw^R| w, x belongs to {a,b}^+ } is a regular language
Using pumping lemma, we can easily prove that the language L1 = {WcW^R|W ∈ {a,b}*} is not a regular language. (the alphabet is {a,b,c}; W^R represents the reverse string W)
However, If we replace ...
-1
votes
1answer
123 views
Pumping lemma for CFL [closed]
I need some help with the following question:
One of the languages
is context-free and the other is not. Build a context-free grammar for the one that is. For the other one provide a proof that it ...
0
votes
0answers
100 views
Pumping lemma - Choosing the right string to pump
I have a problem finding the right string to pump for the following language:
Which string should I choose to pump ? The problem is that I don't know how to handle the fact that I have p+q and q+r ...
1
vote
1answer
132 views
Pumping lemma for Context-Free Languages
I have a question about a specific pumping lemma problem for Context-Free Languages.
Suppose we have the following Language:
L = {(a^i)(b^j)(c^k)(d^l) | 0 < i < k AND j > l > 0 }
Here ...
1
vote
0answers
66 views
proving that a language is not regular
I have a question about proving the following. I am not sure if my proof is true. I would appreciate if someone could help.
Consider the language L = {a^n b^p c^m d^r | n>m ; p>r ; p,r >= 0 }. Is L a ...
0
votes
0answers
67 views
Context Free Language - Pumping lemma [closed]
I have a question regarding the pumping lemma for CFL. Say that i want to prove that L is not a CFL.
L = { {a,b,c}* | #a(L) < #b(L) > #c(L) }
My question is regarding how to choose a string ...
1
vote
1answer
158 views
Pumping lemma (Regular language)
I need some help with a pumping lemma problem.
L = { {a,b,c}* | #a(L) < #b(L) < #c(L) }
This is what I got so far:
y = uvw is the string from the pumping lemma.
I let y = abbc^n, n is the ...
2
votes
1answer
119 views
Pumping Lemma, Condition 1 [closed]
Let B be the language {0n1n | n >= 0} i.e. 0 and 1 has to have the same length
Let s in B be the string 0p1p
Assume B is regular so s must be divisible to s = xyz where xyiz i>=0 is ...
3
votes
2answers
436 views
Using Ogden’s Lemma versus regular Pumping Lemma for Context-Free Grammars
so I'm learning the difference between the lemmata in the question. Every reference I can find uses the example:
{(a^i)(b^j)(c^k)(d^l) : i = 0 or j = k = l}
to show the difference between the two. ...
3
votes
3answers
569 views
To make sure: Pumping lemma for infinite regular languages only?
So this is not about the pumping lemma and how it works, it's about a pre-condition.
Everywhere in the net you can read, that regular languages must pass the pumping lemma, but noweher anybody talks ...
0
votes
1answer
381 views
Use pumping lemma to prove grammar is not context free?
I'm trying to prove that L={y#x|(y is a substring of x) ∧x,y∈{a,b}^* } is not context free using the pumping lemma, but I can't seem to do that. If
|vy|≠ε ,|vxy|≤k , uv^n xy^n z∈L ,∀n≥0
Then ...
0
votes
1answer
256 views
Context Free pumping lemma
Is the following language context free?
L = {a^i b^k c^r d^s | i+s = k+r, i,k,r,s >= 0}
I've tried to come up with a context free grammar to generate this but I can not, so I'm assuming its not ...
2
votes
1answer
272 views
Pumping lemma in PDA and CFL
I have an pumping lemma question I totally stuck on...
L = {w ∈ {a, b, c}∗ : na (w) < nb (w) < nc (w)}
is it CFL or not?
I quest it is not CFL because it is not enough to have one stack to ...
1
vote
0answers
143 views
Proving that the language is regular or not
We use pumping lemma for regular languages to find a language is regular or not. There is a question in the homework that I don't know how to apply pumping lemma onto the language.
L = {a$b: a,b ∈ ...
1
vote
0answers
210 views
What we can say about a language L satisfying the pumping lemma for regular languages and also the pumping lemma for context free languages?
A language L satisfies the pumping lemma for regular languages and also the pumping lemma for context free languages.Which of the following statements about L is true ?
A. L is necessarily a regular ...
0
votes
1answer
433 views
prooving that a language of form 0^n where n is prime is neither regular nor context free
I am thinking on this for quite long,but still hasn't been able to go far on it.
The first step is easy considering any language of form o^M where M is a prime greater than what our opponent has ...
0
votes
1answer
1k views
How do you prove this pumping lemma example? [closed]
I got this question wrong on my test and was wondering if someone could explain it, showing the steps taken to come to the conclusion. Any help would be appreciated.
In the PL proof for L_neq = ...
2
votes
1answer
255 views
Pumping lemma for context-sensitive language?
i have googled on pumping lemma for context sensitive, and it seems to only produce results for context-free language.
Pumping lemma only allows to prove a language is context free only? and not ...
2
votes
3answers
682 views
Prove language irregular with pumping Lemma
I am trying to prove that the following language is not regular using the pumping lemma
L= { a^i b^j | i^2 > j}
Any tips on this? I am completely stuck.
Thanks.
0
votes
1answer
101 views
Is it possible to prove that L is a regular language?
Let L = {a^f(m) | m >= 1 } where f: Z^+ -> Z^+ is monotone increasing and complies that for all element n in Z^+ there is an m belonging to Z^+ such that f(m+1) - f(m) >= n.
Is it possible ...
0
votes
1answer
236 views
Regular language?
I have a compiler question.
Determine whether {(ab)^n | n >= 0} is a regular language?
But I can draw its NFA.
But if I use pumping lemma, I will get a controdition answer.
Can anyone help me ?
0
votes
2answers
101 views
finding errors in pumping lemma conditions
In my exam, i was supposed to write all pumping lemma conditions. that exactly what i did :
a friend told me that there is some errors but i can't find them...
Can some one help please ? what are ...
1
vote
2answers
423 views
Design a language L such that neither L nor its complement has an infinite regular subset?
I'm having a class on automata theory, and right now we are learning the pumping lemma. There is an exercise question asking us to "Design a language L such that neither L nor its complement has an ...
1
vote
4answers
344 views
A detail on the Pumping Lemma for regular languages
I have one small question about the pumping lemma for regular languages - is it good enough to show that if a specific string belonging to a language L can't be pumped, then the language is irregular? ...
4
votes
3answers
2k views
Pumping Lemma with Context Free Languages
I have the language {a^i b^j c^k | i,j,k>=0 & i>j & j>k}
I began by assuming some m is picked for me, such that a string
z = a^m b^(m-1) c^(m-2)
Then the string is split up ...
0
votes
2answers
712 views
Pumping Lemma in context-free languages
A = {0^a 1^b 2^c | a < b < c}
I need to show that A is not context-free. I'm guessing I have to use the Pumping Lemma for this, but how?
1
vote
1answer
400 views
Quick/Simple Regex/Regular Language Clarification
I feel like a moron posting such simple questions on here, but the knowledge base of this site is just amazing. Thanks for your understanding.
Concerning a question about finding the minimum pumping ...
0
votes
0answers
789 views
Prove that language is not context free [duplicate]
Possible Duplicate:
Closure properties of context free languages
I am trying to prove that the language L={a^n * b^2n A^n : n>=0} is not context free but i tried the pumping theory but i ...
1
vote
2answers
1k views
Closure properties of context free languages
I have the following problem:
Languages L1 = {a^n * b^n : n>=0} and L2 = {b^n * a^n : n>=0} are
context free languages so they are closed under the L1L2 so L={a^n *
b^2n A^n : n>=0} must be ...
5
votes
3answers
309 views
generalizing the pumping lemma for UNIX-style regular expressions
Most UNIX regular expressions have, besides the usual **,+,?* operators a backslash operator where \1,\2,... match whatever's in the last parentheses, so for example *L=(a*)b\1* matches the (non ...
2
votes
2answers
935 views
Pumping lemma for CFLs
This isn't a programming question, but I don't know of any good places on the Internets to ask computer science questions. Sorry if this is too off-topic.
I'm reviewing some old CS material and I'm ...
44
votes
10answers
11k views
In Laymen's terms, what is the pumping lemma
So I saw this question and was curious as to what the Pumping Lemma was (Wikipedia wasn't much help). I understand that its basically a theoretical proof that must be true in order for a language to ...
