markdown
Rank and nullity of a linear mapmd 9b6694d
lecture/math/linear-algebra/rank-and-nullity-of-linear-maps.lecture.n.md
Download PDF

Rank階数かいすう and nullity退化次数たいかじすう of a linear map線型写像せんけいしゃぞう

date2026-07-14document_iddoc_868aa526a85c14560b087c2dd8bc1c19description行列の列空間として導入した階数を、線型写像の像と核の次元として定義し直し、行列表現との一致と階数・退化次数定理を証明する講義である。prerequisites階数の基本 / 線型写像と行列 / ベクトル空間と基底type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md / data/lecture/math/linear-algebra/column-independence-and-rank.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/lecture/math/linear-algebra/inverse-matrix-basics.lecture.n.md / data/lecture/math/linear-operator/linear-operator-equation-basics.lecture.n.md / data/exercise/math/linear-algebra/vector-spaces-bases-and-rank.exercise.n.md
mathlinear-algebraundergraduatelecture

1Introduction

The previous rank lecture read the rank of a matrix as the dimension of its column space. This lecture generalizes that definition to linear maps: rank is the dimension of the image of the map. This does not create a new quantity; after choosing bases and writing a representation matrix, the two definitions agree.

2Terms and definitions

Let T:VW be a linear map線型写像せんけいしゃぞう.

The imageぞう is

imT={T(v)vV}.

The kernelかく is

kerT={vVT(v)=0}.

The generalized definition of rank is

rank(T)=dimimT,

and the nullity退化次数たいかじすう is

nullity(T)=dimkerT.

Do not confuse the two levels of definition. For a matrix, rank was introduced as the dimension of the column space. For a linear map, rank is the dimension of the image. Their agreement is a theorem.

3Plan

The proof strategy is to choose bases and compare the image of a linear map with the column space of its representation matrix. Then we prove rank-nullity and connect it to invertibility.

4Intuitive explanation

A linear map sends input vectors to output vectors. Some input directions survive as output directions; others collapse to zero. The image is the space of surviving outputs. The kernel is the space of collapsed inputs. Rank counts the surviving dimension, and nullity counts the collapsed dimension.

5Precise explanation

5.11. Image and kernel are subspaces

If y1=T(v1) and y2=T(v2) are in imT, then for scalars a,b,

ay1+by2=T(av1+bv2),

so the image is a subspace. If u1,u2kerT, then

T(au1+bu2)=aT(u1)+bT(u2)=0,

so the kernel is also a subspace.

5.22. Agreement with matrix rank

Let A=[T]CB be the representation matrix of T:VW. The columns of A are the coordinate vectors of T(v1),,T(vn) in the basis C. Therefore the column space of A is the coordinate representation of imT. Since coordinate maps are dimension-preserving isomorphisms,

rank(T)=rank(A).

5.33. Rank-nullity theorem

Let u1,,uk be a basis of kerT, and extend it to a basis

u1,,uk,v1,,vr

of V. Then T(v1),,T(vr) is a basis of imT. Spanning follows by writing any xV in this basis and using T(ui)=0. Independence follows because any relation among T(vi) gives an element of kerT, and uniqueness of the basis expression forces all coefficients to be zero. Hence

dimV=nullity(T)+rank(T).

5.44. Relation to invertibility

For a linear map T:VV on a finite-dimensional vector space, the following are equivalent: T is invertible, kerT={0}, rank(T)=dimV, and imT=V. Rank-nullity supplies the bridge between kernel and image.

6Worked example

Define T:R3R2 by

T(x,y,z)=(x+y,y+z).

In standard bases,

A=(110011).

Its columns span R2, so rank(T)=2. The kernel is given by

x+y=0,y+z=0,

so (x,y,z)=t(-1,1,-1) and nullity(T)=1. Thus

3=2+1.

7How to recognize the right definition

Use column-space rank when a matrix is the main object. Use image dimension when a linear map is the main object. After bases are chosen, the two definitions agree. For invertibility, check kernel zero, full image, or full rank.

8Scope

Rank-nullity is used here for finite-dimensional vector spaces. Determinants enter only for square matrices or maps T:VV. Rank is defined for rectangular matrices and maps VW, but the same determinant criterion is not.

9Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]rank(T)=dimimT
[PARSE ERROR: Undefined("Command(\"boxed\")")]nullity(T)=dimkerT
[PARSE ERROR: Undefined("Command(\"boxed\")")]dimV=rank(T)+nullity(T)
[PARSE ERROR: Undefined("Command(\"boxed\")")]rank(T)=rank([T]CB)

10In one sentence

  • Matrix rank is the dimension of the column space.
  • Linear-map rank is the dimension of the image.
  • Rank-nullity says input dimension splits into surviving dimension and collapsed dimension.

11Exercise links

data/exercise/math/linear-algebra/vector-spaces-bases-and-rank.exercise.n.md
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
タブを全て閉じる