I am trying to prove that if gcd(a,b) = 1 and gcd(c,d) = 1 then gcd(ac+bd, bc-ad) = 1
do you have any idea?
well I've gotten that if we assume the opposite and let gcd = p, then if p | ac+bd and if p | bc-ad then p | their sum so p | c(a+b) + d(b-a) and p | a(c-d) + b(c+d) and then maybe there's some way to show a contradiction with gcd(a,b) = 1 and gcd(c,d) = 1. I don't know if this direction is the best but I am stuck
did you think about prime? do you know about Euler (phi) function?
yeah phi(a number) = how many numbers between 1 and that number are relatively prime to it. will that help here?
I think so, try to solve on that way. use phi function for co-prime numbers
could you explain what you mean by applying phi function to this problem/what is this theorem you mention?
sorry,
ok thanks, I'm really stuck on this
Maybe you can use a clever arguement involving complex numbers. The only reason I think complex numbers might help is because:\[(a+bi)(c-di)=(ac+bd)+(bc-ad)i\]
Join our real-time social learning platform and learn together with your friends!