If $c$ is a common divisor of $a$ and $b$ then $c$ divides the greatest common divisor of $a$ and $b$. What can we use to prove this?
|
First of all, it could be a definition. Otherwise, you may use the Euclidean algorithm and some elementary properties of division, or simply the unique prime factorisation of natural numbers. |
|||||||
|
|
Hint $\ $ By Bezout's identity, there are $\rm\:j,k\in\Bbb Z\:$ such that $\rm\:gcd(a,b)\, =\, j\:a + k\:b,\:$ which is clearly divisible by every common divisor of $\rm\:a,b.$ Thus a linear common divisor is always greatest, i.e. any common divisor $\rm\:d\:$ of $\rm\:a,b\:$ that is an integral linear combination of them $\rm\:d = j\:a + k\:b\:$ is necessarily the greatest common divisor, since, as above, every common divisor $\rm\:c\:$ divides $\rm\:d,\:$ hence $\rm\:c\le d.$ See here for a proof of Bezout's Identity and discussion of related matters. |
||||
|
|
|
This can be shown based on what we are given by showing $a$ and $b$ in terms of a product of $c$. If $c$ is a common divisor of $a$ and $b$, that means a and b are each the product of at least one $c$ and another natural number: $a = c^np$ and $b=c^nq$, with $a,b,c,n,p,q \in \mathbb N$. There are then two possibilities:
|
||||
|
|
|
Use unique prime factorization: say $m=\displaystyle\prod_{i}{p_i}^{\alpha_i}$ and $n=\displaystyle\prod_i{p_i}^{\beta_i}$, then $\gcd(m,n)$ will contain the exponents $\min(\alpha_i,\beta_i)$. Meanwhile, if $d$ has exponents $\delta_i$, then $d|m$ means exactly that each $\delta_i \le \alpha_i$. So, this is all a reformulation of the ($\delta_i\le\alpha_i$ and $\delta_i\le\beta_i$ then $\delta_i\le\min(\alpha_i,\beta_i)$) setting. |
|||
|
|