The problem is to prove: Let a,b belong to the set of integers, and a,b not equal to 0. Then for d belonging to the natural numbers, d=gcd(a,b) if and only if (1) d divides a and d divides b (2) if c is a common divisor of a and b then c divides d.
Bezout's lemma: For a,b belonging to the set of natural numbers, n belonging to the integers, we have gcd(a,b) divides n if and only if we can find x,y belonging to the integers such that n=ax+by. I.e. The set {ax+by:x,y belong to the integers} is precisely the set of integer multiples of gcd(a,b).