I'm wondering if you can check my work and provide help on part of this problem. Here's the question: Let $H$ be Hilbert and $(\phi_n)$ an orthonormal basis. Let $(a_j)$ be a sequence of nonnegative reals such that $a_j \to \infty$. Define $T_n(t) \in B(H)$ by $$ T_n(t)[u] = \sum_{j=1}^n e^{- a_j t} \langle \phi_j, u \rangle \phi_j $$ (a) Show that $(T_n(t))_{n=1}^\infty$ converges to some $T(t) \in B(H)$ for any fixed $t \in [0,\infty)$. What is the type of convergence?
(b) Does the limit $T(t)$ converge as $t \to 0$? what is the type of convergence?
Here's my work: It is clear that $\sum_{j=1}^\infty e^{- a_j t} \langle \phi_j, u \rangle \phi_j$ is a bounded linear operator: $$ \left\| \sum_{j=1}^\infty e^{- a_j t} \langle \phi_j, u \rangle \phi_j \right\|^2 = \sum_{j=1}^\infty | e^{-2 a_j t} | \langle \phi_j, u \rangle|^2 \le \sum_{j=1}^\infty | \langle \phi_j, u \rangle|^2 = \|u\|^2 < \infty $$ and linearity is trivial. Also $T_n(t) \to T(t)$ uniformly. Consider $\|u\|=1$, then $$ \|T(t) - T_n(t) \|_{op} \le \left\| \sum_{j=n+1}^\infty e^{- a_j t} \langle \phi_j, u \rangle \phi_j \right\|^2 = \sum_{j=n+1}^\infty |e^{- a_j t}|^2 | \langle \phi_j, u \rangle|^2 \le \sum_{j=n+1}^\infty | \langle \phi_j,u \rangle|^2 \stackrel{n \to \infty}{\longrightarrow} 0 $$
For part (b), from LDCT we have $\lim \limits_{ t \to 0} \sum_{j=1}^\infty e^{- a_j t} \langle \phi_j ,u \rangle \phi_j = \sum_{j=1}^\infty \langle \phi_j, u \rangle \phi_j = u$ so $T(t) \to I$ as $t \to 0$.
But I'm uncertain about the type of convergence here since operator, strong, and weak convergence were defined for sequences of operators... not something like this.
Does my work look OK for (a) and part of (b)? Also, if you see a better/slicker way to get these results let me know. Studying for an exam.