I have to determine the operator norms, the kernels and the images of the following 2 maps:
1) $F_1 :\{x\in C^0([0,10],\mathbb R)|x(0)=0\}\rightarrow C^0([0,10],\mathbb R)$
$(F_1x)(t)=\left\{\begin{array}{ll} x(t-1), & t\in [1,10] \\ 0, & t\in [0,1)\end{array}\right.$
2) $F_2:C_b^0(\mathbb R,\mathbb R)\rightarrow C_b^0(\mathbb R,\mathbb R)$
$(F_2x)(t)=x(t-1), t\in \mathbb R$
I also have to determine the operator norm of the following:
3) $F:C^0([0,2]),\mathbb R)\rightarrow\mathbb R$
$Fx=\int_0^1x(t)dt-\int_1^2x(t)dt$
Where the norm on the spaces of continuous functions is the usual $||\circ ||_{\infty}$
Since I am very new to this topic (operator norm) I might need some help.
1) I have to find the smallest $M\geq0$ such that $||F_1x||<M||x||$ for all x.
For $t \in [0,1)$ its 0, for $t\in [1,10]$ its 9,because t-1 is monotone increasing on that interval, is this correct?
The kernel should be just the zero function. But whats the image here?
2) Since the term (t-1) is unbounded for all real numbers, M should be equal to $\infty$?
The kernel should be again zero. And again I don't know how to determine the image..
3) No ideas here.
Thanks in advance
You seem a bit confused in your reasoning for the first part. I'll give the solution for part 1, see if that helps.
The operator norm of $F_1$ is one. The norm of $F_1(x)$ is $\sup x([0,9])$. The norm of $x$ is $\sup x([0,10])$. Because $x([0,9])$ is contained in $x([0,10])$, we have that the norm of $F_1(x)$ is no greater than the norm of $x$, so the operator norm of $F_1$ is no greater than one. Because there exist functions (any constant function, for example, will do) such that $\sup x([0,9])$ = $\sup x([0,10])$, the operator norm can be no less than one. Thus the operator norm of $F_1$ is exactly one.
The kernel is the set of all functions $k$ such that $F_1(k)$ is the zero function. $F_1(k)(t)$ is by definition zero for $t$ between $0$ and $1$, so we only need to consider $t \in[1,10]$. On this interval, $F_1(k)(t) = k(t-1)$. So we need that $k(t-1)$ equals zero on $[1,10]$, meaning $k(t)$ equals zero on $[0,9]$. The kernel is thus the set of continuous functions on $[0,10]$ that are zero on $[0,9]$.
Lastly, the image is the set of all continuous functions on $[0,10]$ that are zero on $[0,1]$.