markdown
Orthogonal complements and projectionsmd 420da6c
lecture/math/linear-algebra/orthogonal-complements-and-projections.lecture.n.md
Download PDF

Orthogonal complements直交補空間ちょっこうほくうかん and projections射影しゃえい

date2026-07-14document_iddoc_fb535cce84bb548b52a0c7d3c255637edescription直交補空間を、部分空間に垂直な成分を集めた空間として定義し、直交分解と射影の一意性を説明する講義である。prerequisites内積空間の基本 / ノルムと三角不等式 / ベクトル空間と基底type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/linear-algebra-portal.lecture.n.md / data/lecture/math/linear-algebra/inner-product-space-basics.lecture.n.md / data/lecture/math/linear-algebra/complex-inner-products-and-unitary-matrices.lecture.n.md / data/lecture/math/linear-algebra/norms-and-triangle-inequality.lecture.n.md / data/lecture/math/linear-algebra/orthogonalization-basics.lecture.n.md / data/lecture/math/linear-algebra/least-squares-basics.lecture.n.md / data/exercise/math/linear-algebra/inner-products-orthogonality-and-projections.exercise.n.md
mathlinear-algebraundergraduatelecture

1Introduction

The key idea of this lecture is to decompose a vector uniquely into a component lying in a subspace部分空間ぶぶんくうかん and a component orthogonal直交ちょっこう to that subspace.

In projection and least squares最小二乗法さいしょうにじょうほう, one seeks the point in the column space列空間れつくうかん closest to a given vector. The central condition is that the error is orthogonal to the column space. The orthogonal complement直交補空間ちょっこうほくうかん organizes this condition.

2Terms and definitions

For a subspace U of an inner product space内積空間ないせきくうかん V, the orthogonal complement直交補空間ちょっこうほくうかん is

U={vVv,u=0foralluU}.

The orthogonal projection直交射影ちょっこうしゃえい of v onto U is the component p in the decomposition

v=p+r,pU,rU.

3Plan

We first verify that U is a subspace. Then, in finite-dimensional inner product spaces, we explain the decomposition

V=UU

and derive the projection formula.

data/lecture/math/linear-algebra/inner-product-space-basics.lecture.n.md data/lecture/math/linear-algebra/complex-inner-products-and-unitary-matrices.lecture.n.md

4Intuitive explanation

If U is a line in the plane, any vector v can be split into its shadow p along the line and a perpendicular remainder r. The set of all possible perpendicular remainders is U.

The component p is important because it is the closest vector in U to v. When the error v-p is orthogonal to U, there is no remaining direction inside U along which one can move to get closer.

5Precise explanation

5.11. U is a subspace

Let v,wU and let a,b be scalars. For every uU,

av+bw,u=av,u+bw,u=0.

Therefore av+bwU, so U is a subspace.

5.22. Orthogonal decomposition

If V is finite-dimensional and U is a subspace, every vV can be written uniquely as

v=p+r,pU,rU.

For existence, take an orthonormal basis正規直交基底せいきちょっこうきてい e1,,ek of U and set

p=i=1kv,eiei.

Then pU, and for every j,

v-p,ej=v,ej-i=1kv,eiei,ej=0.

Hence v-pU.

For uniqueness, suppose

v=p1+r1=p2+r2.

Then p1-p2=r2-r1 lies in both U and U. If xUU, then x,x=0, so x=0. Thus p1=p2 and r1=r2.

Consequently, in finite dimensions,

dimU+dimU=dimV,(U)=U.

5.33. Projection formula using an orthonormal basis

If e1,,ek is an orthonormal basis of U, then

projU(v)=i=1kv,eiei.

The reason is that the residual v-projU(v) is orthogonal to every basis vector of U.

In the complex case, the same formula is used with the convention of this series: the first variable is linear, so the coefficient is v,ei. Under the opposite convention, conjugates appear in different positions.

As a matrix, an orthogonal projection P satisfies

P2=P,P*=P.

The first equation says that projecting twice changes nothing after the first projection; the second says the projection is compatible with the inner product.

6Concrete example

In R2, let

U=span{(1,1)}.

With

e=12(1,1),

the projection of v=(2,0) onto U is

projU(v)=v,ee=2·12(1,1)=(1,1).

The residual is

v-projU(v)=(1,-1),

which is orthogonal to (1,1).

7Another viewpoint

Geometrically, U is the collection of directions perpendicular to U. Algebraically, it is the solution space of the equations v,u=0 for all uU.

8Criteria

  • When projection, shortest distance, or residuals appear, identify the relevant orthogonal complement.
  • To split a vector into a component inside a subspace and a perpendicular error, use orthogonal decomposition.
  • In least squares, the residual belongs to the orthogonal complement of the column space.

9Scope and limitations

In finite-dimensional inner product spaces, orthogonal decomposition is stable. In infinite dimensions, closedness of the subspace matters; a non-closed subspace may fail to have nearest points or projections. In complex spaces, transpose is replaced by conjugate transpose A* in projection and least-squares formulas.

10Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]U={vVv,u=0foralluU}
[PARSE ERROR: Undefined("Command(\"boxed\")")]V=UU
[PARSE ERROR: Undefined("Command(\"boxed\")")]dimU+dimU=dimV,(U)=U
[PARSE ERROR: Undefined("Command(\"boxed\")")]projU(v)=i=1kv,eiei

11In one sentence

The orthogonal complement直交補空間ちょっこうほくうかん is the space that holds the perpendicular error to a subspace.

The orthogonal projection直交射影ちょっこうしゃえい of x onto a subspace W is the vector pW for which the residual x-p lies in W. This orthogonality condition is both the geometric meaning and the computational test.

For least-squares problems, the same idea says that Ax may not equal b, so we choose x so that the residual b-Ax is orthogonal to the column space of A. This gives the normal equations ATAx=ATb. The solution is unique when the relevant columns are independent; otherwise the projection is still unique, but the coefficient vector may not be.

12Theorem and proof: orthogonal projection minimizes error

Let U be a subspace of an inner product space, and suppose pU satisfies v-pU. Then p is the vector in U closest to v.

For any uU,

v-u=(v-p)+(p-u).

Since p-uU and v-pU, the two summands are orthogonal. By the Pythagorean theorem,

v-u2=v-p2+p-u2[PARSE ERROR: Undefined("Command(\"ge\")")]v-p2.

Thus the distance is minimized when u=p. This is the geometric basis of least squares.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる