The least common multiple of two numbers
and
is denoted
or
and can be obtained
by finding the Prime factorization of each
 |
(1) |
 |
(2) |
where the
s are all Prime Factors of
and
, and if
does not occur in one
factorization, then the corresponding exponent is 0. The least common multiple is then
![\begin{displaymath}
\mathop{\rm LCM}\nolimits (n_1,n_2) = [n_1,n_2] = \prod_{i=1}^n {p_i}^{\max(a_i,b_i)}.
\end{displaymath}](l1_989.gif) |
(3) |
Let
be a common multiple of
and
so that
 |
(4) |
Write
and
, where
and
are Relatively Prime by definition of the Greatest
Common Divisor
. Then
, and from the Division Lemma (given that
is
Divisible by
and
), we have
is Divisible by
, so
 |
(5) |
 |
(6) |
The smallest
is given by
,
 |
(7) |
so
 |
(8) |
![\begin{displaymath}
(a,b)[a,b]=ab.
\end{displaymath}](l1_1004.gif) |
(9) |
The LCM is Idempotent
![\begin{displaymath}[a,a]=a,
\end{displaymath}](l1_1005.gif) |
(10) |
Commutative
![\begin{displaymath}[a,b]=[b,a],
\end{displaymath}](l1_1006.gif) |
(11) |
Associative
![\begin{displaymath}[a,b,c]=[[a,b],c]=[a,[b,c]],
\end{displaymath}](l1_1007.gif) |
(12) |
Distributive
![\begin{displaymath}[ma,mb,mc]=m[a,b,c],
\end{displaymath}](l1_1008.gif) |
(13) |
and satisfies the Absorption Law
![\begin{displaymath}
(a,[a,b])=a.
\end{displaymath}](l1_1009.gif) |
(14) |
It is also true that
![\begin{displaymath}[ma,mb]={(ma)(mb)\over (ma,mb)} =m{ab\over (a,b)} = m[a,b].
\end{displaymath}](l1_1010.gif) |
(15) |
See also Greatest Common Divisor, Mangoldt Function, Relatively Prime
References
Guy, R. K. ``Density of a Sequence with L.C.M. of Each Pair Less than
.'' §E2 in
Unsolved Problems in Number Theory, 2nd ed. New York: Springer-Verlag, pp. 200-201, 1994.
© 1996-9 Eric W. Weisstein
1999-05-26