If lcm(a,b) = ab, why is gcd(a,b) = 1?

  • Thread starter Thread starter Scootertaj
  • Start date Start date
Scootertaj
Messages
97
Reaction score
0
1. If lcm(a,b)=ab, show that gcd(a,b) = 1



Homework Equations



We can't use the fact that lcm(a,b) = ab / gcd(a,b)

The Attempt at a Solution


I've already shown that gcd(a,b) = 1 → lcm(a,b) = ab but I can't figure out the other direction!

Any hints?
 
Physics news on Phys.org
lcm[a,b]=\prod p_i^{\max{\alpha_i,\beta_i}}

Where a=\prod p_i^{\alpha_i}

and b=\prod p_i^{\beta_i}

And the gcd is the min.

Use that fact.
 
We haven't really used that notation. I imagine it deals with divisibility rules just like the other direction.
 
I think one way to approach it is to prove the contrapositive. If c is an integer not equal to 1 that divides a and divides b, then a = mc and b = nc for positive integers m and n. Then see if you can show that lcm (a,b) is not ab.
 
Awesome, got it, thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top