0

"Show that if $\;(a, b) = 1\;$, $\;a|c\;$ and $\;b|c$, then $(a · b)|c$." $$$$Show: We know that $$x\mid w \;\;\text{and}\;\; y\mid w \Longleftrightarrow \frac{x\cdot y}{(x,y)}\mid w$$So if$$a\mid c\;\;\text{and}\;\;b\mid c\Longrightarrow\frac{a\cdot b}{(a,b)}\mid c\Longrightarrow \frac{(a\cdot b)}{1}\mid c\Longrightarrow(a\cdot b)\mid c$$$\blacksquare$$$$$*Statement correct?*

benjamin_ee
  • 3,759

1 Answers1

4

If you'd like to prove the assertion without the "general theorem" which we "all know":


Suppose $\;(a, b) = 1\;$, $\;a|c\;$ and $\;b|c$. We show, then, that $(a · b)|c$.

We take as given that $\gcd(a,b)=1$. So there exist integers $m$ and $n$ such that $am +bn =1$. Multiplying this equation by $c$ gives us $$cam +cbn =c$$

Now, we also take as given that $a \mid c$ and $b \mid c$. So there must exist integers $x$ and $y$ such that $c = xa$ and $c= yb$. Then $$yb a m + xabn = c\tag{$\dagger$}$$ Hence, since $ab$ divides the left hand side of $\dagger$, it must also divide the right hand side: which gives us $ab\mid c$.

amWhy
  • 209,954
  • True, but I specified a and b natural. Logo should be used $am-bn=1$ For $am+bn=1$ is used in the whole. with $m$ and $n$ both natural. – benjamin_ee Aug 04 '13 at 14:44
  • This right, I understood, but there are restrictions for the entire natural. – benjamin_ee Aug 04 '13 at 14:47
  • This is a more general proof, which can be easily stated for naturals $a, b, c, m, n, x, y \in \mathbb N$ if we change $am + bn = 1$ to $am - bn = \gcd(a, b) = 1$, etc using $cam - cbn = c,$ and $ybam - xabn = c$ – amWhy Aug 04 '13 at 22:37