Prove $\frac{ab}{m} = \gcd(a,b)$ when $m= \operatorname{lcm}(a,b)$ for all natural numbers $a$ and $b$. I should be able to prove this using only basic rules of $\gcd$ and lcm.
I instead let $m$ be a common divisor of $a$ and $b$ (not necessarily the $\gcd(a,b)$). We know $ab$ is a common multiple of $a$ and $b$, but we also know that $\frac{ab}{m}$ is a common multiple of $a$ and $b$ as well since $m|a$ and $m|b$, $\Rightarrow m|ab$.
Since $m\in \mathbb{N},\;\frac{ab}{m} < ab$, and the larger $m$ gets, the smaller $\frac{ab}{m}$ becomes. Thus when $m$ is $\gcd(a,b)$, $\frac{ab}{m} = \operatorname{lcm}(a,b)$.
But how can one prove $\frac{ab}{m} = \gcd(a,b)$when $m$ is known to be the $\operatorname{lcm}(a,b)$ from the start?