Orthogonal and Orthonormal Sets
Orthogonality is the generalization of perpendicularity to abstract inner product spaces. Orthonormal bases provide the most convenient coordinate systems.
A set in an inner product space is:
- Orthogonal if for all
- Orthonormal if it is orthogonal and for all
In other words, orthonormal means:
Any orthogonal set of nonzero vectors is linearly independent.
Proof: Suppose . Taking inner product with :
By linearity and orthogonality:
Since , we have , so . β
An orthonormal basis for an inner product space is a basis consisting of orthonormal vectors.
If is an orthonormal basis, then any has the simple expansion:
The coordinates are simply the inner products: .
The standard basis for is orthonormal under the dot product.
For :
The coefficients are , , .
For a subspace of inner product space , the orthogonal complement is:
is a subspace, and for finite-dimensional : and .
If is an orthonormal basis for , then for any :
This generalizes the Pythagorean theorem to dimensions.
Orthonormal bases are computationally ideal: finding coordinates requires only inner products (no solving systems), and the norm formula is a simple sum of squares. The Gram-Schmidt process (studied next) provides an algorithm to construct orthonormal bases from arbitrary bases.