Processing math: 100%
Back to the class
Let V be a vector space. We say that the inner product of vectors →v1 and →v2, written <v1,v2>, is a function that takes any two vectors to a real number and has the following additional properties:
1. (Symmetry or Conjugate Symmetry) When dealing with only real numbers, the following symmetry formula must hold:
<x,y>=<y,x>,
and when dealing with complex numbers, the following conjugate symmetry formula holds:
<x,y>=¯<y,x>,
where ¯<y,x> denotes complex conjugation.
2. (Linearity in the first argument) The following formula holds for all scalars α,β and vectors →x,→y,→z:
<α→x+β→y,→z>=α<→x,→z>+β<→y,→z>.
Note in the case of real inner products we can factor out of the second term as
<→x,α→y>=α<→x,→y>
but if we are dealing with a complex inner product, factoring out of the second term results in a conjugate factor:
<→x,α→y>=¯α<→x,→y>.
3. (Positive definiteness) It is always true that
<→x,→x>≥0
and <→x,→x>=0 if and only if →x=→0.
If V is a vector space and <⋅,⋅> is an inner product on V, then we say that H=(V,<⋅,⋅>) is an inner product space.
Examples of inner product spaces
1. Let →x,→y∈Rn×1 with →x=[x1⋮xn] and →y=[y1⋮yn]. Then the following formula defines an inner product:
<→x,→y>=x1y1+x2y2+…+xnyn=n∑k=1xkyk.
2. Let →p,→q∈P (the vector space of polynomials). The following formula defines an inner product:
<→p,→q>=∫∞0→p(x)→q(x)e−xdx.
5. Let f,g∈C[0,1], the functions continuous on the interval [0,1]. The following formula defines an inner product:
<f,g>=∫10f(x)g(x)dx.
4. Let {ak}∞k=0,{bk}∞k=0∈ℓ1(R), the set of sequences {xk} such that ∞∑k=0|xk|<∞. The following formula defines an inner product:
<{ak},{bk}>=∞∑k=0akbk.
5. Let z1,z2 be complex numbers with z1=a+bi and z2=c+di and i2=−1. The following formula defines an inner product:
<z1,z2>=z1¯z2,
where ¯z2=c−di (called the complex conjugate of z2).