Inner Product Spaces
The motivation behind this is to define a notion of length and perpendicularity (angle) for vectors.
Definition 87.1.
dd5bbeA vector space over is an inner product space if for any two , there is defined an element such that it satisfies the following properties:
- = ;
- ;
- ;
- = .
Proposition 87.2.
The inner product is anti-linear in the second slot.
Proof.
□
Proposition 87.3.
ef218e.
Proposition 87.4.
If , then .
Proof.
Method 1:
Method 2: (
used only by the utterly deranged)
Consider the linear map where for a fixed . We know that . Hence . As was arbitrary, the proposition holds for any . ❏□
Example 87.5(Hermitian Dot Product / Standard Hermitian form).
For vectors , let and . The inner product of and is defined as
where denotes the complex conjugate.
Motivation
If we used the naïve definition of the inner product, that is
Then for the example of , we have . This is somewhat of a problem as we expect this to be positive. If we use the Hermitian dot product, we get a nicer answer: . The Hermitian dot product in fact guarantees and along with the other two properties, as you can easily verify.
Example 87.6(Inner Product of Functions (Hilbert Space)).
Let be the set of all continuous real/complex functions on .
For we define their inner product asIt is easy to see that this satisfies all the requirements of the inner product.
Norm
Definition 87.7.
2ffc13Given an inner product space, one defines a norm on it by
If we plug in Proposition 3, we get .
The Cauchy-Schwarz Inequality
We will need this to show that the norm defined above satisfies the triangle inequality.
Theorem 87.8(Cauchy-Schwarz).
c0606cLet be an inner product space. For any two , we have
Proof.
Case 1:
For any , we have
As this holds for all , we have
Case 2:
Note that as .
Let . Observe thatWe can apply Case 1.
□
Corollary 87.9.
Average velocity over time has to be less than or equal to average velocity over distance, with equality only for constant velocity.
The Triangle Inequality
Proposition 87.10.
Normed spaces
We have shown that the norm derived from the inner product satisfies the following properties:
- Homogeneity: for all and .
- Triangle inequality: .
- Non-negativity: for all .
- Non-degeneracy: .
Now, suppose in a vector space we assigned to each vector a number such that the above four properties are satisfied. Then, we say that the function is a norm. A vector space equipped with a norm is called a normed space.
Any inner product space is a normed space, as satisfies the above properties. However, not all normed spaces are inner product spaces.
Orthogonality
If then is said to be orthogonal to if . If is orthogonal to then is orthogonal to as .
Definition 87.11.
If is a subspace then the orthogonal complement of is defined as
Proposition 87.12.
If is a subspace of , then is a subspace of .
Proof.
- as .
- For any and , we have
So, is closed under addition and scalar multiplication.□
Clearly, , since if then .
Definition 87.13.
A set of vectors is an orthonormal set if
Proposition 87.14.
If is an orthonormal set then are linearly independent.
Proof.
Assume that for some, . Then,
As , we have all . Hence is linearly independent.□
For an orthonormal set , if there is some such that , then .
For an orthonormal set in and any ,
is orthogonal to each of .
Definition 87.15.
d11820A real matrix is orthogonal if , which is to say is invertible and .
Proposition 87.16.
An matrix is orthogonal if and only if its columns form an orthonormal basis of .
Proof.
Let be the column vectors of . Then, the -entry of is given by , which is . Thus, if , the column vectors must be orthonormal, and if the column vectors are orthonormal, .□
Theorem 87.17(Gram-Schmidt).
f789a3Every finite dimensional inner product space has an orthonormal basis.
Proof.
Let be any finite dimensional inner product space. Take a basis of , say . From this, we will construct an orthonormal set of vectors.
Let . Define
which gives us . Now, defined as
is orthogonal to . Note that as and are linearly independent. Now we can define as
Continuing this process, we get
where represents the normalized vector . Thus, is an orthonormal set, and hence a linearly independent set. Since a linearly independent set of size is a basis, is a basis of .□