Prove that for any integers $m$ and $n$ we have to: $mn=(m,\,n)[m,\,n]$ ($(m,\,n)$ being the gcd & $[m,\,n]$ the lcm). How can i prove it?
2026-03-30 14:26:43.1774880803
Prove that for any integers $m$ and $n$ we have to: $mn=(m,\,n)[m,\,n]$.
157 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Write prime factorizations $m=\prod_ip_i^{a_i},\,n=\prod_ip_i^{b_i}$ over all primes that divide at least one of $m,\,n$. The problem reduces to $a_i+b_i=\min\{a_i,\,b_i\}+\max\{a_i,\,b_i\}$.