Hello all and good evening.
As part of the course's assignments, we received a task to prove the following sentence using only Bézout identity:
gcd$(a, b)$*lcm$(a, b)$ = ab
Although I have found a variety of solutions to this problem, I have not yet found a solution that uses only Bézout identity. Here's what I've had so far:
By Bézout's identity, we know that $$\text{gcd}(a,b) = ax + by$$ for some integers $x,y$.
Let $d$ be the common divisor of $a$ and $b$. By definition, since $d$ divides $a$, we know that there exists $k_1$ so that $dk_1 = a$. The same is true for $b$, so $k_2$ exists so that $dk_2 = b$.
We also know that if lcm$(a, b)$ = $m$, it means that a divides m, and also b divides m: a|m, b|m.
Depending on the top of the proof, we can place the a and b in this area and get: $dk_1\mid m$, $dk_2\mid m$.
But in this part I get stuck, and do not understand how to continue the proof. I would be happy to receive advice for further solution. Thanks :)