P3X-018
- 144
- 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?