Let $r$ be a real number such that $r + 1/r$ is an integer. Prove that for every natural number $n$, $r^n + 1/r^n$ is also an integer. (In addition, I have to use induction, strong induction, or a minimum counterexample).
I initially tried minimum counterexample, assuming that for a fixed $r$, that $k$ is the smallest natural number for which the statement is false. I then had: $$r^{k-1} + (1/r)^{k-1} = n \in \mathbb{N}$$ with the intent of showing a contradiction for the case $k$, but couldn't get anywhere after combining the terms into a single fraction. Similar attempts with induction and strong induction went nowhere.
All and any help is appreciated. Thank you kindly!
$$\rm\quad\ : y^{n+1}+z^{n+1}\ =\ (\color{#c00}{y+z})\ (y^n+z^n) -\ \color{#c00}{yz}: (y^{n-1}+z^{n-1})\quad for\ \ all\ \ \ n \ge 0\qquad\quad $$
to deduce by induction that $\rm,y^n+z^n\in\Bbb Z,$ for all $\rm,n\ge 0.\ $
Remark $ $ Above is a special case of Newton's identities for expressing power sums in terms of elementary summetric polynomials.
– Bill Dubuque Feb 20 '17 at 01:45