L = {a^n b c^n| i is greater than 1 and less than 100 , n is greater than 1}
I think i misunderstood the pumping lemma for cfl. why cant i pick a word z = a^n c b^n then break it apart to u= a^s v = a^n-s w=epsilon x=b ,y= b^n then pump it with i=0 then get a contradiction since 0 b's doesnt satisfies the language ? I'm probably missing something here.