|
This page should be merged with L.C.M. and H.C.F.|}
The least common multiple of two given natural numbers is the smallest positive integer that is a multiple of both given numbers.
The product of any two numbers is equal to the product of their greatest common divisor and least common multiple.
- Proof
- Prerequisites:
- Proof that the prime factorization of an integer is unique
- Maximum and minimum
- Proof that the minimum exponent of each factor in the factorization of two integers make up the factorization of their greatest common divisor.
- Proof that the maximum exponent of each factor in the factorization of two integers make up the factorization of their least common multiple.
If , then and , then , which is already equal to .
The same goes when . The conclusion is now true when either or is equal to 1.
We now list the prime factorizations of the numbers:


If a factor or is not in the other factorization, we add them to the other factorization by assigning their exponents a 0. Thus, the number of factors should now be equal, and no distinction will be made between the factorizations:


Let's take an example. Suppose . Their factorizations are:


Now since the factor 3 is not in 16, we'll add that to the factorization of 16 with an exponent of 0:

We don't have anything to change in the factorization of 12.
Using the last two proofs stated in the prerequisites, we have:


Multiplying,
![{\displaystyle \gcd(a,b)\cdot {\text{lcm}}(a,b)=[k_{1}^{\min(c_{1},d_{1})}\cdots k_{n}^{\min(c_{1},d_{1})}]\cdot [k_{1}^{\max(c_{1},d_{1})}\cdots k_{n}^{\max(c_{1},d_{1})}]}](https://services.fandom.com/mathoid-facade/v1/media/math/render/svg/c2da844866ba6fd7bac31ef911ef5b3118afa8c0)

Evaluating , we would find out that it is just equal to , since one of them would be the minimum and the other would be the maximum, and it still holds when .

![{\displaystyle =[k_{1}^{c_{1}}\cdots k_{n}^{c_{n}}][k_{1}^{d_{1}}\cdots k_{n}^{d_{n}}]}](https://services.fandom.com/mathoid-facade/v1/media/math/render/svg/8bcbd4cd679f85d844922b7a5bcdc82ae7e6d9bc)
Recall that the above expressions are equal to .

QED
See also
|