I'm studying for a PHD qualifying exam and I got stuck with this problem:
Let $p\ge 1$ and $l^p:= L^p(\mathbb{N},\mu)$, where $\mu$ is the counting measure. Let $S:\ell^p\rightarrow \ell^p$ the right shift operator defined by $$S(x_1,x_2,\cdots)=(0,x_1,x_2,\cdots)$$ and suppose that the linear operator $T:\ell^p\rightarrow\ell^p$ satisfies $TS=ST$. Prove that $T$ is continuous.
I tried the following approach:
First I defined $\{e_j\}_{j=1}^\infty$ as the subset of $l^p$ given by $e_j(n)=\delta_{jn}$, where $\delta_{jn}=1$ if $j=n$ and $\delta_{jn}=0$ otherwise. Noticing that $S^m e_j=e_{j+m}$ I managed to prove $||T(e_{j+1})||_p\le ||T(e_1)||_p$ using the fact that $ST=TS$. I chose to name $C:=||T(e_1)||_p$. Then I let $||x||=1$ and tried to prove $||Tx||_p \le K$ for some constant $K$ by doing the following:
$$||Tx||_p=||T(\sum_{n=1}^\infty x_n e_n)||_p = ||\sum_{n=1}^N T(x_ne_n)+T\sum_{n=N+1}^\infty x_n e_n||_p\le ||\sum_{n=1}^N x_n T(e_n)||_p+||T\sum_{n=N+1}^\infty x_ne_n||_p\le \sum_{n=1}^N ||x_n T(e_n)||_p+||T\sum_{n=N+1}^\infty x_n e_n||_p \le \sum_{n=1}^n |x_n| ||T(e_n)||_p+||T\sum_{n=N+1}^\infty x_n e_n||_p\le \sum_{n=1}^N C|x_n|+ ||T \sum_{n=N+1}^\infty x_n e_n ||_p =C\sum_{n=1}^N |x_n|+ ||T\sum_{n=N+1}^\infty x_n e_n ||_p =C\sum_{n=1}^N |x_n|+||T\sum_{n=N+1}^\infty x_n e_n||_p. $$
Then, if I let $N\rightarrow \infty$ I get $||Tx||_p\le C||x||_1$. This works if $p=1$, but fails for greater values of $p$ since I have no guarantee that $x\in \ell^1$ if $p>1$.
I looked for books and articles about linear operators that commute with the shift operator but I only found papers with several lemmas that I couldn't figure out while taking the test with a time limit. I Also tried to generalize the previous discussion by placing $p$ in different parts of the expresions, but I didn't get anything useful. The last approach I tried was noticing that if $L$ is the left shift operator we get $T=LTS$, also $||T||$ and $||S||=1$. Sadly, I didn't get anything nice with that.
I'm looking for a hint that allows me to generalize my proof for $p\ge 1$ or a totally different solution or hint to solve it. The problem isn't clear about if I need to prove it for $\ell^\infty$, but I'll be happy if I understand the finite case. Any help is appreciated.