is bounded linear operator necessarily continuous?

17.4k Views Asked by At

Let $U, V$ be separable Banach spaces.

Suppose we have a bounded, linear operator $C : U\to V$.

Questions are the following

  • Shall $C$ be continuous since $V$ is a Banach space?
  • In general, is a bounded linear operator necessarily continuous (I guess the answer is no, but what would be a counter example?)
  • Are things in Banach spaces always continuous?
2

There are 2 best solutions below

5
On

This property is unrelated to the completeness of the domain or range, but instead only to the linear nature of the operator. Yes, a linear operator (between normed spaces) is bounded if and only if it is continuous.

Added @Dimitris's answer prompted me to mention, beyond the fact that the implication on normed spaces indeed is an equivalence, that it's the converse which holds in the wider context of topological vector spaces, while the proposition mentioned here fails: there are bounded discontinuous linear operators, yet every continuous operator remains bounded.

0
On

An operator $C$ is bounded iff the set {$\|Cx\|:\|x\|\leq 1$} is bounded $\Leftrightarrow$ there is a $M<\infty:\|Cx\|\leq M\|x\|$ for every $x\in U$.

Let $ε>0$. If $x,y\in U:\|x-y\|<ε/M$, then $$\|Cx-Cy\|=\|C(x-y)\|\leq M\|x-y\|<\varepsilon.$$ Thus $C$ is not only continuous but uniformly continuous also.

So, a bounded operator is always continuous on norm-spaces. Banach space is a norm-space which is complete, thus things are not different there.