0

For the language {a^2^n | n >= 0}

I understand that first some k is chosen, and then z = uvwxy such that vx != epsilon and #(vwx) <= k, but I can't think of any i which proves that this language is not context free.

1 Answers1

0

Here's a hint: if you consider any power of two greater than k (say, 2k), then 2k + k is not a power of two, since

2k + k < 2k + 2k = 2k+1

See if that can guide you to choose the right string and find your choice of i.

Hope this helps!

templatetypedef
  • 362,284
  • 104
  • 897
  • 1,065