Inner (dot) Product Inequality: Proving Nonnegativity

  • Thread starter Thread starter babyrudin
  • Start date Start date
  • Tags Tags
    Dot
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
babyrudin
Messages
8
Reaction score
0

Homework Statement



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

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

Also, we write

[tex]<x,x>=\|x\|^2.[/tex]

Homework Equations



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

[tex]< \|x\|^{p-2}x -\|y\|^{p-2}y, x-y> \geq 0[/tex]

The Attempt at a Solution



Expanding the left-hand side, we can write

[tex]<\|x\|^{p-2}x,x> -<\|y\|^{p-2}y,x>-<\|x\|^{p-2}x,y>+<\|y\|^{p-2}y,y>[/tex]

which further simplifies to

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

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!