logo

Projection Theorem in Linear Algebra 📂Linear Algebra

Projection Theorem in Linear Algebra

Theorem1

If WW is a subspace of a finite-dimensional inner product space VV, then every uV\mathbf{u} \in V is uniquely represented by the following formula.

u=w1+w2 \begin{equation} \mathbf{u} = \mathbf{w}_{1} + \mathbf{w}_{2} \end{equation}

Here, w1W\mathbf{w}_{1} \in W and w2W\mathbf{w}_{2} \in W^{\perp} apply.

Explanation

The notations w1\mathbf{w}_{1} and w2\mathbf{w}_{2} in the theorem are also marked as follows.

w1=projWuandw2=projWu \mathbf{w}_{1} = \mathrm{proj}_{W} \mathbf{u} \quad \text{and} \quad \mathbf{w}_{2} = \mathrm{proj}_{W^{\perp}} \mathbf{u}

Moreover, these w1\mathbf{w}_{1} and w2\mathbf{w}_{2} are referred to as the orthogonal projection of u\mathbf{u} on WW, orthogonal projection of u\mathbf{u} on WW^{\perp}, respectively. (1)(1) can also be expressed as follows.

u=projWu+projWu \mathbf{u} = \mathrm{proj}_{W} \mathbf{u} + \mathrm{proj}_{W^{\perp}} \mathbf{u}

u=projWu+(uprojWu) \mathbf{u} = \mathrm{proj}_{W} \mathbf{u} + (\mathbf{u} - \mathrm{proj}_{W} \mathbf{u})


  1. Howard Anton, Elementary Linear Algebra: Aplications Version (12th Edition, 2019), p366-367 ↩︎