I'm trying to prove that $a$ divides $bc$ if and only if
$$\frac{a}{\gcd(a, b)} \mid c$$
I go in the right direction first (i.e. if $a$ divides $bc$ then $\frac{a}{\gcd(a, b)} \mid c$):
We want to show that $\frac{a}{\gcd(a, b)} \cdot f \ = c$ for some $f \in \mathbb{Z}$. In other words, we want to show $a \cdot f = c \cdot \gcd(a, b)$ for some $f \in \mathbb{Z}$.
We know $a$ divides $bc$; this means that $ax = bc$ for some $x \in \mathbb{Z}$. We know that $\gcd(a, b)$ divides $a$ and $\gcd(a, b)$ divides $b$ by definition. This means that $\gcd(a, b) \cdot y = b$ for some $y \in \mathbb{Z}$.
That is, $ax = \gcd(a, b) \cdot y \cdot c$ for some $x, y \in \mathbb{Z}$.
I'm almost there... just need to divide $y$ by both sides; but how do I prove that $\frac{x}{y}$ is an integer?!
Thanks.
BarrySmith: The farthest I'm able to get with this is that:
WTS: $a(f-cx) = bcy$. Since we know that $az = bc$ for some $z \in \mathbb{Z}$, can I simply multiply both sides by $y$? i.e. $azy = bcy$, and I'm done?
– r123454321 Sep 21 '14 at 19:03