Let V and W be vector spaces
over the same field
F. A linear map (or linear transformation) is a function
T:V→W such that for all u,v∈V and all a∈F,
T(u+v)=T(u)+T(v),T(a⋅v)=a⋅T(v).Equivalently, T preserves all finite linear combinations: for any v1,…,vn∈V and a1,…,an∈F,
T(i=1∑naivi)=i=1∑naiT(vi).Given such a T, its kernel (or null space) is ker(T)={v∈V:T(v)=0} and its image is im(T)={T(v):v∈V}. A subset U⊆V is a (linear) subspace if u,u′∈U and a∈F implies u+u′∈U and a⋅u∈U; with this definition, both ker(T) and im(T) are subspaces.
In finite-dimensional situations, rank-nullity
relates the “size” of ker(T) and im(T).
Examples:
- The coordinate projection π:R3→R2, π(x,y,z)=(x,y) (between instances of Euclidean space
), is linear.
- For a field F, the derivative map D:F[t]→F[t], D(p)=p′, is linear.
- Fix t0∈F. The evaluation map evt0:F[t]→F, evt0(p)=p(t0), is linear.