Prove: If $a|c \wedge b | c \wedge (a, b) = d \Rightarrow ab | cd$

185 Views Asked by At

I know that $(a,b)=d \Rightarrow ma+bn=d, (m,n\in Z)$.

$ma+bn=d/*c \Rightarrow cma+cnb=cd$

And I'm kinda stuck here. Any help or hint is appreciated.

2

There are 2 best solutions below

3
On BEST ANSWER

You're very close. Note that $a\mid c$ and $b \mid c$, so you can do two substitutions: $c \mapsto as$ and $c \mapsto bt$ for some integers $s, t$. Now the last line you have reads $$ btma + asnb = cd $$ Can you finish?

0
On

Hint $$ mac+bnc=cd$$

Now show that $ab|mac$ and $ab|bnc$.