0
$\begingroup$

Assume $\gcd(r,s)=\gcd(r',s')=1$. How do I show that also $\gcd(rs'+r's,ss')=1$?

  • 5
    You don't. Suppose $s=s'=2$, say. With $r,r'$ odd, of course.2017-01-03
  • 0
    Hmm you are right. Strange. I have to use it for an exercise.2017-01-03
  • 1
    You can additionally impose $(s,s') = 1$. This suffices.2017-01-03

1 Answers 1

1

This isn't true. Let $r=r'=3$ and $s=s'=2$. Then you have $$\gcd(rs'+r's,ss')=\gcd(3\cdot2+3\cdot 2,2\cdot2)=\gcd(12,4)=4$$