Linear Algebra - Dimension of Kernel

steelphantom
Messages
158
Reaction score
0

Homework Statement


Suppose that U and V are finite-dimensional vector spaces and that S is in L(V, W), T is in L(U, V). Prove that

dim[Ker(ST)] <= dim[Ker(S)] + dim[Ker(T)]

Homework Equations


(*) dim[Ker(S)] = dim(U) - dim[Im(T)]
(**) dim[Ker(T)] = dim(V) - dim[Im(S)]

The Attempt at a Solution


I know that ST is in L(U, W), so dim[Ker(ST)] = dim(U) - dim[Im(ST)]. So now I need to show:

dim(U) - dim[Im(ST)] <= dim(U) + dim(V) - dim[Im(T)] - dim[Im(S)]

But that just boils down to showing that dim[Im(ST)] is greater than dim[Im(T)] + dim[Im(S)]. It seems like I didn't really get anywhere. What am I missing? Thanks for your help.
 
Physics news on Phys.org
steelphantom said:

Homework Statement


Suppose that U and V are finite-dimensional vector spaces and that S is in L(V, W), T is in L(U, V). Prove that

dim[Ker(ST)] <= dim[Ker(S)] + dim[Ker(T)]

Homework Equations


(*) dim[Ker(S)] = dim(U) - dim[Im(T)]
(**) dim[Ker(T)] = dim(V) - dim[Im(S)]

The Attempt at a Solution


I know that ST is in L(U, W), so dim[Ker(ST)] = dim(U) - dim[Im(ST)]. So now I need to show:

dim(U) - dim[Im(ST)] <= dim(U) + dim(V) - dim[Im(T)] - dim[Im(S)]

But that just boils down to showing that dim[Im(ST)] is greater than dim[Im(T)] + dim[Im(S)]. It seems like I didn't really get anywhere. What am I missing? Thanks for your help.

Are you and rjw5002 taking the same course? My response to his identical question is here:
https://www.physicsforums.com/showthread.php?t=215288
 
We must be taking the same course. It's the second course in Linear Algebra at Penn State. I read your post where you said the following:

Suppose v is in the null space of T. Then Tv= 0 so STv= 0 and v is in the null space of ST. That shows that the null space of T is a subspace of the null space of ST. Now suppose v is in U but NOT in the null space of T. Then Tv is a non-zero vector in V and, in order that STv=0, must be in the null space of T. That is, v is in T-1(null space of V). That set cannot have dimension larger than dim(null space of S). Putting those together, the dimension of the null space of TS cannot be larger than the dim(null space of S)+ dim(null space of T).

So I understand how you show that T is a subspace of Ker(ST), but what do you mean by "in order that STv=0, must be in the null space of T. That is, v is in T-1(null space of V)."? I'm not really sure what this is saying.
 
Did I say that? Of course, that's a typo. If Tv is such that S(Tv)= 0, then Tv is in the null space of S. So that v itself is in T-1(null space of S).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top