I've been trying to come up with an easy example of an application of the uniform boundedness principle (or Banach-Steinhaus theorem). I was thinking of something like the following, which is unfortunately a non-example:
Non-example:
Consider the Banach space $(B(X), \|\cdot\|_\infty)$, i.e. the space of bounded functions with the sup norm. Let's choose $X=\mathbb R$ and let $\mu$ be a measure that is finite on compact sets, like for example the Lebesgue measure. Define $$ T_t : (B(X), \|\cdot\|_\infty) \to \mathbb R$$ as $$ f \mapsto \int_{[-t,t]} f d \mu$$
Then $T_t$ is linear and bounded: If $\|f\|_\infty = 1$ then $\|T_t f\| = |T_t f| = \int_{[-t,t]} f d \mu \leq 2t$ so that the operator norm $\|T_t\| \leq 2t < \infty$. The condition that fails that prevents me from applying Banach-Steinhaus is that the family $\{T_t\}_{t \in \mathbb R}$ is not pointwise bounded: For $f$ with $\|f\|_\infty$ we have $\sup_{t \in \mathbb R} \|T_t\| \geq \sup_{t \in \mathbb R} 2 t = \infty$.
My non-example was supposed to conclude that the integral operator is continuous on the whole space. Of course it's not on $\mathbb R$ for bounded functions but you see what I'm trying to do. Although one might consider showing that the integral is a continuous operator by applying Banach-Steinhaus "cracking nuts with a sledge hammer", this one is for educational purposes so it's acceptable.
Can someone either modify my example so that it works or show me an equally easy example? Thanks a lot for your help.