I want to show that the below language is not regular:
$$L=\{\text{words that contain exactly } k \text{"a" }, m \text{"b" and } n \text{"c" , where }k,m,n\geq 1 \text{ and } m=k\cdot n\}$$
For that we use the Pumping Lemma, right?
Then we suppose that it is regular and the langyage contains all the words of the form $pq^{(\ell)}r$ with $n\geq 0$.
Then we have to find a counterexample with the middle part. That means since in the middle the part is repeated, will the number of a, b, c will not satisfy anymore the relation $m=k\cdot n$ ?
Now, consider the word $x:= a^nb^2c^{2n} \in L$. The word v given by the pumping lemma above is of the form $a^k$ for $1 \leqslant k \leqslant n$. You can pump arbitrarily many "a"s without touching the rest.