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?
Since $(a,b)=1$, you have $ua+vc=1. Since $a divides $bc$ there exists $d$ such that $bc=da$ this implies $bua+bvc=b=a(ub+dv)$.