How to prove that the product of two numbers is equal to the product of the greatest common divisor and the least common multiple?

How to prove that the product of two numbers is equal to the product of the greatest common divisor and the least common multiple?

Let two numbers be x and Y and their greatest common divisor be a, then
The least common multiple is (x / a) * (Y / a) * a = XY / A,
The product of the greatest common divisor and the least common multiple is XY / A * a = XY
Get proof