Inner product

From Maths
Revision as of 20:03, 10 July 2015 by Alec (Talk | contribs)

Jump to: navigation, search

Definition

Given a vector space, (V,F) (where F is either R or C), an inner product[1][2][3] is a map:

  • ,:V×VR
    (or sometimes ,:V×VC
    )

Such that:

  • x,y=¯y,x
    (where the bar denotes Complex conjugate)
    • Or just x,y=y,x
      if the inner product is into R
  • λx+μy,z=λy,z+μx,z
    ( linearity in first argument )
    This may be alternatively stated as:
    • λx,y=λx,y
      and x+y,z=x,z+y,z
  • x,x0
    but specifically:
    • x,x=0x=0

Terminology

Given a vector space X over either R or C, and an inner product ,:X×XF we call the space (X,,) an:

  • inner product space (or i.p.s for short)[3] or sometimes a
  • pre-hilbert space[3]

Properties

Notice that ,

is also linear (ish) in its second argument as:

  • x,λy+μz=ˉλx,y+ˉμx,z


x,λy+μz
=¯λy+μz,x
=¯λy,x+μz,x
=ˉλ¯y,x+ˉμ¯z,x
=ˉλx,y+ˉμx,z
As required.

From this we may conclude the following:

  • x,λy=ˉλx,y
    and
  • x,y+z=x,y+x,z

This leads to the most general form:

  • au+bv,cx+dy=a¯cu,x+a¯du,y+b¯cv,x+b¯dv,y - which isn't worth remembering!


Proof:
au+bv,cx+dy
=au,cx+dy+bv,cx+dy
=a¯cx+dy,u+b¯cx+dy,v
=a(¯cx,u+¯dy,u)+b(¯cx,v+¯dy,v)
=a¯cu,x+a¯du,y+b¯cv,x+b¯dv,y
As required

Notation

Typically, , is the notation for inner products, however I have seen some authors use a,b to denote the ordered pair containing a and b. Also, notably[3] use (,) for an inner product (and , for an ordered pair!)

Immediate theorems

Here ,:X×XC is an inner product

Theorem: if xX[x,y=0] then y=0


Suppose that y0, then by hypothesis:
  • xX[x,y=0]
Specifically that means for yX we have y,y=0
  • Of course by definition, y,y0 for yX, and specifically
    • x,x=0x=0
So we have y,y=0 contradicting that y0
  • We conclude that if xX[x,y=0] then we must have y=0
    (As required)

Norm induced by

  • Given an inner product space (X,,) we can define a norm as follows[3]:
    • xX the inner product induces the norm x:=x,x

TODO: Find out what this is called, eg compared to the metric induced by a norm


Prominent examples

See also

References

  1. http://en.wikipedia.org/w/index.php?title=Inner_product_space&oldid=651022885
  2. Functional Analysis I - Lecture Notes - Richard Sharp - Sep 2014
  3. 3.0 3.1 3.2 3.3 3.4 Functional Analysis - George Bachman and Lawrence Narici