I just want to make sure I am understanding this correctly. I want to show that operator norm convergence implies pointwise convergence.
Suppose we are looking at the space $L(X,Y)$ i.e the space of all linear operator from X to Y. Suppose that $S_m = \Sigma_{n = 1}^{n = m} T_n \rightarrow T$. Then the reason that operator norm convergence implies pointwise convergence is the following:
By definition we have $\|S_m - T\|_{op} \longrightarrow 0$ as $m \longrightarrow \infty$. So by definition $$| \Sigma_{n = 1}^m \ sup_{x \neq 0} \frac{T_n(x)}{\|x\|} - sup_{x \neq 0} \frac{T(x)}{\|x\|}| \longrightarrow 0$$
Thus we have that $$ \big|\Sigma_{n = 1}^m T_n(x) - T(x)| \big| = \big|\Sigma_{n = 1}^m T_n(\frac{x}{\|x\|})\|x\| - T(\frac{x}{\|x\|})\|x\|\big| \longrightarrow 0$$
Thus we are done. Is it good ?