Prove that if $\gcd(x, y) = 1$ then $\gcd(x + y, x - y) = 1$ or $2$.
I know that any linear combination of $x, y$ is multiple of 1 since $\gcd(x, y) = 1$ then the set would be $\{1, 2, 3, 4, 5, \ldots, x - y, \ldots, x + y, \ldots \}$, $x$ and $y$ cannot be both even. But $x$ and $y$ can be both odd primes or even and odd for their GCD to be 1. If $x$ and $y$ are odd prime then $x + y$ and $x - y$ will give even integers, so their GCD could be 2. If $x$ and $y$ are even and odd then their GCD can be either 1, 3 or 5.
This is what I think. Is it in the correct way?