Discontinuous linear operator

206 Views Asked by At

Let $X = C ^ \infty ([0,1] , \mathbb R )$ and let $\|\cdot\|$ be any norm of $X$. Define the operator $T:X\to X$ by $T(f) = \frac{df}{dx}$.

Show that $T$ is not a continuous linear operator from $( X , \|\cdot\| )$ into $(X , \|\cdot\| )$,

Hint : Use the function $f_a (x) = \exp(ax) , a \in \mathbb R$.

My answer is :

$T$ is discountinuous if there is $f_a (x) , a \in \mathbb R$, $X = C ^ \infty ([0,1] , \mathbb R )$ such that $\|Tf_a\| \to \infty$ as $a \to \infty$.

$\|Tf_a\|= \|T(e^{ax}) \| = \|a e^{ax} \| \to \infty$ as $a \to \infty$.

Thus $T$ is not continuous.

Is my answer true?

2

There are 2 best solutions below

2
On

There should be the constraint that $\left\lVert f_a\right\rVert$ should be bounded or equal to one for example (otherwise we could take $f_a=a\cdot g$ where $g\neq 0$). But we can choose $g_a:=f_a/\left\lVert f_a\right\rVert$. The norm of $g_a$ is one, that of $Tg_a=g'_a$ is $\left\lvert a\right\rvert$.

0
On

Assume that $T$ is continuous. Then $||Tf|| \le ||T|| \cdot ||f||$ for all $f \in X$.

Since $Tf_a=af_a$ we get $|a| ||f_a||=||Tf_a|| \le||T|| \cdot ||f_a||$ , hence

$$||T|| \ge a.$$

This holds for all $a \in \mathbb R$, which is absurd.