Description:

  • Corresponds to the problem of finding a point on a given set that is closest (in Euclidean length) to a given point
  • Given a vector in in a closed set , the project of onto , denoted as , is defined as the point in at minimal distance from
    • S can be a line, a plane, hyperplane
    • arg refers to the unique minimizer

Euclidean Projection on a line:

  • Denotes
    • is the direction of the line. WLOG, let
  • Let be a given point
    • be the point on the line that is project of
    • such that it minimizes
  • As any point on can be written as for a scalar , then we need to minize the (value of for ) minimize
  • A lot more proofs, then we have, and