Is the Functional C_n on Polynomials with Supremum Norm Discontinuous?

  • Thread starter Thread starter P3X-018
  • Start date Start date
  • Tags Tags
    Functional
P3X-018
Messages
144
Reaction score
0

Homework Statement



I have to show that the functional C_n on the space of polynomials on the interval [0,1], that takes the n'th coefficient ie

C_n\left( \sum_{j=0}^m a_j t^j \right) = a_n

is discontinuous with respect to the supremum norm \|p\|_{\infty} = \sup_{t\in[0,1]}|p(t)|.

Homework Equations



A functional F on a normed space is continuous if and only if

\sup_{\|x\|\leq 1} |F(x)| < \infty


The Attempt at a Solution



Our normed space in the problem is the polynomials with the supremum norm.

As a hint it says to consider

p_k(t) = \frac{(1-t)^k}{bin(k,n)}

bin(k,n) is the binomial coefficient.

The supremum of |p_k(t)| in the interval is attained when t = 0 so

\|p_k\|_{\infty} = \frac{1}{bin(k,n)}

and I get by the binomial formula for (1-t)^k, that

C_n(p_k) = (-1)^n \|p_k\|_{\infty} bin(k,n)

but then I get

\sup_{\|p_k\|\leq 1} | \|p_k\|_{\infty} bin(k,n) | = bin(k,n)

but I think the point with hint was that this was supposed to be infinite so that C_n would be shown to be discontinuous. What am I doing wrong?
 
Physics news on Phys.org
I don't think there is anything wrong. You have pk->0 in your supremum norm as k->infinity (at least for n>0). If Cn were continuous this should mean Cn(pk)->0. But you have |Cn(pk)|=1. That's enough to show Cn is discontinuous without any explicit infinities anyplace, right?
 
That actually sounds reasonable. But then my calculation of the functional norm ie

\sup_{\|p_k\|\leq 1} | C_n(p_k) |

is wrong, since this has to be infinite if C_n has to be discontinuous, though I can't see the mistake.
Maybe I'll just stick to argument that lim |C_n(p_k)| = 1 but lim p_k = 0, as you said. This shows |C_n| to be discont and therefore C_n is discont, because |.| is a cont map.
 
P3X-018 said:
That actually sounds reasonable. But then my calculation of the functional norm ie

\sup_{\|p_k\|\leq 1} | C_n(p_k) |

is wrong, since this has to be infinite if C_n has to be discontinuous, though I can't see the mistake.
Maybe I'll just stick to argument that lim |C_n(p_k)| = 1 but lim p_k = 0, as you said. This shows |C_n| to be discont and therefore C_n is discont, because |.| is a cont map.

You can do it that way as well. But then change pk to just be (1-t)^k. Now |pk|<=1. But Cn(pk)=bin(k,n) which is unbounded (for n>0).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top