I have to classify the language L={aˆjbˆkaˆl | l = j * k}.
I applied the pumping lemma for CFL and think that it is not context free. However, to prove that it is in fact recursive or recursively enumerable, would I have to be able to construct a Turing Machine for this language? I'm not certain on how to even begin constructing this. I also don't see a clear way to see if this is undecidable in order to decide it is recursive or RE.
-Is a functional Turing machine necessary to prove it is either of these two? or is just disproving it is context free enough? -how would I approach seeing whether this is REC or RE?
Thanks in advance.