Pumping Lemma (For Context Free Languages) - Examples (Part 2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 148

  • @eshanvijay1902
    @eshanvijay1902 18 วันที่ผ่านมา +3

    Thank You Neso Academy! Today was my End Semester exam of TCS, and your playlist helped me a lot in my preparation. I literally start studying 2 days before and lost hope completely but your 114 videos came to the rescue. THANK YOU SO MUCH :))

  • @varunreddy1704
    @varunreddy1704 2 ปีที่แล้ว +17

    for all those asking why we need it to prove all the cases
    for pumping lemma, you have to prove that it does not satisfy each and every case possible
    ie:- you can disprove a specific case by taking an example
    but you cannot prove it is not cnf just by taking one case you have to prove for all cases
    Explanation:-
    while deriving the pushdown automata for cnf we assume it to be the form uvxyz but do not specify any boundaries or restrictions on the values uvxyz will take so to disprove that the language is not in CFL we need to consider all the cases

    • @not.CRICKET7
      @not.CRICKET7 3 หลายเดือนก่อน

      Thanks

    • @keeplearning9670
      @keeplearning9670 6 วันที่ผ่านมา

      But if it is failed for one case that's enough to show that it is not CFL,is it?

  • @1234Christodoulos
    @1234Christodoulos 2 ปีที่แล้ว +37

    how do you know for the splitting(uvxyz) how many numbers must each have ? EG. case 2a u has 3=> 0's vxy has 2=> 0's and 3=> 1's and z has 7 => 1's and 5=> 0's . how do we split them?

  • @arshadshaik4961
    @arshadshaik4961 3 ปีที่แล้ว +3

    lecture with huge efforts

  • @magnusjohnson4643
    @magnusjohnson4643 2 ปีที่แล้ว +7

    Since {0,1}* can have any combination of 0s and 1s, then we could have w=00011 (for example). So ww=0001100011, which is in L. Then let u=000, v=1, x=10001, y=1, z=1, and P=1000 (because I don't see why we need to have 0^P 1^P 0^P 1^P; there was no requirement of this in the Pumping Lemma). So, |vxy|=70, and uv^2xy^2z=000111000111, which is in L, and for i=3, 00011110001111 is also in L because we can have 0^j 1^k 0^j 1^k (because j and k don't need to be the same to be in L, we just need the powers j and k to repeat so that we get ww). This would suggest that L is a CFL, unless there's some piece of information I'm missing. If anyone disagrees, please let me know.

    • @014_ramyaneelakantan7
      @014_ramyaneelakantan7 2 ปีที่แล้ว +2

      I was thinking about this too..

    • @techhackz2897
      @techhackz2897 2 ปีที่แล้ว +5

      To show that a language L fails to be regular, we must show that for any choice of p(p>=0) we can find an s∈L such that every possible partition of s will violate one or more of the three conditions.

    • @farmaankhan7509
      @farmaankhan7509 ปีที่แล้ว +2

      You took p=4 and your |vxy|=7 so |vxy|>P which is not the condition so the given language is not context free

    • @ulricharthur7184
      @ulricharthur7184 4 หลายเดือนก่อน

      the langauge is L = { ww | w belongs {0,1}*} if you look well you see ww in L which means make any combination of {0,1}* but first half w should be the same as second half w which explains ww in language

  • @AbhishekKumar-hh8xc
    @AbhishekKumar-hh8xc 7 ปีที่แล้ว +48

    vxy should have a length less than or equal to p. But in the previous video of pumping lemma , this rule was not followed ?

    • @ProfessionalTycoons
      @ProfessionalTycoons 6 ปีที่แล้ว +14

      I believe in the previous video, he said lets only focus on condition 1

    • @mrcool..3168
      @mrcool..3168 3 ปีที่แล้ว +12

      Because if 1 condition is not satisfying then if 2 0r 3 will satisfy ,it's of no use .so he just focused on 1 one if you want you can check.

    • @ramsantoshkarumuri2763
      @ramsantoshkarumuri2763 วันที่ผ่านมา

      Same Doubt here

  • @mohan5479
    @mohan5479 3 ปีที่แล้ว +5

    Sir, In the above example by solving case-1, what we'll consider values of VXY, if cardinality of any boundary is less than 3

  • @artin.a1985
    @artin.a1985 6 หลายเดือนก่อน +1

    8:22 what if the final string DID belong to L? Then should we just go through a bunch of (i)s to find an (i) where u.v^i.x.y^i.z belongs to L?

  • @jfoche
    @jfoche 4 ปีที่แล้ว +12

    Nicely done video!
    Just be careful to assume a double implication on the application of this lemma. In other words, showing contradiction demonstrates that the language is not context-free. Complying with the pumping lemma DOES NOT DEMONSTRATES THE LANGUAGE IS CONTEXT-FREE.
    (See Chomsky Hierarchy: en.wikipedia.org/wiki/Chomsky_hierarchy )
    Other detail: What happen if x is the empty string? The lemma does not forbid that at all. In this case, the are lose of generality.
    Either way, I truly appreciate the explanation. It was very didactic.
    Just that. Thank you for your work.

    • @gyanig8501
      @gyanig8501 4 ปีที่แล้ว +3

      I somehow feel I prove everything NOT a language :0

    • @rishavmasih9450
      @rishavmasih9450 3 ปีที่แล้ว

      @@gyanig8501 well if you prove its not a language, you're fine.

  • @rk7091
    @rk7091 7 ปีที่แล้ว +1

    thanks a great for all the videos sir,,,,,,,,
    please make all the syllabus videos as soon as possible

  • @amkj96
    @amkj96 6 ปีที่แล้ว +85

    sir where are these cases coming from?

    • @girishtripathy3354
      @girishtripathy3354 5 ปีที่แล้ว +5

      practice

    • @nathanieloakleaves5789
      @nathanieloakleaves5789 4 ปีที่แล้ว +21

      I believe this is just something "discovered." These aren't cases set in stone. If you can come up with your own technique/case as long as it works. You do not have to go by the exact ones he does, I believe.

    • @tarunsai5995
      @tarunsai5995 3 ปีที่แล้ว +2

      @@nathanieloakleaves5789 sir we can use some constant cases or not

    • @SuryaBoddu
      @SuryaBoddu 3 ปีที่แล้ว +1

      @@nathanieloakleaves5789 so, how do you decide which way to take the cases?

    • @tanmoybose111
      @tanmoybose111 ปีที่แล้ว +3

      ​@@SuryaBoddu Its your choice...what cases you will take...you just have to show that it is not cfl

  • @calisthenics-
    @calisthenics- 3 ปีที่แล้ว +2

    For one string our condition got wrong then what is the need to check for more strings
    Since single string which doesn't satisfy conditions is enough to prove that language is not cfl

  • @danialsaeed1083
    @danialsaeed1083 4 ปีที่แล้ว +7

    so i can come up with cases like v and y lies in 1's part somethings like that too

  • @AhsanZafar
    @AhsanZafar 4 ปีที่แล้ว +9

    do we have to prove all cases ? or proving only one case is enought?

    • @luckythakur1571
      @luckythakur1571 7 หลายเดือนก่อน +3

      I think only one case is enough to prove the language is not context free

  • @albeliphadan
    @albeliphadan 2 ปีที่แล้ว +2

    It's really very very helpful sir 👍
    Thank you so much sir 🙏the way you Teach is awesome

    • @cryboi.twitch
      @cryboi.twitch ปีที่แล้ว

      we share the similar usernames lol

  • @harshwardhanattri4171
    @harshwardhanattri4171 2 ปีที่แล้ว +5

    can you plzz explain how are we dividing the strings previous case you divided in different cases and conditions now another how do we know when we have to use which condition

    • @cdm6541
      @cdm6541 8 หลายเดือนก่อน +1

      divide it in any way you only need to make sure that:-
      |vy|>0
      |vxy|

  • @mohamadtabbakh9887
    @mohamadtabbakh9887 6 หลายเดือนก่อน

    I've got a question. When the professor in the video talks about how vxy should be greater than p, does he mean that I have to to multiply the amount of symbols each of v, x, and y span accross? or does he mean that I should just add them?

  • @malikagupta3888
    @malikagupta3888 6 ปีที่แล้ว +22

    You do not mention how you decide the cases? How to know what will be the cases?

  • @arsalanmomin4687
    @arsalanmomin4687 7 ปีที่แล้ว +2

    sir will you please explain this example
    C = {a^ib^jc^k|0 ≤ i ≤ j ≤ k}. use the pumping lemma to show that C is not a CFL
    thanks..

    • @zackcarl7861
      @zackcarl7861 2 ปีที่แล้ว +1

      It's easy
      Use the most minimal condition applicable in the language
      What would that be ?
      It would be i=j=k right then you can say c is a CFL and form a pumping lemma for it ,now that could be p=4 and then let , i=j=k=p=4 and ,by using next usual steps you can prove that its not a cfl

  • @VidishArvind
    @VidishArvind 4 ปีที่แล้ว +10

    why are we considering V,X,Y but not V & Y like previous example, someone pls explain.

    • @RA-gv3ys
      @RA-gv3ys ปีที่แล้ว +5

      For anyone who may come across this comment in the near future & shares the query, here's what I believe:
      We took the cases for vxy first so that we may satisfy condition 3 to begin with. And then whatever is left, assign all before it as "u" & all after it as "z".
      The part that we've taken as "vxy", we can randomly assign any no. of symbols to v, x or y randomly. Only thing to keep in mind is that combined length of |vxy| shall be less than or equal to Pumping Length P.
      So note that if condition 3 is satisfied, then condition 2 holds true as well. So we just need to check for condition 1, i.e., whether the string formed belongs to the language or not. And if 1 fails, then it's a contradiction to our assumption. And we can say L is not CFL.

    • @arunchandra5255
      @arunchandra5255 11 หลายเดือนก่อน +1

      ​@@RA-gv3ysHopefully, people like u exist. thanks man!

  • @saivamseedharraju3963
    @saivamseedharraju3963 4 ปีที่แล้ว +3

    If 1st case itself failed why do we need to check other cases?

  • @akkick7324
    @akkick7324 3 ปีที่แล้ว +3

    Can we consider 'w' as 0^a1^b
    ww will become 0^a 1^b 0^a 1^b
    Correct me if I am wrong

    • @lakshmansingh3162
      @lakshmansingh3162 2 ปีที่แล้ว

      Acc to me Yes as there's no such boundary for the pattern of 0s and 1s the only information that we've is that it must a combination of 0s and 1s, no pattern as 0^n1^n is required but I think this is taken so that we can get an answer with min no of steps

  • @snehasv7967
    @snehasv7967 2 ปีที่แล้ว +1

    Sir please solve a^n b^2n |n>0 is regular or not

  • @sameeranerella1120
    @sameeranerella1120 3 ปีที่แล้ว +1

    Sir, why we need to check all the cases?? I believe we can go through any of the case?? Proving for one time that the generated string doesn't belongs to L is enough rite??

  • @AdityaSharma-ys6dp
    @AdityaSharma-ys6dp 6 หลายเดือนก่อน +1

    how to decide which type of cases we have to make like for every question there are different kind of cases

  • @relaxwithnjoy4647
    @relaxwithnjoy4647 3 ปีที่แล้ว +1

    how will we divide s and how can we understand the cases for a problem.

  • @ytassignit
    @ytassignit 4 หลายเดือนก่อน

    sir, question doesn't say 0 has to come first, so can we take string as 1^p 0^p if we want to?

  • @arpandutta1356
    @arpandutta1356 4 ปีที่แล้ว +2

    Can we solve this example,by only using condition-1????
    If we,then these 4 cases is really needed to do that???

  • @iabukai
    @iabukai 6 ปีที่แล้ว +4

    index: it is also called Bar-Hillel Lemma

  • @dhanushsivajaya1356
    @dhanushsivajaya1356 3 ปีที่แล้ว

    Thankyou sir

  • @marionsebastian7098
    @marionsebastian7098 หลายเดือนก่อน +1

    how do we decide the cases

  • @cherianmathew5023
    @cherianmathew5023 3 ปีที่แล้ว +6

    is it necessary to consider all the diff cases if the first case we pick fails?

    • @sameeranerella1120
      @sameeranerella1120 3 ปีที่แล้ว +2

      My doubt is alos same

    • @sameeranerella1120
      @sameeranerella1120 3 ปีที่แล้ว +1

      Anybody plz answer

    • @lakshmansingh3162
      @lakshmansingh3162 2 ปีที่แล้ว +1

      for all those asking why we need it to prove all the cases
      for pumping lemma, you have to prove that it does not satisfy each and every case possible
      ie:- you can disprove a specific case by taking an example
      but you cannot prove it is not cnf just by taking one case you have to prove for all cases
      Explanation:-
      while deriving the pushdown automata for cnf we assume it to be the form uvxyz but do not specify any boundaries or restrictions on the values uvxyz will take so to disprove that the language is not in CFL we need to consider all the cases

  • @jini-u1s
    @jini-u1s 5 หลายเดือนก่อน +1

    Why in the previous video we didn't take cases of straddle boundary???

  • @sra8456
    @sra8456 3 ปีที่แล้ว +1

    why the cases are different when compare to previous video

  • @andreasvasd8802
    @andreasvasd8802 7 ปีที่แล้ว +8

    Hallo! Congratulations for your helpful lessons! Can you explain to me the pattern you use to select the letters are going to be u, the letters are going to be v etc? Do you choose them by chance? Thanks!

    • @rajeshprajapati4863
      @rajeshprajapati4863 2 ปีที่แล้ว +8

      After watching videos on Pumping Lemma for Regular Languages and CFL, I think in this way - We can make many cases for the five parts (uvxyz) and show that pumping conditions are not satisfied in any of the case at the same time. I think Instructor mentioned this in one of the videos of Pumping Lemma for Regular Languages. Let me know if there is something else.

  • @simransinha5298
    @simransinha5298 10 หลายเดือนก่อน +1

    how to know the cases in previous vid cases were different and in this case is different ??/

  • @arjunmalli50
    @arjunmalli50 8 หลายเดือนก่อน

    I think if we put i=2 then the first condition is satisfies in all the cases... It my opinion

  • @corks8807
    @corks8807 7 ปีที่แล้ว +30

    When you do these proofs, you aren't allowed to assign uvxyz to a certain section. We have no idea how the symbols are arranged in the given string. You also cannot make a concrete example to prove something. You have to keep it in terms of p (in your case), otherwise its just proving one example string.

    • @anuragroy11
      @anuragroy11 7 ปีที่แล้ว +22

      Actually as far as I know, to prove something we have to prove it in general terms but if we have to disprove something even one case or example is enough because then it is proved that it is not valid for all cases. And we are doing the same here.

    • @MinoKubala
      @MinoKubala 7 ปีที่แล้ว +4

      But in this case he is not trying to disprove the original statement, he is actually trying to PROVE the opposite - prove by contradition

    • @satishkandel1568
      @satishkandel1568 6 ปีที่แล้ว +2

      You are absolutely correct but I'm afraid where these conditions came from ...............i couldn't find these condition in my textbook neither in google.

    • @TestTest-wr1mx
      @TestTest-wr1mx 6 ปีที่แล้ว +2

      Page 129, Example 2.38, in Introduction to the theory of computation by M. Sipser 3rd Ed. (check out gen,lib,rus,ec if you need a copy)

  • @nithinsabu4808
    @nithinsabu4808 ปีที่แล้ว +1

    How do you decide these cases?

  • @naruto_uzumaki07
    @naruto_uzumaki07 8 หลายเดือนก่อน +1

    it is necessary to show all cases while solving in examination?????

  • @abdulhamoothm4752
    @abdulhamoothm4752 10 หลายเดือนก่อน

    0^p1^p0^p1^p denotes all symble exist in the string shoud have same length.....but i L=WW means there must be following two string will be have same...inorder to acheive S=0^n1^m0^n1^m...............am i right?

    • @cdm6541
      @cdm6541 8 หลายเดือนก่อน

      yup

  • @GamersComputer
    @GamersComputer 7 ปีที่แล้ว +3

    This is great! Just one question, what do you do if you have an exercise in which the powers are all different. Example (from an exercise) L1 = {0^m 1^k 2^n | n = km} . how do I apply the pumping length to this? My first guess was to just simply add p to each power i.e (0^PM 1^PK 2 ^PN) , when I select P as , say, 3. I would ALSO have to select n, k, m so that the string satisfies the property of the language (n = km). This leads to my follow-up question: When I have my string, s, and then want to divide it, should I divide it so that (2) and (3) are satisfied before moving on to testing 1? What happens if (2) is not satisfied?

    • @dhineshkumar1864
      @dhineshkumar1864 2 ปีที่แล้ว +2

      fail only

    • @zackcarl7861
      @zackcarl7861 2 ปีที่แล้ว +1

      What are you writing, your question is not clear , either write properly or put a question link
      Any way if you are asking about how to approach the language with condition n=km
      Then just take m=2,k=3,n=6 and then take p=10 since |L1| will be 11 i.e. greater than P so now you can proceed as usual

  • @keeplearning9670
    @keeplearning9670 6 วันที่ผ่านมา

    Sir is it sufficient to prove it for just one case ??? Because if you prove that one case is failed then it is not CFL,it's already proved

  • @sachinsharma1040
    @sachinsharma1040 5 ปีที่แล้ว +3

    are we suppose to check for each case possible?.....can't we just conclude for any one case that it is not context free .....?

    • @0981abhishek
      @0981abhishek 5 ปีที่แล้ว +4

      bhai kal no. chahiye to saare case likhdio

  • @terencelyu293
    @terencelyu293 5 ปีที่แล้ว +4

    This proof only checked for p = 5. But the lemma assume that some for some p, we can satisfy the three condition. Don't we have to prove the above for all value of p? In addition, how do you prove that the above cases cover all possible ways to divide S into uvxyz ?

    • @anuragparcha4483
      @anuragparcha4483 5 ปีที่แล้ว

      it wont satisfy all the conditions for any P, if its not context free

    • @sameeranerella1120
      @sameeranerella1120 3 ปีที่แล้ว

      @@anuragparcha4483 then why you are taking only 3 cases??

    • @sameeranerella1120
      @sameeranerella1120 3 ปีที่แล้ว

      What is the need for taking cases??

    • @anuragparcha4483
      @anuragparcha4483 3 ปีที่แล้ว

      @@sameeranerella1120 honestly bro idk. I did this more than a year back and never used it after.

  • @aayush5474
    @aayush5474 5 ปีที่แล้ว +13

    why are we even checkingthe other cases when even first case failed?

    • @hajay5054
      @hajay5054 5 ปีที่แล้ว +1

      u could be 0^p

  • @s.n.n.c.
    @s.n.n.c. 5 ปีที่แล้ว

    In this example if we assume that one case is true then can we make an assumption that it can be context free language or all conditions should be satisfied

  • @worldfromhome4033
    @worldfromhome4033 2 ปีที่แล้ว

    Why are we taking different cases? If it doesn't satisfy one case can't we simply conclude that it is not cfl

  • @minifighter4585
    @minifighter4585 7 หลายเดือนก่อน

    do we need to check for every case or we can say its not CFL if it fails even a single case?

  • @abhishekdwivedi6617
    @abhishekdwivedi6617 3 ปีที่แล้ว

    why are we saying that first part should be equal to second part????0^5 1^5 0^7 1^7 will also be accepted by (0,1)*

    • @lakshmansingh3162
      @lakshmansingh3162 2 ปีที่แล้ว +1

      W belongs to any combination of 0s and 1s and as we're given the L = WW, which means whatever the combination of 0s and 1s we're taking for first W, the second W must also be the same. that's what WW means that whatever string is the first one the second string should be the same as well.

    • @abhishekdwivedi6617
      @abhishekdwivedi6617 2 ปีที่แล้ว

      @@lakshmansingh3162 ohhh...thanks🤝

  • @A_Myth963
    @A_Myth963 6 หลายเดือนก่อน

    do i have to take all cases or can i simply prove with only one case

  • @070_priyadeepbhalla4
    @070_priyadeepbhalla4 3 ปีที่แล้ว +1

    If we prove it as contradiction for 1 case so do we need to prove it for all the cases also ??

    • @techhackz2897
      @techhackz2897 2 ปีที่แล้ว

      you need to prove for all the cases
      and also for all the values of P(pumping length)
      so, you should not assume p to have any value instead use more generalized method to solve the problem

  • @Ravi-kr1tx
    @Ravi-kr1tx 5 ปีที่แล้ว +3

    if A LL THE CONDITIONS ARE SATISFIED BY THIS LANGUAGE,SIR CAN WE ALLOWED TO CONCLUDE THAT AS CONTEXT FREE?

    • @Rahulsingh-bu6jh
      @Rahulsingh-bu6jh 4 ปีที่แล้ว +7

      no it can't be used to prove that a language is context free

  • @manishabidve2008
    @manishabidve2008 6 ปีที่แล้ว +1

    Is this needed to check all cases to check the given language is CFL

  • @WhCrsOrochi
    @WhCrsOrochi 7 ปีที่แล้ว +8

    Can you try Pumping Lemma on a real CFL? Let say on a palindrome? I want that because when I try it o a real CFL, still I find that it is not CFL.

    • @0981abhishek
      @0981abhishek 5 ปีที่แล้ว +8

      pumping lemma can only prove a language to be not cfl, it cannot prove a language is cfl

  • @satishkandel1568
    @satishkandel1568 6 ปีที่แล้ว +1

    Is it okay to prove by only one case or we have to prove by both the cases..................and in the prevoius video condition vxy

  • @neelacharankumar3206
    @neelacharankumar3206 6 ปีที่แล้ว +1

    please explain membership algorithm

  • @choijhkorea
    @choijhkorea 5 ปีที่แล้ว

    Do we need to prove all cases? How do we create cases properly?

  • @priyanshu5314
    @priyanshu5314 2 ปีที่แล้ว

    on what basis he is taking case 1 and case 2 bcz in previous lecture he has takes diff case but in this he has taken diff

  • @srb5704
    @srb5704 ปีที่แล้ว

    How to find out boundery of vxy ?

  • @AdmMusicc
    @AdmMusicc 4 ปีที่แล้ว +1

    I just proved a^n b^n is not context free using Pumping Lemma even though it is a context free language wtf

    • @naruto-zt8mp
      @naruto-zt8mp 4 ปีที่แล้ว +1

      happens dont use it for cflonly use it to disprove

  • @Aman-es3vg
    @Aman-es3vg 6 ปีที่แล้ว

    Is in this topic of any Ex Either we have to think about cases or given

  • @rahulverma949
    @rahulverma949 8 หลายเดือนก่อน

    Hello plz help me, i want to know that, even if a single case fails the pumping test then we can say a language is not context-free or we need to check all the cases to test?

    • @TunerXMusic4u
      @TunerXMusic4u 8 หลายเดือนก่อน

      Ha ek case se hi proof hozaeaga no need for multiple cases

  • @yerramachusreenu1197
    @yerramachusreenu1197 2 ปีที่แล้ว

    How can we make cases ???

  • @ujjwalsingh8610
    @ujjwalsingh8610 2 ปีที่แล้ว

    sir is it neccasary to consider all the cases if we vxy can straddle all boundaries
    ?

  • @diamondgamer5190
    @diamondgamer5190 2 ปีที่แล้ว

    Do the solution for string S (a,b)*

  • @atharvakulkarni9033
    @atharvakulkarni9033 2 ปีที่แล้ว

    if we have proved in first case only that language is not context free then why do we take those other cases

  • @Jenny-sz5vm
    @Jenny-sz5vm 5 ปีที่แล้ว

    I love you yrr you saved my life. 😍😍😍

  • @mohammadrafiee9072
    @mohammadrafiee9072 4 ปีที่แล้ว

    Why do you put your string powers p is it mandatory cause you juwt said s>=p

  • @MultiIno123
    @MultiIno123 5 ปีที่แล้ว

    Are you sure 0^n1^n0^n1^n is not CFL ? It can be constructed via PDA

  • @adennis200
    @adennis200 5 ปีที่แล้ว

    why did we devide u vxy and z in that manner?
    Could also devide it so that u, vxy and z are equally long?
    I always struggle with deviding it cause idk how

    • @adennis200
      @adennis200 5 ปีที่แล้ว +4

      ok I guess i asked the wrong thing.
      obviously the boundary comes from the numbers of symbols in a word.
      And I guess if we check for case 1 we need to take any boundary and make vxy max. as long as the boundary itself.
      But could I also say Ill make my vxy 11111 instead of 111 as in the example ? The result would be the same obviously but is that still possible?
      oh damn and again I found the answer myself xD we can choose the length as long as its

  • @sra8456
    @sra8456 3 ปีที่แล้ว

    pls any one can explain how to divide the uvxyz

  • @akkisingh6264
    @akkisingh6264 6 ปีที่แล้ว

    if any one case satisfies all 3 conditions then it will be context free or not?

    • @ChristianBurnsShafer
      @ChristianBurnsShafer 6 ปีที่แล้ว +5

      Sorry. If any one case satisfies all 3 conditions then we cannot say whether it is context free or not. Only if no case satisfies all 3 conditions can we say that it's *not* context free. The video is actually wrong about this. :S

  • @Saurabhkumar-ps5zp
    @Saurabhkumar-ps5zp 7 ปีที่แล้ว

    Nice

  • @dom47
    @dom47 ปีที่แล้ว

    There is no need of doing it for 5 case right??...2 or 3 cases would be sufficient i guess

  • @mohshinkhan4415
    @mohshinkhan4415 2 ปีที่แล้ว

    8:22

  • @hajay5054
    @hajay5054 5 ปีที่แล้ว

    you only need 1 case because uvxyz are all 0 .

  • @marcellopoliti4801
    @marcellopoliti4801 6 ปีที่แล้ว

    Prove at least one of the cases it's enough or I have to discuss each one ?

  • @funnycricket548
    @funnycricket548 ปีที่แล้ว

    JACK

  • @galbalandroid
    @galbalandroid ปีที่แล้ว +1

    WRONG, you cannot specify any P. 100% no points in an exam \ exercise for doing it like that.

  • @mrboyban
    @mrboyban ปีที่แล้ว

    Absolutely hate this subject...

  • @Skandar0007
    @Skandar0007 5 ปีที่แล้ว

    This way of proofing is useless

    • @yusen-t_t9872
      @yusen-t_t9872 5 ปีที่แล้ว

      Well, I got full credit on my homework using this approach. That means something.

    • @Skandar0007
      @Skandar0007 5 ปีที่แล้ว

      T_T, prof this which i got in my exam
      0^(2p+1)^2
      Then you’ll see why it’s useless

  • @anujdedaniya
    @anujdedaniya 6 ปีที่แล้ว

    plz this video upload in hindi language in channel

  • @ajaydayma8154
    @ajaydayma8154 5 ปีที่แล้ว +7

    are we suppose to check for each case possible?.....can't we just conclude for any one case that it is not context free .....?

    • @alextronic4503
      @alextronic4503 5 ปีที่แล้ว +3

      not sure but apparently if one check fails, you cant conclude anything, you cannot be sure if its context free or not, so have to do all cases