Inner (dot) Product Inequality: Proving Nonnegativity

  • Thread starter Thread starter babyrudin
  • Start date Start date
  • Tags Tags
    Dot
babyrudin
Messages
8
Reaction score
0

Homework Statement



For x,y \in R^n, their inner ("dot") product is given by

<x,y>=\sum_{i=1}^n x_i y_i.

Also, we write

<x,x>=\|x\|^2.

Homework Equations



Fix p>1. Show that for all x,y \in R^n we have

< \|x\|^{p-2}x -\|y\|^{p-2}y, x-y> \geq 0

The Attempt at a Solution



Expanding the left-hand side, we can write

<\|x\|^{p-2}x,x> -<\|y\|^{p-2}y,x>-<\|x\|^{p-2}x,y>+<\|y\|^{p-2}y,y>

which further simplifies to

\|x\|^p +\|y\|^p -(\|x\|^{p-2} +\|y\|^{p-2})<x,y>.

Then I'm stuck. How do I show that the above is nonnegative?
 
Last edited:
Physics news on Phys.org
how about using cauchy-schwartz inequality?
something like this
<x,y><=sqrt(<x,x><y,y>)=||x||*||y||
then you get that what you wrote is greater than:
||x||^p+||y||^p-(||x||^p-2+||y||^p-2)(||x||*||y||)=
x^(p-1)(x-y)+y^(p-1)(y-x)=(x^p-1-y^p-1)(x-y)
now if ||x||>=||y|| then ||x||^p-1>=||y||^p-1
I leave you to check this proposition.
 
I've got it now, many many thanks!
 
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