Question:
Prove with the help of the Gauss lemma that if $a$ and $b$ are two integers then the product $ab$ is equal to the multiplication of $GCD(a;b)$ by $LCM(a;b)$.
My attempt:
1-
$GCD(a;b) = d \Rightarrow a=dx, b=dy$ with $GCD(x;y)=1$ and $x,y,d \in \mathbb{N}$
So we can writte $ab=dxdy=d^2xy$.
2-
Reminder: Gauss lemma: If $a,b,c$ are three integers such that $a$ and $b$ are coprime and $a$ divides $bc$ then $a$ divises $c$.
Now we writte $LCM(a;b)=lxy$ with $GCD(x;y)=1$ and $x,y,l \in \mathbb{N}$. As $x$ and $y$ are coprime i would like to use the Gauss lemma, but I can't continue since $x$ doesn't divide necessarly $ly$ and this in order to prove that $d=l$ and so finish the prove
In short I am stuck any help will be appreciated.
Thank you.
$$\begin{align} a,b\mid m&\iff\ \ \ \ \ \ a\mid (m/b):!b\ &\iff\ , \color{#c00}{a/d}\mid (m/b):!\color{#c00}{b/d}\ &\iff \ ,a/d\mid\ m/b,\ \ {\rm by}\ \ \color{#c00}{(a/d,b/d)=1},\ \text{& Lemma}\ &\iff \color{#0a0}{ba/d}\mid\ m \qquad\end{align}$$
– Bill Dubuque Dec 27 '23 at 19:39