(Image and Kernel)
For Φ:V→W, we define the kernel/null space
ker(Φ):=Φ−1(0W)={v∈V:Φ(v)=0W}(1)
and the image/range
Im(Φ):=Φ(V)={w∈W∣∃v∈V:Φ(v=w)}.(2)
We also call V and W as domain and codomain of Φ.
Properties
Consider a linear mapping Φ:V→W, where V, W are vector spaces.
- It always holds that Φ(0V)=0W and, therefore, 0V∈ker(Φ). In particular, the null space is never empty.
- Im(Φ)⊆W is a subspace of W, and ker(Φ)⊆V is a subspace of V.
- Φ is injective (one-to-one) if and only if ker(Φ)={0}.
(Null Space and Column Space). Let us consider A∈Rm×n and a linear mapping Φ:Rn→Rm, x↦Ax.
- For A=[a1,…,an], where ai are columns of A, we obtain
Im(Φ)={Ax:x∈Rn}={i=1∑nxiai:x1,…,xn∈R}=span[a1,…,an]⊆Rm(3)(4)
- rk(A)=dim(Im(Φ)).
- The kernel/null space ker(Φ) is the general solution to the homogeneous system of linear equations Ax = 0 and captures all possible linear combinations of the elements in Rn that produce 0 ∈ Rm. The kernel is a subspace of Rn , where n is the “width” of the matrix.
(Rank-Nullity Theorem)
For vector spaces V, W and a linear mapping Φ:V→W it holds that
dim(ker(Φ))+dim(Im(Φ))=dim(V).(5)
Connections