直交補空間 と射影
Orthogonal complements and projections 射影 しゃえい
1導入 どうにゅう
この
1Introduction
The key idea of this lecture is to decompose a vector uniquely into a component lying in a
In projection and
2用語 ようご と定義 ていぎ
で
と
2Terms and definitions
For a subspace of an
The
3方針 ほうしん
まず が
3Plan
We first verify that is a subspace. Then, in finite-dimensional inner product spaces, we explain the decomposition
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.md4直感的 ちょっかんてき な説明 せつめい
この
4Intuitive explanation
If is a line in the plane, any vector can be split into its shadow along the line and a perpendicular remainder . The set of all possible perpendicular remainders is .
The component is important because it is the closest vector in to . When the error is orthogonal to , there is no remaining direction inside along which one can move to get closer.
5厳密 げんみつ な説明 せつめい
5.11. は部分空間 ぶぶんくうかん subspace である
、スカラー を
である。したがって であり、 は
5.22. 直交分解 ちょっこうぶんかい
と
と
である。
であれば、 である。
が
である。これらは
5.33. 正規直交基底 せいきちょっこうきてい orthonormal basis による射影公式 しゃえいこうしき
の
である。
が
を
5Precise explanation
5.11. is a subspace
Let and let be scalars. For every ,
Therefore , so is a subspace.
5.22. Orthogonal decomposition
If is finite-dimensional and is a subspace, every can be written uniquely as
For existence, take an
Then , and for every ,
Hence .
For uniqueness, suppose
Then lies in both and . If , then , so . Thus and .
Consequently, in finite dimensions,
5.33. Projection formula using an orthonormal basis
If is an orthonormal basis of , then
The reason is that the residual is orthogonal to every basis vector of .
In the complex case, the same formula is used with the convention of this series: the first variable is linear, so the coefficient is . Under the opposite convention, conjugates appear in different positions.
As a matrix, an orthogonal projection satisfies
The first equation says that projecting twice changes nothing after the first projection; the second says the projection is compatible with the inner product.
6具体例 ぐたいれい
で とする。
である。
であり、これは と
6Concrete example
In , let
With
the projection of onto is
The residual is
which is orthogonal to .
7別 べつ の観点 かんてん
7Another viewpoint
Geometrically, is the collection of directions perpendicular to . Algebraically, it is the solution space of the equations for all .
8判定基準 はんていきじゅん
射影 しゃえい projection 、最短距離 さいたんきょり 、残差 ざんさ が登場 とうじょう したら、直交補空間 ちょっこうほくうかん orthogonal complement を確認 かくにん する。部分空間 ぶぶんくうかん subspace の外 そと にあるベクトルを、内部 ないぶ の成分 せいぶん component と垂直 すいちょく な誤差 ごさ に分解 ぶんかい したいとき、直交分解 ちょっこうぶんかい を用 もち いる。最小二乗法 さいしょうにじょうほう least squares method では、残差 ざんさ が列空間 れつくうかん column space の直交補空間 ちょっこうほくうかん orthogonal complement に属 ぞく することを利用 りよう する。
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.
9どこまで成立 せいりつ するか
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 in projection and least-squares formulas.
10最終形 さいしゅうけい
10Final forms
11一言 ひとこと でいうと
直交補空間 ちょっこうほくうかん orthogonal complement は、部分空間 ぶぶんくうかん subspace に垂直 すいちょく な誤差 ごさ を収容 しゅうよう する空間 くうかん である。
11In one sentence
The
The
For least-squares problems, the same idea says that may not equal , so we choose so that the residual is orthogonal to the column space of . This gives the normal equations . The solution is unique when the relevant columns are independent; otherwise the projection is still unique, but the coefficient vector may not be.
12定理 ていり と証明 しょうめい :直交射影 ちょっこうしゃえい は誤差 ごさ を最小 さいしょう にする
を
である。ここで であり、 だから である。したがってピタゴラスの
である。よって のときに
この
12Theorem and proof: orthogonal projection minimizes error
Let be a subspace of an inner product space, and suppose satisfies . Then is the vector in closest to .
For any ,
Since and , the two summands are orthogonal. By the Pythagorean theorem,
Thus the distance is minimized when . This is the geometric basis of least squares.