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 PP^* 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 xHx \in H to the unique element PM(x)P_M(x) in MM that minimizes the distance xPM(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=1nx,eieiP_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 MM^\perp: PM=IPMP_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 xHx \in H, the difference xPM(x)x - P_M(x) lies in the orthogonal complement MM^\perp
    • Proof: xPM(x),y=x,yPM(x),y=0\langle x - P_M(x), y \rangle = \langle x, y \rangle - \langle P_M(x), y \rangle = 0 for any yMy \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 xHx \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 xHx \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)MP_{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 xHx \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 xPM(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)