Let $\mathbb{R}^\infty$ be the vector space of real sequences $x=(x_1,x_2,x_3,\dots)$ and let $W$ be the subspace of the sequences $y$ such that $y_n=y_{n-1}+y_{n-2}$ for $n \ge 3$. Which is its dimension?
I think it is 2, since $y_3=y_1+y_2$ (that are two independent parameters), $y_4=y_2+y_3=y_1+2y_2$; $y_5=y_3+y_4=2y_1+3y_2$, $y_6=3y_1+5y_2$ and so on. Moreover, the base will be $$ Span \{(1,0,1,1,2,3,\dots), (0,1,1,2,3,5,\dots) \} $$ i.e. we obtain in both cases the Fibonacci sequence. Is the exercise well done?