Just a fancy way of saying that the gcd is of the form au + bv
$ (this would mean interesting things like (a + p)n ≡ ap + bp mod p - By Bezouts_lemma, $\frac{gcd(m,n)}{m}\begin{pmatrix} m \\ n \end{pmatrix} = \frac{um+vn}{m} \frac{m!}{n!(m-n)!}$ - = $u mCn + v \frac{m-1}{(n-1)!(m-n)!}$ - = umCn + v(m − 1)C(n − 1) ∈ ℤ
Let a, b be integers (both not zero). Then there exists integers u,v such that gcd(a, b) = au + bv
[[modulo]]
TODO update tags tags :math:introduction_to_number_theory:introduction_to_abstract_algebra: