SOLUTION: I can see that it's true but how can I prove that ab=gcd(a,b)lcm(a,b) for any postive integer a and b??

Algebra.Com
Question 424289: I can see that it's true but how can I prove that ab=gcd(a,b)lcm(a,b) for any postive integer a and b??
Answer by AnlytcPhil(1807)   (Show Source): You can put this solution on YOUR website!


To prove:
ab=gcd(a,b)*lcm(a,b)

We will show that they have the same set of divisors. 
That is, we will show that the largest non-negative power
of any prime which is a factor of ab is also the largest 
non-negative power of that prime which is a factor of 
gcd(a,b)lcm(a,b).
 
let p be any prime.  Then c and d exist so that  

c*p^n = a  and d*p^m = b  where n and m are maximum
so that neither c nor d is divisible by p. 
(Remark:  either n or m or both could be zero) 
 
Then ab = c*p^n*d*p^m = c*d*p^(n+m)

Without loss of generality, let us assume m < n

Then gcd(a,b) = e*p^m, and lcm(a,b) = f*p^n, where
neither e nor f is divisible by p. Therefore

gcd(a,b)lcm(a,b) = (e*p^m)(f*p^n) = ef*p^(m+n) 

Therefore the largest power of p which is a factor of 
gcd(a,b)lcm(a,b) is p^(m+n).

Also the largest power of p which is a factor of 
ab is p^(m+n).

Since this is true for any prime p, there can be no 
power of a prime which one contains as a factor that 
the other doesn't also contain as a factor. And, let's
face it, every factor is a power of a prime or the 
product of powers of primes, if we count the 0 power of 
a prime, which is 1. 

Edwin


RELATED QUESTIONS

Greatest Common Divisors and Least Common Multiples I need help with this guys,... (answered by Alan3354)
How do i show for intergers a, b and k that gcd(a,b)= gcd(a,b+ka). Thank... (answered by venugopalramana)
Given that a * b = 270 and GCD(a,b)=5, find LCM... (answered by jim_thompson5910)
Prove (a+b)/2 = a + (a-b)/2 Its basically pre-algebra but i am having a hard time... (answered by Alan3354)
) Prove that for any positive integers a and b, gcd(a,b) · lcm(a,b) = a·b. b) If the... (answered by Shin123)
Here is another application I am struggling with. I submitted it earlier but my computer (answered by stanbon,nycsub_teacher,Alan3354)
I need to prove: if a divides b then a divides bx for any integer... (answered by richard1234)
Show for integers a,b and k that... (answered by venugopalramana)
How do i show for intergers a,b and c from which at most one is 0(zero):... (answered by venugopalramana)