I'm trying to prove a theorem out of my text:
Theorem: Let $a$ and $b$ be natural numbers. Then $GCD(a,b)=1$ if and only if for all natural numbers $c$, if $a|bc$ then $a|c$.
I did come across this proof, which is slightly similar, but not exactly the same.