I'm leanrning Banach Steinhaus Theorem and saw this on Wikipedia on one of the corollary of Banach Steinhaus Theorem:
Since $\{Tn\}$ is bounded in operator norm, and the limit operator $T$ is continuous, a standard "3-ε" estimate shows that $T_n$ converges to $T$ uniformly on compact sets.
I'm trying to prove this as an exercise: but here I don't understand how does being on a compact set and limit operator being continuous might help.
My thought is the followings:
If a sequence of bounded operators $A_n$ converges pointwise, that is, the limit of $\{A_n(x)\}$ exists for all $x$ in $X$, then these pointwise limits define a bounded operator $A$. This directly follow from the Banach Steinhaus Theorem.
Now let $\epsilon > 0$ be given. Since $T_n$ is bounded, so there exists $\delta > 0$ such that $\lVert A_n(x) - A_n(y) \rVert < \frac{\epsilon}{3}$ for $\lvert x - y \rvert < \delta$. Similarly, we can have $\lVert A(x) - A(y) \rVert < \frac{\epsilon}{3}$ and $\lVert A_n(x) - A(x) \rVert < \frac{\epsilon}{3}$ since the limit is continuous and $A_n$ converges point-wise. Therefore, we can have $\lVert A_n(x) - A(x) \rVert < \epsilon$. But now when taking the $\sup$ over a compact set, I'm not exactly sure why the result should follow.
Any help or comments are welcome!