Exercise 1.2.16 (gcd $=$ lcm)

Prove that if a and b are positive integers satisfying ( a , b ) = [ a , b ] , then a = b .

Answers

I write a b = gcd ( a , b ) , and a b = lcm ( a , b ) .

Proof. Assume that a b = a b .

Then a a b , and a b = a b , thus a a b , where a b b , therefore a b .

Exchanging the roles of a and b , we obtain b a .

Since a b and b a , where a > 0 , b > 0 , then a = b . □

User profile picture
2024-06-19 11:37
Comments