I am trying to prove that the bivariate polynomial $ x^m y^n + x^p y^q+ 1 $ is irreducible in $ \mathbb{C}[x, y] $, where $ m, n, p, q \in \mathbb{Z}_+ $, $m$ is coprime to $p$ , $n$ is coprime to $q$ , and $mq-np\neq 0$.
For special cases of the question (such as $m=n=1,p=2,q=3$), we can directly use exhaustive search and the method of undetermined coefficients to determine its irreducibility. However, for the general case, the method of undetermined coefficients no longer works.
How can we solve this problem, or are there any relevant papers that could be valuable for reference?
Thank you so much!