1

Let $D$ be a UFD (unique factorization domain) , if $a,b,c \in D$ and $a \mid c , b \mid c$ and $a$ and $b$ are relatively prime then $ab \mid c$. I started by factorizing $c$ into irreducibles, then I said $a = c_k \ldots c_l$ and $b = c_h \dots c_q$ . All that remains is to show that all $c_i$'s are distinct but I can't seem to prove it, how is it done? Or is this method useless?

user10444
  • 2,866

2 Answers2

2

Showing the uniqueness of each $c_i$: Assume one of them is not unique call it $c_j$ , then we have $c_j \mid a$ and $c_j \mid b$ but $\gcd(a,b)=1$ , which is a contradiction since $c_j \nmid 1$ (since $c_j$ is not a unit) and $1$ and $c_j$ are not associates hence all the $c_i$'s are distinct and $ab=c_k \dots c_lc_h \dots c_q$ which divides $c$ hence $ab \mid c$ .

user10444
  • 2,866
2

Yes, you can prove $\rm\:(a,b)=1\:\Rightarrow\:lcm(a,b) = ab\:$ in any UFD by using prime factorizations. More generally one can prove it in any gcd domain using Euclid's Lemma $\rm\color{#C00}{(EL)}\,$ as follows

$$\rm (a,b)=1,\,\ a,b\mid c\:\Rightarrow\: a\mid b(c/b)\color{#C00}{\stackrel{(EL)}{\Rightarrow}}a\mid c/b\:\Rightarrow\: ab\mid c$$

Alternatively, one may proceed using the gcd distributive law $\rm\,\color{#0A0}{(DL)}\,$ as follows

$$\rm (a,b)=1,\,\ a,b\mid c\:\Rightarrow\: ab\mid ac,bc\:\Rightarrow\:ab\mid (ac,bc)\stackrel{\color{#0A0}{(DL)}}{=}(a,b)c = c$$

Math Gems
  • 20,090