Tuesday, May 7, 2019

radicals - How would you prove that sqrt[n]2 is irrational?




How would you prove that n2 is irrational?, where n{2,3,4,}.


Answer



You have probably already seen the proof for n=2. So, let's assume that n3.



Seeking a contradiction, suppose that n2 is rational. This, together with the positivity of n2 imply that there exist p,qN such that n2=p/q. Raising both sides to the nth power, we see that
2=pnqn.


Multiplying through by qn and using 2qn=qn+qn, we have
qn+qn=pn.

This violates Fermat's Last Theorem, giving a contradiction. Thus n2 is irrational.



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