markdown
列ベクトルの独立性と階数への橋渡しmd 1d9696d
lecture/math/linear-algebra/column-independence-and-rank.lecture.n.md
Download PDF

れつベクトルcolumn vector独立性どくりつせい階数かいすうrankへの橋渡はしわた

date2026-07-14document_iddoc_89aec023d343d7e3e5ebe5794315ae5bdescription列ベクトルの一次独立性を具体計算で判定し、pivot・列空間・階数へ接続する講義である。prerequisites線型結合と張る空間の基本 / 行基本変形の基本 / 階段形と簡約階段形type講義content_typelecturestatusactiverelateddata/lecture/math/vector/row-and-column-vectors.lecture.n.md / data/lecture/math/linear-algebra/linear-combinations-and-spans.lecture.n.md / data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md / data/lecture/math/linear-algebra/row-echelon-and-reduced-row-echelon-forms.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/lecture/math/linear-algebra/vector-spaces-and-bases.lecture.n.md / data/exercise/math/linear-algebra/vector-spaces-bases-and-rank.exercise.n.md
mathlinear-algebraundergraduatelecture

Independence of column vectorsれつベクトル and the bridge to rank階数かいすう

1導入どうにゅう

この講義こうぎ重要じゅうようなのは、れつベクトルcolumn vector一次独立性いちじどくりつせいは、行列ぎょうれつmatrixの pivot と階数かいすうrank直結ちょっけつするということである。

階数かいすうrank非零成分ひぜろせいぶん個数こすう誤解ごかいすると、行列ぎょうれつmatrix保持ほじする情報量じょうほうりょう把握はあくできない。れつベクトルcolumn vector独立どくりつindependent方向ほうこう本数ほんすう階数かいすうrankである。

1Introduction

The key point is that linear independence一次独立性いちじどくりつせい of column vectors leads directly to pivots and rank階数かいすう. rank階数かいすう is not the number of nonzero entries. It is the number of independent column directions.

2用語ようご定義ていぎ

ベクトル v1,[PARSE ERROR: Undefined("Command(\"dots\")")],vk一次独立いちじどくりつLinearly independentであるとは、

c1v1++ckvk=0

から

c1==ck=0

したがうことである。

階数かいすうRank は、独立どくりつindependentれつベクトルcolumn vector最大本数さいだいほんすうである。

2Terms and definitions

Vectors v1,,vk are linearly independent一次独立いちじどくりつ if

c1v1++ckvk=0

implies

c1==ck=0.

The rank階数かいすう of a matrix is the maximum number of independent column vectors.

3方針ほうしん

れつベクトルcolumn vectorならべて行列ぎょうれつmatrixつくり、しで pivot れつcolumn確認かくにんする。pivot れつcolumn対応たいおうするもとれつベクトルcolumn vectorが、列空間れつくうかんcolumn space基底きていbasisあたえる。

data/lecture/math/vector/row-and-column-vectors.lecture.n.md data/lecture/math/linear-algebra/row-echelon-and-reduced-row-echelon-forms.lecture.n.md

4直感的ちょっかんてき説明せつめい

2 ほんれつベクトルcolumn vectorおな方向ほうこういていれば、一方いっぽう他方たほう定数倍ていすうばいであり、あたらしい方向ほうこう追加ついかしない。階数かいすうrankは、このような重複ちょうふくのぞいた本質的ほんしつてき方向ほうこうかずである。

5厳密げんみつ説明せつめい

a1,[PARSE ERROR: Undefined("Command(\"dots\")")],an行列ぎょうれつmatrix Aれつベクトルcolumn vectorとする。一次関係いちじかんけい

c1a1++cnan=0

Ac=0

同値どうちequivalentである。したがって、れつベクトルcolumn vector一次独立性いちじどくりつせい同次方程式どうじほうていしき Ac=0かい調査ちょうさすることで判定はんていできる。

行基本変形ぎょうきほんへんけいelementary row operationをしても、この同次方程式どうじほうていしき解集合かいしゅうごうわらない。実際じっさい行基本変形ぎょうきほんへんけいelementary row operationひだりから可逆行列かぎゃくぎょうれつinvertible matrix Eける操作そうさoperationなので、EAc=0 なら Ac=E-10=0 であり、ぎゃく成立せいりつする。

ここで保存ほぞんされるのは、れつcolumnどうしの一次関係いちじかんけいである。一方いっぽう行基本変形ぎょうきほんへんけいelementary row operationれつベクトルcolumn vectorそのものを Eaiうつすため、列空間れつくうかんcolumn spaceそのものは一般いっぱんにはわる。したがって階段形かいだんけいrow echelon formつけた pivot れつcolumnは、「変形後へんけいごれつcolumnそのもの」ではなく、「もと行列ぎょうれつmatrixおな位置いちれつcolumn」へもどして必要ひつようがある。

3Strategy

Arrange the column vectorsれつベクトル as a matrix行列ぎょうれつ and use elimination to identify the pivot主成分しゅせいぶん columns. The original columns in those pivot positions form a basis基底きてい for the column space列空間れつくうかん.

data/lecture/math/vector/row-and-column-vectors.lecture.n.md data/lecture/math/linear-algebra/row-echelon-and-reduced-row-echelon-forms.lecture.n.md

4Intuitive explanation

If two column vectors point in the same direction, one is a scalar multiple of the other and does not add a new direction. Rank階数かいすう counts the essential independent directions after such redundancy is removed.

5Precise explanation

Let a1,,an be the columns of a matrix A. The linear relation

c1a1++cnan=0

is equivalent to

Ac=0,

where c=(c1,,cn)T. Therefore column independence is tested by the homogeneous system Ac=0.

Elementary row operations行基本変形ぎょうきほんへんけい preserve the solution set of this homogeneous system. Algebraically, a row operation is multiplication by an invertible matrix可逆行列かぎゃくぎょうれつ E on the left, so EAc=0 is equivalent to Ac=0.

What is preserved is the linear relations among the columns. The visible column vectors themselves change from ai to Eai, so the column space列空間れつくうかん itself generally changes during row reduction. Therefore pivot columns found in an echelon form must be read back in the same positions of the original matrix.

6行基本変形ぎょうきほんへんけいと pivot れつcolumn

行基本変形ぎょうきほんへんけいelementary row operationAc=0解集合かいしゅうごう保存ほぞんする。代数的だいすうてきには、行基本変形ぎょうきほんへんけいひだりから可逆行列かぎゃくぎょうれつinvertible matrix Eけることなので、

EAc=0Ac=0

である。ただし、えているれつcolumnai から Eaiわる。したがって、階段形かいだんけいrow echelon formつけた pivot れつcolumnは、変形後へんけいごれつcolumnそのものではなく、もと行列ぎょうれつmatrixおな位置いちれつcolumnとしてもどす。

7具体例ぐたいれい

a1=(101),a2=(011),a3=(112)

とする。ここで

a3=a1+a2

であるため、3 ぼん一次従属いちじじゅうぞくlinear dependenceである。独立どくりつindependent方向ほうこうa1,a2 の 2 ほん十分じゅうぶんであり、階数かいすうrankは 2 である。

6Row operations and pivot主成分しゅせいぶん columns

elementary row operations行基本変形ぎょうきほんへんけい preserve the solution set of Ac=0. Algebraically, a row operation is multiplication by an invertible可逆かぎゃく matrix E on the left, and

EAc=0Ac=0.

However, row operations change the visible column vectors from ai to Eai. Therefore pivot主成分しゅせいぶん columns found in an echelon form must be read by their positions in the original matrix, not by taking the transformed columns themselves as the original column-space basis基底きてい.

7Worked example

Let

a1=(101),a2=(011),a3=(112).

Then a3=a1+a2. Hence the three columns are linearly dependent, while a1 and a2 give two independent directions. The rank階数かいすう is 2.

8定理ていり証明しょうめい要点ようてん

もと行列ぎょうれつmatrixの pivot れつcolumnは、列空間れつくうかんcolumn space基底きていbasisつくる。ることは、pivot でないれつcolumn階段形かいだんけいrow echelon form検出けんしゅつされる一次関係いちじかんけいにより pivot れつcolumn線型結合せんけいけつごうlinear combinationとしてあらわせることからかる。一次独立いちじどくりつであることは、pivot れつcolumnだけに非自明ひじめい一次関係いちじかんけいがあれば、対応たいおうする同次方程式どうじほうていしき非零解ひぜろかいしょうじ、pivot の位置いちはんすることからしたがう。

9よくある誤解ごかい

  • 階数かいすうrank非零成分ひぜろせいぶん個数こすうではない。独立どくりつindependentれつcolumn本数ほんすうである。
  • れつcolumnそのものがもと列空間れつくうかんcolumn spaceあらわすとはかぎらない。pivot れつcolumn位置いちもと行列ぎょうれつmatrixもどして確認かくにんする。
  • れつcolumnおおいほど階数かいすうrankおおきいとはかぎらない。従属じゅうぞくdependentれつcolumnあたらしい方向ほうこう追加ついかしない。

8Theorem/proof checkpoint

The pivot主成分しゅせいぶん columns of the original matrix form a basis基底きてい of the column space列空間れつくうかん. They span because every non-pivot主成分しゅせいぶん column has a linear relation with earlier pivot主成分しゅせいぶん columns, detected by the echelon form. They are independent because a nontrivial relation among pivot主成分しゅせいぶん columns would produce a nontrivial solution to the corresponding homogeneous system, contradicting the pivot主成分しゅせいぶん positions.

9Common misunderstandings

  • rank階数かいすう is not a count of nonzero entries.
  • The transformed columns after row reduction are not generally the original column space列空間れつくうかん.
  • Having many columns does not guarantee high rank階数かいすう; dependent columns add no new direction.

10どこまで成立せいりつするか

れつベクトルcolumn vector独立性どくりつせい有限次元ゆうげんじげん階数かいすうrank基礎きそである。抽象ちゅうしょうベクトル空間くうかんではれつcolumnとしてならべるとはかぎらないが、線型結合せんけいけつごうlinear combinationによる一次独立いちじどくりつlinear independence定義ていぎはそのまま成立せいりつする。

11最終形さいしゅうけい

[PARSE ERROR: Undefined("Command(\"boxed\")")]c1a1++cnan=0Ac=0
[PARSE ERROR: Undefined("Command(\"boxed\")")]rank(A)=独立な列の最大本数

10Scope

Independence of column vectorsれつベクトル is the finite-dimensional basis for rank階数かいすう. In an abstract vector space, vectors may not literally be arranged as columns, but the definition by linear combinations線型結合せんけいけつごう is the same.

11Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]c1a1++cnan=0Ac=0
[PARSE ERROR: Undefined("Command(\"boxed\")")]rank(A)=maximumnumberofindependentcolumns
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
タブを全て閉じる