I want to prove that $\gcd(a,bc)$ divides $\gcd(a,b)\gcd(a,c)$ but I can't succeed.
I tried to go with $\gcd(a,b) = sa+tb$ and it didn't work, tried to use the fact that $\gcd(a,b)$ and $\gcd (a,c)$ divide $\gcd (a,bc)$ but got stuck again. please help.
Let $d=\gcd(a,bc)$ and $d_1=\gcd(a,b) $ and $d_2=\gcd(a,c)$. Then there exits $ s_1, s_2,t_1, \text{ and } t_2 \in \mathbb{Z}$ such that $$ d_1=s_1 a+t_1b$$ and $$d_2= s_2a+t_2 c $$then $$ d_1d_2 = s_1s_2 a^2 +s_1 t_2ac +t_1 s_2 ba + t_1 t_2 bc$$ but $d\mid a $ and $d\mid bc$ so $d\mid a^2$, $d\mid ac$, $d\mid ba$ and $d\mid bc$. Hence $d \mid d_1d_2$.