Is there a way to prove that if (n,m)=d, then there are two integers t and s, so that t∗n+m∗s=d?
By (n,m) I note the greatest common divisor of n and m.
Answer
Yes it can be proven.
Proof:
Let S={nx+my|x,y∈Z}. We note that S contains at least one positive integer since n2+m2≥0, and thus by the Well-Ordering Axiom there is a smallest positive element d in S. Since d∈S we can write d=ns+mt for some s,t∈Z.
We claim that d=(n,m).
First we show that d|n. By the Division Algorithm n=dq+r for some integers q and r, where 0≤r<d. Now
r=n−dq⇒r=n−nsq−mtq⇒r=n(1−sq)+m(−tq)
Thus r∈S and $r
Similarly we can show d|m.
If there is another common divisor c of m and n, then m=cu and n=cv. Now since d=ns+mt=cvs+cut=c(vs+ut) we have that c|d, i.e. c≤d. This means that d=(n,m).
Q.E.D
No comments:
Post a Comment