Prove that if $a|b_1b_2$, $a|c_1c_2$ and $a|b_1c_1+b_2c_2$, then $a|b_1c_1$ and $a|b_2c_2$.
Solution:
$a|b_1b_2$: $\exists$ $c$ that $ac=b_1b_2$
$a|c_1c_2$: $\exists$ $d$ that $ad=c_1c_2$
$a|b_1c_1+b_2c_2$: $\exists$ $e$ that $ae=b_1c_1+b_2c_2$
$ae=b_1c_1+b_2c_2=...$
How to get the result I want?
Thank You.
Swap $c_1$ with $c_2$. Let $$f(x)=(b_1x+c_1)(b_2x+c_2).$$ Your condition means that $f(x)$ has coefficients divisible by $a$, that is $f(x)/a$ has integer coefficients. By Gauss's lemma, as $f(x)/a$ has linear factors with rational coefficients, then it has linear factors with integer coefficients. These must be $(b_ix_i+c_i)/a_i$ with $a_1a_2=a$. Then $b_1c_2/a=(b_1/a_1)(c_2/a_2)\in\Bbb Z$ etc.