Prove or disprove:
If $x, a, b > 0$ are integers such that $$\gcd(x-a, x+b) = 1\ \ \mbox{and}\ \ \gcd(2x-a, x+b) > 1,$$ then $$a+b = x.$$
Prove or disprove:
If $x, a, b > 0$ are integers such that $$\gcd(x-a, x+b) = 1\ \ \mbox{and}\ \ \gcd(2x-a, x+b) > 1,$$ then $$a+b = x.$$
Disproved by counterexample: a=2, b=57, x=15
Python code:
For example fdsa[4678] returns (2, 57, 15), which is an counterexample