I am trying to get a practice problem solved and I basically came to the following result.
What I need to prove is that some $x$ should not be divisible by $y$. The form of $y$ is $k(s.p_1 + t.p_2)$ and $k$ does not divide $x$, $p_1$ does not divide $x$, and $p_2$ does not divide $x$.
Can we conclude from here that $x$ is not divisible by $y$?