Thursday, November 24, 2016

abstract algebra - Simple proof for independence of square roots of two primes



Consider the following problem:



Let p and q be two distinct prime numbers. Show that p and q are independent over Q, which means that:


a,bQ:ap+bq=0a=b=0



I'm well aware how to prove this for a sequence pi of primes and thus a sequence pi of prime roots using Galois theory, but I want to show some students a very elemental and short proof for just two prime roots. Those students are only at the beginning of an elemental algebra course and did not learn about anything like field traces. Is this possible?


Answer



I wanted to construct a proof of this using as elementary means as possible, avoiding if at all feasible "big gun" results such as the fundamental theorem of arithmetic, which in the following has been supplanted by repeated application of Bezout's identity:


If p and q are dependent over Q, they satisfy a relation of the form


rp+sq=0,0r,sQ;



by clearing the denominators of r and s we find there exist 0a,bZ with


ap+bq=0,


and we may clearly further assume


gcd(a,b)=1;


from (1) we have, upon multiplication by p,


ap+bpq=0,


whence


ap=bpq;


we square:


a2p2=b2pq,



and divide through by p:


a2p=b2qpb2q;


now since p,qP are distinct, pq, we have


gcd(p,q)=1,


and thus


x,yZ,xp+yq=1,


which further implies


xpb2+yqb2=b2pb2,


since


ppb2,pqb2;



now with pP,


pbgcd(p,b)=1,


whence


z,wZ,zp+wb=1,


and so


zpb+wb2=bpb⇒⇐pb,


as assumed in (11); thus in fact


pbcZ,b=pcb2=p2c2,


and thus (6) becomes


a2p=c2p2qa2=c2pqpa2;



now repeating in essence the argument of (11)-(13) proves that pa, which is of course precluded by (2), lest pgcd(a,b)=1.


We thus see that there can be no relation of the form (0) for p,qP distinct; p and q are independent over Q.


The informed reader, upon careful scrutiny, will note that this demonstration also has much in common with the classic proof that 2Q, which truth be told inspired my conception of this answer.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...