0

So I have this problem I don`t quite know how to prove completely with $P(k)>P(k+1)$ implication: $x$ is a real number with the property that $x + \frac1x$ is an integer, then prove that $x^n + \frac{1}{x^n}$ is an integer, $n \in \mathbb N$. Help?

GoodDeeds
  • 11,185
  • 3
  • 22
  • 42

1 Answers1

1

The induction comes up easily:

First of all, as given, we have that $(x+\frac{1}{x})$ is an integer. So $P(1)$ is true.

Now, using strong induction, assume that $P(1), \ldots ,P(k)$ is true i.e. $(x+\frac{1}{x}), \ldots ,(x^k+\frac{1}{x^k})$ are all integers.

Thus, we can say that $$x^{k+1}+\frac{1}{x^{k+1}}=\left(x+\frac{1}{x}\right)\left(x^k+\frac{1}{x^k}\right)-\left(x\cdot\frac{1}{x}\right)\left(x^{k-1}+\frac{1}{x^{k-1}}\right)$$ $$=\color{blue}{\text{an integer}}$$

So $P(k+1)$ is true and the statement given is proved to be true by strong induction.