Orthonormal Bases and Vector Spaces
April 10, 2026 · Luciano Muratore
Having explored the algebraic structures of groups, we now shift our focus toward the geometric and analytical structure of .
Vectors and Notation
A point in the -dimensional real space is specified by an -tuple of coordinates. We denote this as a vector , typically expressed as a column vector:
Each coordinate is a real number, and the -th element specifically is denoted by . In this framework, the zero vector is simply the vector where every entry is zero.
Inner Product, Norm, and Distance
To discuss geometry, we need a way to measure angles and lengths. The inner product of two vectors and is defined as the sum of the products of their components:
This leads us to two vital geometric concepts:
- Orthogonality: Two vectors are orthogonal () if and only if their inner product is zero.
- Norm: The norm, or magnitude, of a vector is given by . [cite: 21, 24]
Furthermore, the distance between any two vectors is defined by the norm of their difference: .
The Concept of a Basis
A set of vectors is said to span if any vector can be written as a linear combination of those vectors:
To successfully span the entirety of , a set must contain at least linearly independent vectors. When we have a set of exactly linearly independent vectors that spans the space, we call that set a basis.
Orthonormal Bases
A basis is particularly “well-behaved” if it is orthonormal. This means the vectors are both mutually orthogonal and have a unit norm, satisfying the condition:
The most common example is the canonical orthonormal basis. In this basis, each vector contains a single 1 at index and 0 at all other coordinates, providing the simplest possible coordinate system for the space.