19.1k views
5 votes
Prove that if a and b are integers, then for any integer k one has (a,b) = (a + kb,b). (Hint: Show that they are mutually divisible.)

User Cucuru
by
4.2k points

1 Answer

3 votes

Answer:

The operation:

(a,b) is equal to the rest of the division of a by b.

Now, if we have:

(a + kb,b) = (a,b) + (k*b,b)

But if we have that k and b are integers, then:

(k*b)/b = k

So b divides k*b into a whole number, this means that (k*b,b) = 0

then:

(a + kb,b) = (a,b) + (k*b,b) = (a,b) + 0 = (a,b)

User Phreakhead
by
4.8k points