Complete C[a,b] Function Space - Kreyszig

  • Thread starter Thread starter bolzano
  • Start date Start date
  • Tags Tags
    Function Space
bolzano
Messages
15
Reaction score
0
Hi I'm using Kreyszig's Introductory Functional Analysis with Applications and he proves that the set of continuous functions on an interval [a,b] under the metric d(x,y) = max|x(t)-y(t)| is complete. Standard proof nothing hard over there.

But isn't the sequence of x^n s on [0,1] a Cauchy sequence (under this metric) which does Not converge to a continuous function?
 
Physics news on Phys.org
What is your reasoning for why it is Cauchy?
 
Well intuitively it seems so, but later on i tried checking this out as follows:

i) compute the derivative of x^(n-1) - x^n.

ii)Equating this to zero will give the point x in [0,1] at which this is highest.

iii)Substituting this value back into x^(n-1) - x^n will give the disatance (w.r.t the metric d) between x^(n-1) and x^n.

The attachment has the distances. Thanks! :)
 

Attachments

  • Cauchy.jpg
    Cauchy.jpg
    56.2 KB · Views: 691
You should try to give a proof of your claim.

For all n,m: if x=0 then x^n=0, if x=1 then x^m=1. Hence the distance between x^n and x^m will always be at least 1 in the sup-norm:

\max_{x\in[0,1]}|x^n-x^m|\geq 1.

No way this is a Cauchy sequence, or a convergent sequence. The sequence converges pointwise to the discintinuous function f(x)=\delta_{x,1}, but not uniform.
 
Landau said:
For all n,m: if x=0 then x^n=0, if x=1 then x^m=1. Hence the distance between x^n and x^m will always be at least 1 in the sup-norm:

\max_{x\in[0,1]}|x^n-x^m|\geq 1.

No way this is a Cauchy sequence, or a convergent sequence. The sequence converges pointwise to the discintinuous function f(x)=\delta_{x,1}, but not uniform.

Hi Landau, i know that the sequence converges pointwise and the limit function is discontinuous on [0,1]. However in the metric space we're treating the functions as points; have You looked at the metric we're using on [0,1]? It's d(x,y) = max|x(t)-y(t)| for all t in [0,1].

The convergence isn't the usual one of a sequence of functions on a subset of R as in calculus, but in a metric space with respect to the metric d.

So the distance between x and x^2 is 0.25, the dist. between x^2 and x^3 is 0.148148 and so on... (see the attachment in my previous post)
 
Hi Bolzano, I am aware that we are considering the metric d, this is also called the supremum (or uniform) norm. Convergence with respect to this metric is precisely the usual "uniform convergence".

Bu I now see I made a mistake in my last post, arguing that the distance would be at least 1 for all n,m. Instead of \max_{x\in[0,1]}|x^n-x^m| I considered \max_{x,y\in[0,1]}|x^n-y^m|.

Still, you should try to make your proof rigorous (because it won't be possible). Given e>0, try to find N such that d(x^n,x^m)<e for all n,m>N.
 
Last edited:
Landau said:
Still, you should try to make your proof rigorous (because it won't be possible). Given e>0, try to find N such that d(x^n,x^m)<e for all n,m>N.

Yes precisely, the sequence I'm considering obviously isn't Cauchy, otherwise the space won't be complete. In fact the theorem tells us that the sequence can't be Cauchy since it converges to a function "outside" the space of Cont. Functions.

However i really felt that this sequence was Cauchy wrt to the metric but it obviously isn't, proving it rigorously is the only way to make sure obviously :)
 
Perhaps easier is to show that the sequence does not converge uniformly to f(x):=\delta_{x,1} (=1 if x=1 and =0 otherwise), i.e. it does not converge with respect to d to this function.

|x^n-f(x)|=|1-1|=0 if x=1
|x^n-f(x)|=|x^n-0|=|x|^n if x<1.

Hence d(x^n,f)=\sup_{0\leq x&lt;1}|x|^n.
E.g. take epsilon=1/2.
 
Back
Top