Define on operator $T$ on the space of double sided sequences $$\ell_2 \left( \mathbb{Z} \right) = \{ \{ a_n \}_{n = - \infty}^{\infty} \ ; \sum_{n= -\infty} ^{\infty} \left| a_n \right|^2 < \infty \}$$ as following $Tx = y$ so that $y_n =-x_{n-1}+x_n - x_{n+1}$. Find $T$'s spectrum.
I really don't know how to approach this... What I tried so far, is finding eigenvalues and I didn't succeed. Obviously $T = I - S_l - S_r$ where $S_l, S_r$ are left and right shifts, but what else can I draw from this regarding the spectrum?
EDIT
Since $T = I - S_l - S_r$, the matrix representation of $T$ is $$T_k^j = \cases{ 1 \qquad ,k=j \\ -1 \qquad ,k-j \in \mp1 }$$ so it's easy to see that $T$ is symmetric thus $T^*=T$... Is this even related?
The space $\ell^2(\mathbb Z)$ is naturally isomorphic with $L^2(\mathbb T)$, via the identification $\delta_n\longmapsto (t\mapsto e^{in\pi\,t})$. Under this identification, the shifts are mapped respectively to the multiplication operators $M_z$ and $M_{z^{-1}}$. So the spectrum of $S_l+S_r$ is the same as that of $M_{z+z^{-1}}$.
For a multiplication operator, its spectrum is the closure of the range. So $$ \sigma(S_r+S_l)=\overline{\{z+z^{-1}:\ z\in\mathbb T\}} =\overline{\{z+\bar z:\ |z|=1\}}=\overline{\{2\text{Re}\,z:\ |z|=1\}}=[-2,2]. $$ Thus $$ \sigma(I-S_r-S_l)=\{1-t:\ t\in[-2,2]\}=[-1,3]. $$