Fiveable

๐ŸงFunctional Analysis Unit 6 Review

QR code for Functional Analysis practice questions

6.3 Projection operators and their properties

6.3 Projection operators and their properties

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐ŸงFunctional Analysis
Unit & Topic Study Guides

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 PP on a Hilbert space HH satisfies idempotence property P2=PP^2 = P
  • Satisfies self-adjointness property Pโˆ—=PP^* = P, where Pโˆ—P^* denotes the adjoint operator of PP
  • 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 PMP_M onto a closed subspace MM of Hilbert space HH maps any element xโˆˆHx \in H to the unique element PM(x)P_M(x) in MM that minimizes the distance โˆฅxโˆ’PM(x)โˆฅ\|x - P_M(x)\|
    • PM(x)P_M(x) is the closest point in MM to xx (minimizes the norm of the difference)
  • Constructing PMP_M using an orthonormal basis {ei}i=1n\{e_i\}_{i=1}^n for MM: PM(x)=โˆ‘i=1nโŸจx,eiโŸฉeiP_M(x) = \sum_{i=1}^n \langle x, e_i \rangle e_i
    • Inner products โŸจx,eiโŸฉ\langle x, e_i \rangle give the coordinates of the projection in the basis
    • Summing the basis vectors eie_i scaled by these coordinates yields the projection PM(x)P_M(x)
  • Constructing PMP_M using the orthogonal complement MโŠฅM^\perp: PM=Iโˆ’PMโŠฅP_M = I - P_{M^\perp}, where II is the identity operator
    • Subtracting the projection onto the orthogonal complement from the identity gives the projection onto the original subspace
Definition of projection operators, Sturm-Liouville theory/Proofs - Knowino

Properties of projection operators

  • Orthogonality: For any xโˆˆHx \in H, the difference xโˆ’PM(x)x - P_M(x) lies in the orthogonal complement MโŠฅM^\perp
    • Proof: โŸจxโˆ’PM(x),yโŸฉ=โŸจx,yโŸฉโˆ’โŸจPM(x),yโŸฉ=0\langle x - P_M(x), y \rangle = \langle x, y \rangle - \langle P_M(x), y \rangle = 0 for any yโˆˆMy \in M, since PM(x)โˆˆMP_M(x) \in M
  • Idempotence: For any projection operator PP on HH, applying it twice yields the same result as applying it once, i.e., P2=PP^2 = P
    • Proof: P2(x)=P(P(x))=P(x)P^2(x) = P(P(x)) = P(x) for any xโˆˆHx \in H, since P(x)P(x) lies in the range of PP where PP acts as the identity

Applications of projection operators

  • Orthogonal decomposition: Any xโˆˆHx \in H can be uniquely decomposed as x=PM(x)+PMโŠฅ(x)x = P_M(x) + P_{M^\perp}(x), where PM(x)โˆˆMP_M(x) \in M and PMโŠฅ(x)โˆˆMโŠฅP_{M^\perp}(x) \in M^\perp
    • Components PM(x)P_M(x) and PMโŠฅ(x)P_{M^\perp}(x) are orthogonal, i.e., โŸจPM(x),PMโŠฅ(x)โŸฉ=0\langle P_M(x), P_{M^\perp}(x) \rangle = 0
    • Useful for separating a vector into its components in a subspace and its orthogonal complement
  • Least squares approximation: For a given xโˆˆHx \in H and a closed subspace MM, the projection PM(x)P_M(x) is the best approximation of xx in MM in the least squares sense
    • Minimizes the distance โˆฅxโˆ’PM(x)โˆฅ\|x - P_M(x)\| over all elements in MM
    • Finds the closest point in MM to the given vector xx (useful for data fitting and regression problems)
2,589 studying โ†’