I'm having trouble completing a proof that for positive integers a and b, that the least common multiple of a and b is ab/gcd(a,b).This is how I've approached it so far: For s = lcm(a,b) we have the following definition: i) a|s and b|s ii) for any integer k where a|k and b|k, s|k
Thus the proof comes down to proving that s satisfies these two properties. For i) let gcd(a,b) = d. Thus s = ab/d. Since gcd(a,b) = d, it follows that b/d is an integer so a|ab/d since ab/d = ta for t = b/d. The same conclusion can be made for b so i) is satisfied. Now comes the confusion. I'm not not sure how to prove that if a|k and b|k then ab/d|k. I tried using am = k and bn = k for integers m and n but it lead to no avail. Should I approach the problem som other way?