-2
$\begingroup$

Suppose $(a,b)=1$. If $a$ divides $c$ and $b$ divides $c$ prove that $ab$ divides $c$.

Use theorem $1.4$:

If $a$ divides $bc$ and $(a,b)=1$, then $a$ divides $c$.

$a$ divides $c \implies c=ak$

$b$ divides $c \implies bt=c=ak$

$(a,b)=1$, $au+bw=1$

I tried moving things around and plugging things in but I can't figure out how to finish the proof from here.

  • 0
    Do you mean this? If $\gcd(a,b)=1$ and $a|c$ and $b|c$, then $(ab)|c$. If so, there is a [proof here](http://math.stackexchange.com/questions/407540/if-gcda-b-1-and-a-and-b-divide-c-then-so-does-ab).2017-01-29

2 Answers 2

0

I suppose you mean that the gcd (greatest common divisor) of $a$ and $b$ is 1? you are almost finished: since $ak = bt$, we have that $a$ divides $bt$ and since $\text{gcd}(a,b) = 1$, the theorem 1.4 shows that $a$ divides $t$, therefore we can write $as = t$ for some $s$. This implies that $c = bt = b(as) = (ab)s$, so $ab$ divides $c$.

0

just multiply the last equation by c, i.e. multiply au + bw = 1 through by c, getting auc + bwc = c. now can you finish?