Orthogonal Projections#
Definition: Orthogonal Projection
Let \(U\) be a finite-dimensional linear subspace of an inner product space \((V, \langle \cdot, \cdot \rangle)\) and let \(u_1, \dotsc, u_n\) be an orthonormal basis of \(U\).
The orthogonal projection onto \(U\) is the function \(\pi_U: V \to U\) defined as
for all \(v \in V\).
Example
Consider the real vector space \(\mathbb{R}^3\) with the dot product and consider its subspace \(U\) defined as the span of \(u_1\) and \(u_2\), where
We see that \(u_1\) and \(u_2\) are orthonormal and are thus an orthonormal basis of \(U\).
We want to determine \(\pi_U(v)\) for \(v = \begin{bmatrix}1 & 2 & 3\end{bmatrix}^{\mathsf{T}}\):
Theorem: Basis Independence
The orthogonal projection onto a linear subspace is independent of the choice of orthonormal basis for it.
Proof
TODO
Theorem: Linearity of Orthogonal Projections
The orthogonal projection onto a linear subspace is linear.
Proof
TODO