If V is a subspace of $\Bbb{R}^\Bbb{N}$, which consists of all rows $(x_0,x_1,...)$ of the real numbers meeting the conditions $x_{n+2}=x_{n+1}+x_n$.
How could i prove that V has exactly 2 vectors of the form $(1,a,a^2,a^3...)$ and that those vectors also form the basis of V?
So far i only know that they the vectors need to be linearly independant and that every vector in V is a linear combination of these two vectors.
HINT
I would combine the form of the vector $(1,a,a^2,\ldots)$ with the recurrence relation you are given, which yields $a^{n+2} = a^{n+1} + a^n$ and solve for $a$...