Projection operators in Hilbert spaces are key tools for analyzing and manipulating vectors. They allow us to map elements onto specific subspaces, preserving important properties like orthogonality and minimizing distances.
These operators have unique characteristics like idempotence and self-adjointness. They're crucial for tasks such as orthogonal decomposition and least squares approximation, making them indispensable in many areas of mathematics and physics.
Projection Operators in Hilbert Spaces
Definition of projection operators
- Linear operator on a Hilbert space satisfies idempotence property
- Satisfies self-adjointness property , where denotes the adjoint operator of
- Eigenvalues of projection operators are restricted to either 0 or 1 (no other values possible)
- Orthogonal projection operators have range and null space that are orthogonal to each other
- Identity operator can be expressed as the sum of orthogonal projection operators onto orthogonal subspaces
Construction of projection operators
- Projection operator onto a closed subspace of Hilbert space maps any element to the unique element in that minimizes the distance
- is the closest point in to (minimizes the norm of the difference)
- Constructing using an orthonormal basis for :
- Inner products give the coordinates of the projection in the basis
- Summing the basis vectors scaled by these coordinates yields the projection
- Constructing using the orthogonal complement : , where is the identity operator
- Subtracting the projection onto the orthogonal complement from the identity gives the projection onto the original subspace

Properties of projection operators
- Orthogonality: For any , the difference lies in the orthogonal complement
- Proof: for any , since
- Idempotence: For any projection operator on , applying it twice yields the same result as applying it once, i.e.,
- Proof: for any , since lies in the range of where acts as the identity
Applications of projection operators
- Orthogonal decomposition: Any can be uniquely decomposed as , where and
- Components and are orthogonal, i.e.,
- Useful for separating a vector into its components in a subspace and its orthogonal complement
- Least squares approximation: For a given and a closed subspace , the projection is the best approximation of in in the least squares sense
- Minimizes the distance over all elements in
- Finds the closest point in to the given vector (useful for data fitting and regression problems)