Inner Product Spaces

The motivation behind this is to define a notion of length and perpendicularity (angle) for vectors.

Definition 1.

A vector space over is an inner product space if for any two , there is defined an element such that it satisfies the following properties:

  • = ;
  • ;
  • ;
  • = .

Theorem 2(Theorem 1).

The inner product is anti-linear in the second slot.

Proof

Theorem 3(Corollary 1).

.

Theorem 4(Theorem 2).

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 5(Hermitian Dot Product / Standard Hermitian form).

For vectors , let and . The inner product of and is defined as

where denotes the complex conjugate.

Example 6(Inner Product of Functions (Hilbert Space)).

Let be the set of all continuous real/complex functions on .
For we define their inner product as

It is easy to see that this satisfies all the requirements of the inner product.

Norm

Definition 7.

Given an inner product space, one defines a norm on it by

If we plug in theorem 2 above, we get .

The Cauchy-Schwarz Inequality

Theorem 8.

Let 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 that

We can apply Case 1.

Theorem 9(Corollary).

Average velocity over time has to be less than or equal to average velocity over distance, with equality only for constant velocity.

Now, bow before the almighty…

The Triangle Inequality

Theorem 10.

For any vectors and in an inner product space, we have

Proof


Normed spaces

We have shown that the norm derived from the inner product satisfies the following properties:

  1. Homogeneity: for all and .
  2. Triangle inequality: .
  3. Non-negativity: for all .
  4. 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.

Definition 11.

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.


Orthogonal Vectors

Definition 12.

If then is orthogonal to if .

If is orthogonal to then is orthogonal to as

Definition 13.

If is a subspace then the orthogonal complement of is defined as

Theorem 14.

is a subspace of .

Proof

  1. as .
  2. For any , we have

So, is closed under addition and scalar multiplication. ❏

Theorem 15.

Proof
If then . ❏

Orthonormal vectors

Definition 16.

A set of vectors in is an orthonormal set if

Theorem 17.

If is an orthonormal set then are linearly independent.

Proof
Assume that for some , . Then,

As , we have all . Hence is linearly independent. ❏

Important

For an orthonormal set , if there is some such that , then .

Important

For an orthonormal set in and any ,

is orthogonal to each of .

Orthogonal matrices

Definition 18.

A real matrix is orthogonal if , which is to say is invertible and .

Theorem 19.

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, .

Gram-Schmidt Orthogonalization Process

Theorem 20.

Every 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 . ❏