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.
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$.