Least common multiples

Setup: We're in a Euclidean domain R and have elements a,b∈R.

We've shown that a least common multiple of a and b is any element e∈R such that ⟨e⟩=⟨a⟩∩⟨b⟩, and we've shown such an element is unique up to multiplication by a unit.

We're now showing that the element e=abd is a least common multiple of a and b, where d is a greatest common divisor of a and b.

We've established that e is a common multiple of a and b. Now we'll show it's the least common multiple. First recall that a property of a greatest common divisor is that it can be written as an R-linear combination of a and b. In other words, there are elements r,s∈R such that

d=ra+sb.

Note that since d divides a and b, we can actually "divide" this equation by d to get

1=rβ‹…ad+sβ‹…bd.

(What we're really doing is writing a=kd and b=ld for some k,l∈R, and then using cancelation on both sides to get 1=rk+sl.) We'll use this equality in a little bit.

Suppose eβ€² is a least common multiple of a and b. Since e is a common multiple and eβ€² is a least common multiple, this means e=teβ€² for some t∈R. We'll show that t must be a unit, which will prove e is also a least common multiple of a and b. We also know eβ€²=xa=yb for some x,y∈R. Combining this with the equality e=teβ€² yields

abd=e=teβ€²=txaandabd=e=teβ€²=tyb.

In the first equality we can cancel a, and in the second equality we can cancel b, to get

bd=txandad=ty.

Finally we can use our earlier equality to deduce

1=rβ‹…ad+sβ‹…bd=rβ‹…ty+sβ‹…tx=t(ry+sx).

This proves t is a unit in R, with inverse given by ry+sx. Since eβ€² is a least common multiple of a and b, and since e=teβ€² with t a unit, we've thus proven e is also a least common multiple of a and b.