Thursday, May 16, 2019

elementary number theory - Prove that if ngeq2, then sqrt[n]n is irrational. Hint, show that if ngeq2, then 2n>n.



Prove that if n2, then nn is irrational. Hint, show that if n2, then 2n>n.



So, my thought process was that I could show that 2n>n using induction, but I'm not sure how that helps to solve the original problem. Showing 2n>n means I could take the nth root of each side, giving me 2>nn, but that's not quite showing that it's irrational.



My other thought was proof by contradiction, I could start assuming that it's rational -- ie that there exists some integers r and s such that nn=r/s. Then I could say that n=rn/sn. But I have no way of showing that this is impossible for any n2.




Any hints as to what a good direction to start in would be appreciated.


Answer



Suppose there is a rational number a/b such that gcd(a,b)=1 and an/bn=n. Then an=bnn. So an divides bnn. Since gcd(a,b)=1 gcd(an,bn)=1, we know an must divide n. Thus, nan. But note that the integer a must be at least 2 since (1/b)n clearly cannot be n. Combining with the hint gives a contradiction.


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...