In an integral domain, if a|c
and b|c
then LCM(a,b)|c
? What if GCD(a,b)=1
and ac=bd
, may I assume that a|d
?
I am needing to assure this for a demonstration but I can't prove or find an counterexample. What I'm willing to prove is that GCD exists if and only if LCM exists. I know that there is a similar question in the forum but I want to know what is above.
$$2,b\mid 4,2b,\Rightarrow,\ell \mid 4,2b,\Rightarrow, \ell/2\mid 2,b,\Rightarrow, \ell/2 = 1,\Rightarrow, \ell = 2,\Rightarrow, b\mid 2,\Rightarrow,2\mid b',\Rightarrow!\Leftarrow$$
– Bill Dubuque Oct 13 '19 at 14:47