Linear Transformation: Kernel and Range
📂Linear AlgebraLinear Transformation: Kernel and Range
Definition
Let’s say T:V→W is a linear transformation. The set of elements of V that are mapped to 0 by T is called the kernel or null space, and is denoted as follows.
ker(T)=N(T):={v∈V:T(v)=0}
The set of images under v∈V by T is called the range or image of T, and is denoted as follows.
R(T):={T(v):∀v∈V}
Explanation
If T:V→W is a linear transformation and V,W is finite-dimensional, T is essentially the same as a matrix, and N(T) is the null space of the matrix representing T.
Theorem
Let’s consider T:V→W to be a linear transformation. Then,
- (a) The kernel of T is a subspace of V.
- (b) The range of T is a subspace of W.
Proof
To show that it’s a subspace, we need to prove that it’s nonempty, and closed under addition and scalar multiplication.
(a)
If T is a linear transformation, then according to T(0)=0, N(T) is not empty. Now, let v1,v2∈N(T) and consider k to be any scalar. Then, the following holds.
T(v1+v2)T(kv1)=T(v1)+T(v2)=0+0=0=kT(v1)=k0=0
Hence, N(T) is a subspace of V.
■
(b)
If T is a linear transformation, then, as per T(0)=0, R(T) is not empty. Now, let w1,w2∈R(T) and consider k to be any scalar. Then, it suffices to show that there exists a,b∈V that satisfies the following.
T(a)=w1+w2andT(b)=kw1
But the statement w1,w2∈R(T) means that there exists v1,v2∈V that satisfies the following.
T(v1)=w1andT(v2)=w2
Therefore, the following equation holds.
w1+w2kw1=T(v1)+T(v2)=T(v1+v2)=T(a)=kT(v1)=T(kv1)=T(b)
Hence, R(T) is a subspace of W.
■