How can we generalize this proof to infinite dimensional vector spaces?

  • Thread starter Thread starter Maybe_Memorie
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Maybe_Memorie
Messages
346
Reaction score
0

Homework Statement



Let V be a vector space. Show that for every three linear operators
A,B,C: V -> V, we have
rk(ABC) =< rk(B)

Homework Equations



V = rk(A) + dimKer(A)

rk(A) = dimIm(A)

The Attempt at a Solution



Im(ABC) = {ABC(v) | vEV}
= {AB(C(v)) | vEV}

So Im(ABC) is a subset of Im(AB)

So dimIm(ABC) =< dimIm(AB)

So rk(ABC) =< rk(AB)

Im(AB) = {A(B(w)) | wEV}

Ker(B) subset of ker(AB) because if Bx=0, then ABx = A0 = 0

By the dimension formula, this leads to rk(B) >= rk(AB)

So putting the two results together we get rk(ABC) =< rk(B)


Is this correct? Thanks!
 
Physics news on Phys.org
micromass said:
Hi Maybe_Memorie! :smile:

Your proof seems correct! But it seems you'll need V to be finite dimensional for it to work.

We've only dealt with finite dimensional vector spaces.