We consider common divisors and multiples of two (or more) integers. Let a, b Z.

Definition


We denote the greatest common divisor of a and b by gcd(a,b).

Analogous to the greatest common divisor of two integers we can define the greatest common divisor of more than two numbers.

Euclid's famous algorithm for calculating a greatest common divisor will be discussed later.