2

I am having trouble proving that product of two coprime $a$ and $b$ can never generate a number multiple of some greater number which is coprime to both $a$ and $b$.

Bernard
  • 175,478
Darshan
  • 133
  • Have you try reductio ad absurdum? It seems to me that if you could generate it, $a$ and $b$ would not be co-prime to $n$ at first place. – Pspl Dec 26 '19 at 10:08

2 Answers2

1

Suppose that $ab=xn$, with your notation.

As $a$ is coprime with $n$ and $a|xn$, $a|x$, because $a$ or any divisor of $a$ cannot divide n. The same reasoning applies to $b$.

But now we have $ab=xn$ and $ab|x$. Thus, $ab=x$ and $n=1$, which is a contradiction (for example it would imply $a=b=0$).

1

We know that $n\mid xn.$ For $ab=xn$ , it follows that $n\mid ab$ . But we are given that $n\not\mid a,b$ , a contradiction.

Hence for coprimes $a,b$ it follows that $ab \ne xn.$