I want to show that $L = \{a^n b^m a^{n+m} \mid n, m \geq 0\}$ is not regular.
Can I say that the complement of $L$ intersected with $a^*b^*$ equals $\{a^n b^n \mid n \geq 0\}$ and since I know that $\{a^n b^n \mid n \geq 0\}$ is not regular, then $L$ is not regular?
Or would I have to use the pumping lemma?