Inner Product Spaces

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

Definition 87.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:

  • = ;
  • ;
  • ;
  • = .
dd5bbe

Proposition 87.2.

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

Proposition 87.3.

.

ef218e

Proposition 87.4.

If , then .

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.

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 as

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

Norm

Definition 87.7.

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

2ffc13

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

Let be an inner product space. For any two , we have

c0606c

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.

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


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

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.

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.

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

d11820

Proposition 87.16.

An matrix is orthogonal if and only if its columns form an orthonormal basis of .

Theorem 87.17(Gram-Schmidt).

Every finite dimensional inner product space has an orthonormal basis.

f789a3