I need to prove that the following language is not regular
$\{c^mb^na^n \mid n>0,m\geq0\}$
But I am not sure how to do that for this particular one. I vaguely understand pumping lemma, but every example I see is in the form
$\{a^nb^n \mid n>0\}$
Or something similiar. This does not help me with my problem, because I dont fully understand pumping lemma and am not sure how to do it for two variables that have no dependency on each other. I know to take a length P from L, and I also need a string s>=P. Which then becomes P=xyz, but it is this step that confuses me.