Necessary and Sufficient Conditions for Linear Transformations to be Surjective and Injective
📂Linear AlgebraNecessary and Sufficient Conditions for Linear Transformations to be Surjective and Injective
Theorem 1
The following two propositions are equivalent concerning a linear transformation T:V→W.
- T is one-to-one.
- N(T)=ker(T)={0}
Explanation
This means that understanding the kernel of T is a method to determine whether T is one-to-one or not. According to the theorem, a linear transformation being one-to-one is equivalent to the following condition.
x=0⟹T(x)=0
Proof
(⟹)
Let’s assume that T is one-to-one. Since T is a linear transformation, the following holds.
T(0)=0
However, assuming that T is one-to-one, the element of V that satisfies the above equation is uniquely 0. Therefore, the following holds.
ker(T)={0}
■
(⟸)
Let’s assume ker(T)={0}. Let’s say u,v∈V are distinct vectors. Therefore, u−v=0. Then, by assumption, the following holds.
T(u)−T(v)=T(u−v)=0
Thus, we obtain the following.
u=v⟹T(u)−T(v)
Therefore, T is one-to-one.
■
Theorem 2
Concerning a linear transformation T:V→V, if V is finite-dimensional, the following propositions are equivalent.
- T is one-to-one.
- N(T)=ker(T)={0}
- T is onto. In other words, the range of T is the same as V. R(T)=V
Explanation
This is a special case when V is finite-dimensional and W=V, as proved in Theorem 1. The first two propositions being equivalent was proved in Theorem 1, so we will prove the equivalence of the first and third propositions.
Proof
Let S={v1,…,vn} be the basis of V. Then, since every T(v) can be represented by a linear transformation of T(vi), we can know that the set Q generates R(T).
Q={T(v1),…T(vn)}
Here, since the number of elements in Q is dim(V)=n, Q being linearly independent is equivalent to Q generating V. But since Q generates R(T), showing that Q is linearly independent is the same as showing R(T)=V. Therefore, the proof shifts to proving the following.
T is one-to-one ⟺ Q is linearly independent(⟹)
Let’s assume that T is one-to-one. And let’s assume the constants ci satisfy the following equation.
c1T(v1)+c2T(v2)+⋯+cnT(vn)=0
Then, since T is a linear transformation, the following holds.
T(c1v1+⋯+cnvn)=0
Since we assumed T is one-to-one, by Theorem 1, the constants satisfying the above equation are only 0.
c1v1+⋯+cnvn=0
But since vi are the elements of the basis, the constants that satisfy the above equation are only 0.
c1=c2=⋯=cn=0
Thus, since the constants that satisfy (1) are only 0, Q is linearly independent.
■
(⟸)
Assume that Q is linearly independent. And let’s assume the constants ci satisfy the following equation.
c1T(v1)+c2T(v2)+⋯+cnT(vn)=0
Then, by assumption, we know that the constants that satisfy the above equation are only 0.
c1=c2=⋯=cn=0
But since T is a linear transformation, the following holds.
T(c1v1+⋯+cnvn)=c1T(v1)+c2T(v2)+⋯+cnT(vn)=0
Then, by (2), only 0 satisfies the above equation.
T(0)=T(0v1+⋯+0vn)=0
Therefore, by Theorem 1 T is one-to-one.
■