5

I'm having a difficult time understand the second part of this question:

The space $C'[a,b]$ or $C^1[a,b]$ is the normed space of all continuously differentiable functions on $J=[a,b]$ with norm defined by:

$||x||=\max_{t\in J}|x(t)|+\max_{t\in J}|x'(t)|$.

Show that the axioms of a norm are satisfied. Show that $f(x)=x'(c)$, $c=(a+b)/2$, defines a bounded linear functional on $C'[a,b]$. Show that $f$ is not bounded, considered as a functional on the subspace of $C[a,b]$ which consists of all continuosly differentiable functions.

For the first part it is easy to show that $f$ is indeed a linear functional and bounded because the elements are continuous and the domain is compact. However I can't understand the last part which states that $f$ is not bounded if we consider it as a functional on the subspace $C^1[a,b]$ of the larger space of continuous functions on $[a,b]$. Maybe $C[a,b]$ is a Banach space (with respect to some norm) and if $f$ was indeed bounded on $C^1[a,b]$ (as a subspace) it would admit a bounded extension $\hat{f}$ defined on $C[a,b]$ and the question is asking me to show that it is impossible? Is the metric induced by the given norm defined $C[a,b]$? I'm really confused, any help is appreciated.

3 Answers3

2

You need to consider $f$ with the following norm:

$$ ||f|| = \sup_{||x||=1}|f(x)| = \sup_{\max_{a \le t \le b}|x(t)|=1}|x'(c)| $$

where $x \in C^1[a, b]$.

Then you can take a non-negative $x_n' \in C[a, b]$ such that $x_n'(a)=x_n'(b)=0$, $x_n'(c) \rightarrow \infty$ and $x_n(b)=\int_a^b x'(s)ds=1$. For the existence of such functions check this.

You now have $|f(x_n)| \rightarrow \infty$.

2

Assuming the usual $sup$ norm on $C[a,b]$. It suffices to find a sequence of bounded functions $x_n(t)$ such that $|x'_n(c)|$ is unbounded.

for reference:this post

Another approach is to consider $f_n(x) = \frac{2}{\pi}\arctan(nx)$ on $[-1,1]$.

0

You can also choose the sequence $x_{n}(t) = \sin(nt - nc).$

So $$ \| x_{n} \|_{C^{0}[a,b]} = \max_{a \leq t \leq b} | x_{n}(t) | = 1. $$

By the other side, you will have

$$ | f ( x_{n} )| = x^{'}_{n}(c) = n \cos(nc - nc) = n \cos(0) = n.$$

So $ | f ( x_{n} )| \to \infty $ and then, $f$ not could be bounded.

rmoura
  • 1