Inner Product and Inner Product Space

Introduction

We have learned real inner product very well in high school or college. However, when it comes to sophisticated inner product and inner product space, such as complex inner product and complex inner product space, sometimes it is confusing.

In this blog post, I would like to discuss the inner product, inner product space, and a definition discrepancy that sometimes people ignored.

Inner Product and Inner Product Space

Vector Space

In case someone does not know what vector space, it was defined clearly in Wikipedia and it was not hard to understand. The only caveat is probably that in addition to the conventional valued vector space, function space is also a vector space.

Inner Product

An inner product (also called a dot product or scalar product) on a complex vector space V is a function

,:V×VC

that satisfies the following four properties:

  1. v1+v2,w=v1,w+v2,w for all v1,v2,wV
  2. cv,w=cv,w for all cC and all v,wV
  3. w,v=v,w for all v,wV
  4. v,v is a positive real number for any vV{0}

Note that there is discrepancy on the property 2. Some people defined the property 2 to be cv,w=cv,w for all cC and all v,wV. The difference would affect the definition of the inner product space. Many people were not aware of this definition difference and made mistakes sometimes. For inner product of real numbers, there is no such discrepancy since c=c for any cR.

Derived Inner Product Properties

Based on the four inner product properties, we could further derive more inner product properties.

v,w1+w2=v,w1+v,w2 for all v,w1,w2V

This is because

v,w1+w2=w1+w2,v=w1,v+w2,v=w1,v+w2,v=v,w1+v,w2

v,cw=cv,w for all cC and all v,wV

This is because

v,cw=cw,v=cw,v=cw,v=cv,w

Note that ab=ab and this could be easily verified.

Inner Product Space

An inner product space is a vector space along with an inner product.

This sounds awkward. But it is just literally a vector space with an inner product expression defined.

For example, we have the following complex inner product space.

Given vector space Cn, we have two vectors v={v1,v2,,vn},w={w1,w2,,wn}Cn, the inner product is defined as

v,w=i=1nviwi

Note that the above inner product definition was defined given the property 2 of inner product was defined as cv,w=cv,w.

If the the property 2 of inner product was defined as cv,w=cv,w, then the above inner product definition would become

v,w=i=1nviwi

This discrepancy also extends to other complex inner product spaces such as for Cm×n, etc.

We would see, probably in my future blogs, that we have such different inner product definitions under different inner product properties is to satisfy some special properties of Hermitian matrix, so that some mathematical conclusions would be unified regardless of which way you defined the property 2 of inner product.

Conclusions

Always pay close attention to the definitions in mathematics.

Inner Product and Inner Product Space

https://leimao.github.io/blog/Inner-Product/

Author

Lei Mao

Posted on

04-08-2020

Updated on

04-08-2020

Licensed under


Comments