Statement to be proved: Assuming that $(a, b) = 2$, prove that $(a + b, a − b) = 1$ or $2$.
I was thinking that $(a,b)=\gcd(a,b)$ and tried to prove the statement above, only to realise that it is not true.
$(6,2)=2$ but $(8,4)=4$, seemingly contradicting the statement to be proved?
Is there any other meaning for $(a,b)$, or is there a typo in the question?
Sincere thanks for any help.
Suppose the $d=\gcd(a+b,a-b)$. Then $d\mid2a$, $d\mid2b$ since $2a=(a+b)+(a-b)$ and $2b=(a+b)-(a-b)$. Then $d\mid\gcd(2a,2b)=2\gcd(a,b)=4$. Since $a+b$, $a-b$ are even then $d$ is $2$ or $4$.