3

Let $$E:=(C^0([0,1]),\|\cdot\|_1) , \quad F:=(C^0([0,1]),\|\cdot\|_\infty),$$ with $$\|f\|_1:=\int_0^1\vert f(t)\vert \, dt,\quad \|f\|_\infty:=\sup_{t\in [0,1]}\vert f(t)\vert .$$ For $k \in C^0([0,1]\times[0,1])$ and $f\in E$ define $$K(f):=s\mapsto \int_0^1k(s,t)f(t)\,dt, s \in[0,1]$$ Show that $K$ is a continuous linear transformation $E\to F$ and find the operatornorm $C\ge0$, so $x\in E$, so that $\|K(f)\|_\infty\le C\|f\|_1$

I already showed the linearity. So I can use a theorem: Let $X$ and $Y$ be normed spaces and $f:X\to Y$ is linear, then the following are equivalent:

i) $f$ is continuous

ii) $\|f\|_{L(X,Y)}:=\sup_{\|x\|_X{\le1}}\|T_X\|_Y<\infty$

In this context is $\|f\|_{L(X,Y)}$ the Operatornorm $C$. I tried to do the following:

I suppose $\|f\|_1=1$ should be one condition for $C$ in order to be the supremum in $$\|K(f)\|_{L(X,Y)}:=s\rightarrow \left|\int_0^1k(s,t)f(t)\,dt\right|, \quad s\in [0,1]$$ $$\le s\rightarrow\int_0^1|k(s,t)f(t)|\,dt,\quad s\in[0,1]$$ $$\le s\rightarrow\int_0^1|k(s,t)||f(t)|\,dt,\quad s\in [0,1]$$ My question is: Is there a way to get rid of the $f(t)$ in the equation? I guess the final C should be $$C=\sup_{s\in[0,1]}\int_0^1|k(s,t)|\,dt$$ But I don't know how to do the final step(s). Can someone help me?

Tobi92sr
  • 1,661
  • No $K(f)$ refers to an element of the vector space $F$, it isn't an operator. $K$ is the operator. That is, you're looking for $|K|{L(E,F)} = C$. And it just a guess, you somehow need to find $C$ such that the inequality $|K(f)|\infty \leq C |f|_1$ holds. But if we take you guess, the right hand side of that inequality would contain the product of two integrals while the left hand side contains only one integral. I don't see how that could work, which is probably why you're stuck. – Demophilus Nov 02 '17 at 20:12