The result below has been disproven.
Let positive integers $p,q,x,y$ satisfy $5p+q = x$ and $5p-q = y$. Prove that if $2y > x$, then $p \geq q$.
Since $2y > x$, we have $2(5p-q) > 5p+q$ and so $5p > 3q$. This result holds true for $(5p+q,5p-q) = (6,4)$, but how do we prove it in general?