Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Overview  



1.1  Notation  





1.2  Example  







2 Applications  



2.1  Gears problem  





2.2  Planetary alignment  







3 Calculation  



3.1  Using the greatest common divisor  





3.2  Using prime factorization  







4 Formulas  



4.1  Fundamental theorem of arithmetic  





4.2  Lattice-theoretic  





4.3  Other  







5 In commutative rings  





6 See also  





7 Notes  





8 References  














Least common multiple






العربية
Asturianu
Azərbaycanca

 / Bân-lâm-gú
Беларуская
Български
Català
Чӑвашла
Čeština
Dansk
Deutsch
Eesti
Ελληνικά
Español
Esperanto
Euskara
فارسی
Français
Galego

Հայերեն
ि
Bahasa Indonesia
Italiano
עברית

Қазақша
Latviešu
Lietuvių
Lombard
Magyar
Македонски

Malti

Bahasa Melayu
Монгол
Nederlands

Norsk bokmål
Norsk nynorsk
ି
Oʻzbekcha / ўзбекча
پنجابی
Piemontèis
Plattdüütsch
Polski
Português
Română
Русский
Shqip
Simple English
Slovenčina
Slovenščina
کوردی
Српски / srpski
Suomi
Svenska
Tagalog
ி


Türkçe
Українська
اردو
Tiếng Vit

ייִדיש


 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
Wikibooks
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 

(Redirected from Lowest common multiple)

AVenn diagram showing the least common multiples of all subsets of {2, 3, 4, 5, 7}.

Inarithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers a and b, usually denoted by lcm(ab), is the smallest positive integer that is divisible by both a and b.[1][2] Since division of integers by zero is undefined, this definition has meaning only if a and b are both different from zero.[3] However, some authors define lcm(a, 0) as 0 for all a, since 0 is the only common multiple of a and 0.

The least common multiple of the denominators of two fractions is the "lowest common denominator" (lcd), and can be used for adding, subtracting or comparing the fractions.

The least common multiple of more than two integers a, b, c, . . . , usually denoted by lcm(abc, . . .), is defined as the smallest positive integer that is divisible by each of a, b, c, . . .[1]

Overview[edit]

Amultiple of a number is the product of that number and an integer. For example, 10 is a multiple of 5 because 5 × 2 = 10, so 10 is divisible by 5 and 2. Because 10 is the smallest positive integer that is divisible by both 5 and 2, it is the least common multiple of 5 and 2. By the same principle, 10 is the least common multiple of −5 and −2 as well.

Notation[edit]

The least common multiple of two integers a and b is denoted as lcm(a, b).[1] Some older textbooks use [a, b].[3][4]

Example[edit]

Multiples of 4 are:

Multiples of 6 are:

Common multiples of 4 and 6 are the numbers that are in both lists:

In this list, the smallest number is 12. Hence, the least common multiple is 12.

Applications[edit]

When adding, subtracting, or comparing simple fractions, the least common multiple of the denominators (often called the lowest common denominator) is used, because each of the fractions can be expressed as a fraction with this denominator. For example,

where the denominator 42 was used, because it is the least common multiple of 21 and 6.

Gears problem[edit]

Suppose there are two meshing gears in a machine, having m and n teeth, respectively, and the gears are marked by a line segment drawn from the center of the first gear to the center of the second gear. When the gears begin rotating, the number of rotations the first gear must complete to realign the line segment can be calculated by using . The first gear must complete rotations for the realignment. By that time, the second gear will have made rotations.

Planetary alignment[edit]

Suppose there are three planets revolving around a star which take l, m and n units of time, respectively, to complete their orbits. Assume that l, m and n are integers. Assuming the planets started moving around the star after an initial linear alignment, all the planets attain a linear alignment again after units of time. At this time, the first, second and third planet will have completed , and orbits, respectively, around the star.[5]

Calculation[edit]

There are several ways to compute least common multiples.

Using the greatest common divisor[edit]

The least common multiple can be computed from the greatest common divisor (gcd) with the formula

To avoid introducing integers that are larger than the result, it is convenient to use the equivalent formulas

where the result of the division is always an integer.

These formulas are also valid when exactly one of a and bis0, since gcd(a, 0) = |a|. However, if both a and b are 0, these formulas would cause division by zero; so, lcm(0, 0) = 0 must be considered as a special case.

To return to the example above,

There are fast algorithms, such as the Euclidean algorithm for computing the gcd that do not require the numbers to be factored. For very large integers, there are even faster algorithms for the three involved operations (multiplication, gcd, and division); see Fast multiplication. As these algorithms are more efficient with factors of similar size, it is more efficient to divide the largest argument of the lcm by the gcd of the arguments, as in the example above.

Using prime factorization[edit]

The unique factorization theorem indicates that every positive integer greater than 1 can be written in only one way as a product of prime numbers. The prime numbers can be considered as the atomic elements which, when combined, make up a composite number.

For example:

Here, the composite number 90 is made up of one atom of the prime number 2, two atoms of the prime number 3, and one atom of the prime number 5.

This fact can be used to find the lcm of a set of numbers.

Example: lcm(8,9,21)

Factor each number and express it as a product of prime number powers.

The lcm will be the product of multiplying the highest power of each prime number together. The highest power of the three prime numbers 2, 3, and 7 is 23, 32, and 71, respectively. Thus,

This method is not as efficient as reducing to the greatest common divisor, since there is no known general efficient algorithm for integer factorization.

The same method can also be illustrated with a Venn diagram as follows, with the prime factorization of each of the two numbers demonstrated in each circle and all factors they share in common in the intersection. The lcm then can be found by multiplying all of the prime numbers in the diagram.

Here is an example:

48 = 2 × 2 × 2 × 2 × 3,
180 = 2 × 2 × 3 × 3 × 5,

sharing two "2"s and a "3" in common:

Least common multiple = 2 × 2 × 2 × 2 × 3 × 3 × 5 = 720
Greatest common divisor = 2 × 2 × 3 = 12
Product = 2 × 2 × 2 × 2 × 3 × 2 × 2 × 3 × 3 × 5 = 8640

This also works for the greatest common divisor (gcd), except that instead of multiplying all of the numbers in the Venn diagram, one multiplies only the prime factors that are in the intersection. Thus the gcd of 48 and 180 is 2 × 2 × 3 = 12.

Formulas[edit]

Fundamental theorem of arithmetic[edit]

According to the fundamental theorem of arithmetic, every integer greater than 1 can be represented uniquely as a product of prime numbers, up to the order of the factors:

where the exponents n2, n3, ... are non-negative integers; for example, 84 = 22315071110130 ...

Given two positive integers and , their least common multiple and greatest common divisor are given by the formulas

and

Since

this gives

In fact, every rational number can be written uniquely as the product of primes, if negative exponents are allowed. When this is done, the above formulas remain valid. For example:

Lattice-theoretic[edit]

The positive integers may be partially ordered by divisibility: if a divides b (that is, if b is an integer multipleofa) write ab (or equivalently, ba). (Note that the usual magnitude-based definition of ≤ is not used here.)

Under this ordering, the positive integers become a lattice, with meet given by the gcd and join given by the lcm. The proof is straightforward, if a bit tedious; it amounts to checking that lcm and gcd satisfy the axioms for meet and join. Putting the lcm and gcd into this more general context establishes a duality between them:

If a formula involving integer variables, gcd, lcm, ≤ and ≥ is true, then the formula obtained by switching gcd with lcm and switching ≥ with ≤ is also true. (Remember ≤ is defined as divides).

The following pairs of dual formulas are special cases of general lattice-theoretic identities.

Commutative laws
    
Associative laws
    
Absorption laws
Idempotent laws
    
Define divides in terms of lcm and gcd

It can also be shown[6] that this lattice is distributive; that is, lcm distributes over gcd and gcd distributes over lcm:

This identity is self-dual:

Other[edit]

Then[7]

where the absolute bars || denote the cardinality of a set.

[8][9]

In commutative rings[edit]

The least common multiple can be defined generally over commutative rings as follows:

Let a and b be elements of a commutative ring R. A common multipleofa and b is an element mofR such that both a and b divide m (that is, there exist elements x and yofR such that ax = m and by = m). A least common multipleofa and b is a common multiple that is minimal, in the sense that for any other common multiple nofa and b, m divides n.

In general, two elements in a commutative ring can have no least common multiple or more than one. However, any two least common multiples of the same pair of elements are associates.[10] In a unique factorization domain, any two elements have a least common multiple.[11] In a principal ideal domain, the least common multiple of a and b can be characterised as a generator of the intersection of the ideals generated by a and b[10] (the intersection of a collection of ideals is always an ideal).

See also[edit]

Notes[edit]

  1. ^ a b c Weisstein, Eric W. "Least Common Multiple". mathworld.wolfram.com. Retrieved 2020-08-30.
  • ^ Hardy & Wright, § 5.1, p. 48
  • ^ a b Long (1972, p. 39)
  • ^ Pettofrezzo & Byrkit (1970, p. 56)
  • ^ "nasa spacemath" (PDF).
  • ^ The next three formulas are from Landau, Ex. III.3, p. 254
  • ^ Crandall & Pomerance, ex. 2.4, p. 101.
  • ^ Long (1972, p. 41)
  • ^ Pettofrezzo & Byrkit (1970, p. 58)
  • ^ a b Burton 1970, p. 94.
  • ^ Grillet 2007, p. 142.
  • References[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Least_common_multiple&oldid=1226929869"

    Categories: 
    Elementary arithmetic
    Operations on numbers
    Number theory
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
     



    This page was last edited on 2 June 2024, at 16:48 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki