Can You Provide an Example of Strict Inequality in Bessel's Inequality?

  • Thread starter Thread starter jgthb
  • Start date Start date
  • Tags Tags
    Bessel Inequality
jgthb
Messages
8
Reaction score
0
Hi everyone

Today during problem session we had this seemingly simple exercise, but I just can't crack it:

We should give an example of an x \in \ell^2 with strict inequality in the Bessel inequality (that is an x for which \sum_{k=1}^\infty |<x,x_k>|^2 < ||x||^2, where (x_k) is an orthonormal basis). I have tried a few things, e.g. defining x_k in the following way:

x_1 = (\frac{1}{\sqrt(2)},\frac{1}{\sqrt(2)},0,\ldots)
x_2 = (\frac{-1}{\sqrt(2)},\frac{1}{\sqrt(2)},0,\ldots)
x_k = (0,\ldots,0,1,0,\ldots), for k \geq 3

and defining x as x = (1,1,0,0,\ldots),

but that doesn't seem to work. Does anyone have a better idea?
 
Physics news on Phys.org
jgthb said:
Bessel inequality (that is an x for which

\sum_{k=1}^\infty |<x,x_k>|^2 < ||x||^2,

where (x_k) is an orthonormal basis).
Bessel's inequality concerns an orthonormal set (sequence). If that set is a basis, then equality holds: 'Parseval's Identity'.

That said, why wouldn't your example work? You have ||x||^2=2 and that sum of squared inner products equals 2/sqrt(2).
 
set of course, not basis...thank you

but it doesn't work:

\sum_{k=1}^\infty |<x,x_k>|^2 =|<x,x_1>|^2=|\frac{2}{\sqrt(2)}|^2=2,

or am I just really bad at simple calculations today?
 
Yes, you are right; I forgot to square. But this should come as no surprise, because your x_k's form a basis! Why don't you just throw x_1 and x_2 away? What you're left with is of course still orthonormal:
(0,0,1,0,0,0,...)
(0,0,0,1,0,0,...)
(0,0,0,0,1,0,...)
etc., but not a basis any more.

Then the sum of square of innner products is just 0, and ||x||^2=2. Certainly, 0<2 :)
 
of course! that's actually a bit embarrassing, that I didn't think of that :)

Thank you so much, Landau
 
Your're welcome :)
 
Back
Top