If $x$ and $y$ are numbers such that $x + y, x^2 + y^2, x^3 + y^3$ and $x^4 + y^4$ are all integers. Show that $x^n + y^n$ is an integer for all positive integers $n$.
Using induction we have the base case for $n=1$ holding as $x+y$ is an integer by assumption. Assume now that the statement holds for $n$. Now $$(x+y)(x^n+y^n)=x^{n+1}+y^{n+1}+xy^n+yx^n.$$
The lhs is an integer so $x^{n+1}+y^{n+1}+xy^n+yx^n$ is also an integer. Now if $xy^n+yx^n$ is an intger can we conclude that $x^{n+1}+y^{n+1}$ is also an integer?
For $xy^n+yx^n$ we see that $$xy^n+yx^n=xy(y^{n-1}+x^{n-1})$$ and since $y^{n-1}+x^{n-1}$ is an integer we must show that $xy$ is an integer. Now $$(x+y)^2 = x^2 +y^2+2xy$$ and the lhs as well as $x^2+y^2$ are integers so $2xy$ is also an integer which makes $xy$ an integer.
Can we now conclude that $x^{n+1}+y^{n+1}$ is an integer?