Let T1 and T2 be linear operators on V such that the range of T2 is contained in the kernel of T1.
Show that T1 ◦ T2 = 0. Also show that rank(T1)+rank(T2) ≤ dim(V )
Let T1 and T2 be linear operators on V such that the range of T2 is contained in the kernel of T1.
"\\implies" T2(x) "\\subseteq" ker(T1)
since we know that if a"\\in" ker(T1) then T1(a) = 0v , where 0v is additive identity of V
"\\therefore" T1(T2(x)) = 0v "\\forall" x"\\in" V
"\\implies" T1 â—¦ T2 (x) = 0v "\\forall" x"\\in" V
"\\implies" T1 â—¦ T2 = 0v
Now to show that rank(T1)+rank(T2) ≤ dim(V)
Note that ker(OV ) = V for any v ∈ V , OV(v) = 0, so V ⊆ ker(OV ); on the other hand, we always have ker(OV ) ⊆ V . Hence nullity(OV ) = dim(V).
"\\because" if V be a finite-dimensional vector space. Let S: V → V and T: V → V be linear operators on V. then,
nullity(S ◦ T) ≤ nullity(S) + nullity(T)
using the above concept: we get,
nullity(T1 ◦ T2) ≤ nullity(T1) + nullity(T2)
to get,
dim(V ) ≤ nullity(T1) + nullity(T2)
Adding dim(V ) to both sides of the inequality and bringing the two terms on the RHS to the LHS, we get,
dim(V ) − nullity(T1) + dim(V ) − nullity(T2) ≤ dim(V )
Finally, we apply the rank-nullity theorem twice to get,
rank(T1)+rank(T2) ≤ dim(V)
Comments
Leave a comment