Prime factorisation: Show that if $a|b\cdot c$ and $\gcd(a,c) = 1 \implies a|b$.
$a|b\cdot c$ means "$a$ divides $b\cdot c$"
And I also read that if the greatest common divisor (aka $\gcd$) is $1$, then this means that $a$ and $c$ are mutually prime.
Now somehow apply this knowledge here, if it is relevant at all.
Let $a,b,c,x \in \mathbb{Z}$ then we have that:
$$\frac{b \cdot c}{a}=x$$
$$c=\frac{a \cdot x}{b}$$
Hmm but now I don't see how to get to $a|b$ using this way. Any ideas how to do it better?