2

Let $-\infty\lt a\lt b \lt \infty$. Let $C[a,b]$ is space of continuous functions and a function $\|.\|:C[a,b]\to R$ is given by $\|f\|:=\int_a^b |f(x)|d(x)$

a). Show that $\|\cdot\|$ is a norm in $C[a,b]$

b). Show that $C[a,b]$ with this norm is not a Banach space.

Well the 1st question is kind of easy. Non-negativity, Homogenity, and Triangle inequality is easily proven. At the 2nd question I have a problem.

I know the $$C[0,1]$$ space with Norm $$\|f\| = \int_0^1|f(x)|d(x)$$ is not complete that means not Banach-Space. But how do I prove the generality?

Does anyone has a suggestion?

Thanks

1 Answers1

2

The first question is straight forward if you apply the definition of the norm, and I encourage you to do it on your own in order to assimilate the concept of norm.

For the second question, you need to produce a sequence of functions $(f_n\in C[a,b]^{\mathbb N})$ such that $f_n$ converges (with respect with the norm defined in the exercise) towards a function that is not in $C[a,b]$.

Hint : (Assuming, without loss of generality, that a=-1, b=1) You may want to try with $f_n:x\longrightarrow 1 \mathrm {\ if\ }x<0,(1 - nx)$ if $0\leqslant x<\frac 1 n$, $0$ otherwise.

This sequence is Cauchy with respect to the $L_1$ norm in $C[a,b]$ but you can prove that its limit is not cotinuous (it is $\mathbb {1}_{[-1,0]}$).

pmichel31415
  • 1,207
  • 2
    Your sequence $f_n$ converges in norm to the constant function $0$ because $|f_n|=1/2 n.$ – DanielWainfleet Apr 12 '16 at 06:26
  • 1
    It is better to look at piecewise linear functions that approximate for example the indicator of $[1/2,1]$. Take for $f_n$ the function connecting the points $(0,0)-(1/2-1/n,0)-(1/2,1)-(1,1)$. They are Cauchy in integral norm but they do not converge. To see this take a continuous function $f$ and assume $f_n$ converges to $f$ in integral norm. Then show that $f$ is the indicator (which is a contradiction). To do this use continuity of the integral. –  Apr 12 '16 at 16:40
  • Yes sorry for the mistake, I updated my answer. Thank you for your feedback. – pmichel31415 Apr 12 '16 at 16:59