8

$a$ is in $\mathbb{R}$ but not equal to $0$, and $a+\dfrac{1}{a}$ is integer, $a^t+\dfrac{1}{a^t}$ is also an integer for all $t\in\mathbb N$.

If $\displaystyle a+\frac1a$ is an integer then $\displaystyle \left(a+\frac1a\right)^2,\left(a+\frac1a\right)^3, \ldots $ are integers.

Maybe induction on $$a^{t+1} + \frac1{a^{t+1}} = \left(a^t+\frac1{a^t}\right)\left(a+\frac1a\right) - \left(a^{t-1}+\frac1{a^{t-1}}\right)$$

I'm having a problem doing the induction for this problem, any help will be appreciated.

1 Answers1

0

Your method is correct. The inductive hypothesis is "$(a^i+a^{-i})$ is an integer for all $i \leq t$". You will use this three times in each induction step: for $i=t$, for $i=1$, and for $i=t-1$.