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!