Lemmas about Nat.lcm
#
Future work: #
Most of the material about Nat.gcd
from Init.Data.Nat.Gcd
has analogues for Nat.lcm
that should be added to this file.
The least common multiple of m
and n
is the smallest natural number that's evenly divisible by
both m
and n
. Returns 0
if either m
or n
is 0
.
Examples: