1 Definition and Basic Examples
Let V and W be vector spaces over K. A map T:V→W is called a linear map (or linear transformation) if it satisfies the following two conditions:
T(u+v)=T(u)+T(v) (preservation of addition).
T(av)=aT(v) (preservation of scalar multiplication).
The rotation matrix Rθ:R2→R2 defines a linear map.
The differentiation operator D:K[x]≤n→K[x]≤n−1, defined by Df=f′, is linear.
The definite integral I:C[a,b]→R, given by I(f)=∫abf(x)dx, is linear.
The map T:R2→R2 defined by T(v)=v+(1,0) is not linear, since T(0)=0.
Every linear map T:V→W sends the zero vector to the zero vector: T(0V)=0W.
Let {v1,…,vn} be a basis for V. For any choice of vectors w1,…,wn∈W, there exists a unique linear map T:V→W satisfying T(vi)=wi for i=1,…,n.
For v=∑aivi, define T(v)=∑aiwi. The unique representation of each v with respect to the basis ensures that T is well-defined, and linearity is verified by direct computation. Uniqueness holds because the images of the basis vectors completely determine T. □
2 Kernel and Image
The kernel (or null space) of a linear map T:V→W is the set kerT={v∈V∣T(v)=0}.
The image (or range) of a linear map T:V→W is the set ImT={T(v)∣v∈V}={w∈W∣∃v∈V,T(v)=w}.
kerT is a subspace of V, and ImT is a subspace of W.
For the kernel: if u,v∈kerT, then T(u+v)=T(u)+T(v)=0, so u+v∈kerT. Also, T(av)=aT(v)=a0=0, so av∈kerT.For the image: if T(u),T(v)∈ImT, then T(u)+T(v)=T(u+v)∈ImT. Also, aT(v)=T(av)∈ImT. □
A linear map T is injective if and only if kerT={0}.
(⇒) If v∈kerT, then T(v)=0=T(0), and injectivity gives v=0.(⇐) If T(u)=T(v), then T(u−v)=0, so u−v∈kerT={0}, whence u=v. □
3 The Rank–Nullity Theorem
The dimension dimkerT is called the nullity of T, and dimImT is called the rank of T.
Let V be a finite-dimensional vector space and let T:V→W be a linear map. Then dimV=dimkerT+dimImT.
Let dimkerT=r and choose a basis {u1,…,ur} for kerT. Extend this to a basis {u1,…,ur,v1,…,vs} for V, where r+s=dimV.We claim that {T(v1),…,T(vs)} is a basis for ImT.Spanning. Let w∈ImT. Then w=T(v) for some v=∑aiui+∑bjvj. Since each ui∈kerT, we have T(v)=∑bjT(vj).Linear independence. Suppose ∑bjT(vj)=0. Then T(∑bjvj)=0, so ∑bjvj∈kerT. This means ∑bjvj=∑aiui for some scalars ai, i.e. ∑aiui−∑bjvj=0. Since {u1,…,ur,v1,…,vs} is a basis, all coefficients are zero. In particular, bj=0 for each j.Therefore dimImT=s=dimV−dimkerT. □
Let T:R3→R2 be defined by T(x,y,z)=(x+y,y+z). One checks that kerT={(t,−t,t)∣t∈R}, so dimkerT=1. By the rank–nullity theorem, dimImT=3−1=2=dimR2. Hence T is surjective.
4 The Space of Linear Maps
Let V and W be vector spaces over K. The set of all linear maps from V to W is denoted HomK(V,W). Equipped with pointwise addition (T+S)(v)=T(v)+S(v) and scalar multiplication (aT)(v)=aT(v), it is itself a vector space over K.
If dimV=n and dimW=m, then dimHomK(V,W)=mn.
By the theorem on determination by basis images, every T∈Hom(V,W) is determined by the images of a basis of V— that is, by n vectors in W, each having m coordinates. This correspondence is an isomorphism HomK(V,W)≅Mm×n(K), and dimMm×n(K)=mn. □
A linear map T:V→W that is bijective is called an isomorphism. When an isomorphism exists, we write V≅W.
For finite-dimensional vector spaces V and W, V≅W if and only if dimV=dimW.