![]() |
VOOZH | about |
Distributive Property of the Greatest Common Divisor (GCD) and Least Common Multiple (LCM) shows how GCD and LCM interact with each other when you have multiple numbers.
The distributive properties of the Greatest Common Divisor (GCD) and the Lowest Common Multiple (LCM) can be expressed in the following theorems for integers a, b, c ∈ Z (Z represents the set of all integers).
This theorem states that when calculating the LCM of a number a with the GCD of two other numbers b and c, the result is equal to the GCD of the LCM of a with b and the LCM of a with c. Essentially, it shows how LCM interacts with the GCD operation.
LCM (a, GCD (b,c)) = GCD (LCM (a, b), LCM (a, c))
This theorem states that when calculating the GCD of a number a with the LCM of two other numbers b and c, the result is equal to the LCM of the GCD of a with b and the GCD of a with c.
GCD (a, LCM (b, c)) = LCM (GCD (a, b), GCD (a, c))
In this section, we will demonstrate the distributive properties of the Greatest Common Divisor (GCD) and the Lowest Common Multiple (LCM) through two key proofs:
Consider a prime divisor ps and its exponents sa, sb, and sc in the numbers a, b, and c.
Let: x = LCM (a, GCD (b, c))
From the prime decomposition, the exponent of ps in x is given by: max (sa, min (sy, sc))
Using the property that max distributes over min, we can rewrite this as:
max (sa, min (sb, sc)) = min (max (sa, sb), max (sa, sc))
Thus, it follows that:
LCM (a, GCD (b, c)) = GCD (LCM (a, b), LCM (a, c)).
Let's consider an example for the same.
Both sides equal 4, confirming the theorem.
Similarly, consider the same prime divisor ps.
Let: y = GCD (a, LCM (b, c))
From the prime decomposition, the exponent of ps in y is: min (sa, max (sb, sc))
Using the property that min distributes over max, we can express this as:
min (sa, max (sb, sc)) = max (min (sa, sb), min (sa, sc))
This shows that:
GCD (a, LCM (b, c)) = LCM (GCD (a, b), GCD (a, c)).
Let's consider an example for the same.
Both sides equal 10, confirming this theorem as well.
Read More,