I believe that I intuitively understand that if $a$ divides $c$ and $b$ divides $c$ and if $a$ and $b$ are coprime, then their product $ab$ must also divide $c$. What would be a convincing proof of that using elementary number theory?
2026-02-23 10:18:23.1771841903
a and b both divide c and are coprime; does ab then also divide c?
727 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Here's a proof without prime factorization. Use the Euclidean algorithm to write $$1=ma+nb \quad\text{for some integers } m,n.$$ Then $c=mac+nbc$. Can you prove that $ab$ divides $c$ now?