Least Common Multiple
Definition 1. Let , with . The least common multiple of and , denoted by lcm(), is satisfying the following:
(a) .
(b) .
최대공약수와 마찬가지의 방법으로 lcm, 즉 최소공배수를 정의할 수 있다. 공배수이면서 ((a)) 공배수 중 가장 작은 수를 ((b)) 최소공배수라고 한다.
Theorem 1
Theorem 1. Let , with . Then gcd() lcm() = .
Proof. Let gcd() = . Then for some . Then .
By Theorem 3, for some . Suppose that for some . Then . Thus = lcm().
Corollary
Corollary. Let , with . Then lcm() = gcd() = 1.