Saturday, March 17, 2018

induction - Show that (sqrt2!+!1)1/n!+(sqrt2!!1)1/n!notinmathbbQ



How could we prove that for every positive integer n, the number
(2+1)1/n+(21)1/n is irrational?




I think it could be done inductively from a more general expression, but I don't know how.



I made an effort trying to solve it using many different methods.


Answer



Assume that for a certain positive integer n
(21)1/n+(2+1)1/nQ.
Clearly, (21)1/n(2+1)1/n=1, and thus
((21)1/n+(2+1)1/n)2=(21)2/n+2+(2+1)2/nQ,
and hence
(21)2/n+(2+1)2/nQ.
Next

((21)1/n+(2+1)1/n)3=(21)3/n+(2+1)3/n+3((21)1/n+(2+1)1/n),
and hence
(21)3/n+(2+1)3/nQ.
Let sk=(21)k/n+(2+1)k/n. Then
s_1^k=s_k+\binom{k}{1}s_{k-2}+\binom{k}{2}s_{k-4} +\cdots+\binom{k}{\lfloor k/2\rfloor}s_{k-2\lfloor k/2\rfloor},
which means that we can inductively show that
s_1,s_2,\ldots,s_n\in\mathbb Q.
But
s_n=\big(\sqrt{2}-1\big)+\big(\sqrt{2}+1\big)=2\sqrt{2}\not\in\mathbb Q,
and hence
s_1=\big(\sqrt{2}-1\big)^{1/n}+\big(\sqrt{2}+1\big)^{1/n}\not\in\mathbb Q.



Generalization. If a,b\in\mathbb R, such that
a,b, a+b\not\in\mathbb Q and ab\in\mathbb Q, then using exactly this method, we obtain that
a^{1/n}+b^{1/n}\not\in\mathbb Q, for all n\in\mathbb N.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...