0

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.

  • I take it you don't want to use unique prime factorization either? – pjs36 Oct 06 '15 at 01:37
  • Yeah, this isn't something we have normally used in our text with these kinds of problems, but if you can use it to show another way to do the proof that would be great to see. – metausar Oct 06 '15 at 02:10

1 Answers1

0

If $(a,b)=1$ then there are $s, t$ so $1=sa+tb$ iff $c=sac+tbc$. If $a$ divides $bc$ then $a$ divides the entire right-hand side. So $a$ divides $c$.

In the other direction (via contrapositive), if $(a,b)=d\neq 1$ then for some $n, m$ we have $a=nd$, $b=md$. Take $c=n$. So $a\mid mdn=bc$ but $a\not\mid n=c$ (or else $a$ is a proper divisor of itself).