Suppose $ab\equiv 0 \pmod{n}$, and that $a$ and $b$ are positive integers both less than $n$. Does it follow that either $a | n$ or $b | n$?

670 Views Asked by At

Suppose $ab\equiv 0 \pmod{n}$, and that $a$ and $b$ are positive integers both less than $n$. Does it follow that either $a | n$ or $b | n$? If it does follow, give a proof. If it doesn’t, then give an example.

I can't possibly think of an example for this, but unsure about any possible proof otherwise.

2

There are 2 best solutions below

0
On BEST ANSWER

A counterexample would be $a=6$, $b=6$, and $n=9$.

Now $0<a,b< n$ and $ab=36=4\cdot 9\equiv 0\pmod 9$, but $a\nmid n$ and $b\nmid n$.

0
On

No. $a=12, b=20, n=30...$ Or $a=p^2 q,\; b=p^2r, \;n=pqr $ with $p,q,r$ primes with $p<q<r.$