Let $V$ be the vector space of the real sequences. Let $S:V\to V$ be a linear operator such that $S(a_1,a_2,\dots)=(a_2,a_3,\dots)$.
What are the eigenvectores of the map $S$?
Prove that the subspace $W=\{X_n \in V\mid X_{n+2}=X_{n+1} + X_n\}$ is invariant by $S$, $\dim W = 2$ and find a basis for $W$ formed by eigenvectors of $S$.
I found that the eigenvector was v=a1(1,¶,¶²,¶³,...) and i applied S in W and found S(X1, X2, X1+X2,...)=(X2, X1+X2, X1+2X2,...) (All of the terms of this sequence is a linear combination of X1 and X2, and hence dim$W$=2, right?) But i couldn't find a basis with these eigenvectores... PS: ¶ is the eigenvalue.