I am trying to figure out why completeness is necessary in this theorem. And I was given the following task:
Consider $C[0,1]$ with norm $$\|x\| =\int_{0}^{1}| x(t)| dt$$ and operators $$A_nx = n\int_{0}^{1/n} x(t) dt$$
So I want to prove that this operator is pointwise bounded but not uniform bounded. I've managed to do the following:
$|n\int_{0}^{1/n} x(t) dt|$ $\le$ $n\int_{0}^{1/n} |x(t)| dt$ $\le$ ($1/n-0)n$ $\|x\|$ $\le$ $\|x\|$
I guess this proves pointwise boundedness (?) But now I don't now how to find operator norm, which will show that uniform unboudedness fails.