If $GCD(a,b)=1$, then $GCD((a+b)^m , (a-b)^m )$ is at most $2^m$?

45 Views Asked by At

I'm stuck for a few days in the following problem:

If $GCD(a,b)=1$, then $GCD((a+b)^m , (a-b)^m )$ is at most $2^m$.

Can you give me a hint?