Prove the language is not regular: $L = \lbrace{ a^n b^m \mid n \le m \le 2n \lor m \le n \le 2m \rbrace}$.
I want to use the pumping lemma but I don't know which parts of the string to split up because it seems that the language's condition will always be met no matter how I split up the string. Is the language regular? If not, can I get a hint on how to split up the string?