Prove or disprove:
Let $a\mid bc$ then $a\mid (a,b)c$
Here is my approach, but I am not sure if I am doing this correctly or efficiently.
Let $a\mid bc$. It follows that either
$a\mid b$ Proof: $b=ar, a\mid bc => (ar)c = a \rightarrow a(rc)=a \rightarrow a|a(rc)$
$a\mid c$.
Since $rc$ is an integer. $a\mid bc$. Similar for $(2). a|c $
Let $a\mid (a,b)c$.
Using: the definition of $\gcd(a,b)=1=ax+by$ if $\exists x,y \in Z$
then we can rewrite it as $a\mid dc$. This is as far as I go. I can't manipulate it so that I show that $a\mid (a,b)c$. Does this mean that I would have to disprove $a\mid bc$ then $a\mid (a,b)c$?
Any help would be appreciated.