ab = lcm(a,b)·hcf(a,b) – Proof and Explanation

divisibilityelementary-number-theorygcd-and-lcmleast-common-multiple

I was reading a text book and came across the following:

Important Results
(This comes immediately after LCM:)

If 2 [integers] $a$ and $b$ are given, and their $LCM$ and $HCF$ are $L$ and $H$ respectively,
then $L \times H = a \times b$

Can some please help me understand why the above result is true?

Thanks in advance.

Best Answer

Below is a proof that works in any domain, using the universal definitions of GCD, LCM.

Theorem $\rm\quad (a,b)\ =\ ab/[a,b] \;\;$ if $\;\rm\ [a,b] \;$ exists.

Proof: $\rm\ \ \ \ \ \ d\mid a,b \iff a,b\mid ab/d \iff [a,b]\mid ab/d \iff d\mid ab/[a,b] $