Thread Closed

Image and kernel of T^n

 
Share Thread Thread Tools
Jan12-05, 10:04 AM   #1
 

Image and kernel of T^n


Hi,

What's the relationship between the image and kernel of T and the image and kernel of Tn? I think we saw in class something along the lines of:

[tex]Ker(T) \subseteq Ker(T^2)[/tex]
[tex]Im(T) \supseteq Im(T^2)[/tex]

My intuition is that this is also correct for any natural n, but is it true and if so how do you prove it, by induction?

Thanks,
Chen
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jan12-05, 10:30 AM   #2
 
Assuming that T is a linear map from some vector space V to itself... [tex]\ker{T} \subseteq \ker{T^n}[/tex] (where n is any natural number) is easy to prove. It's obvious for n = 1.

Suppose it's true for n = k. If [itex]x \in \ker{T}[/itex], then [itex]x \in \ker{T^k}[/itex], by the induction hypothesis. But then [itex]T^{k+1}(x) = T(T^{k}(x)) = T(0) = 0[/itex] (by the linearity of T), so that [itex]x \in \ker{T^{k+1}}[/itex].

I think the thing about Im(T) could be done without induction.
 
Jan12-05, 10:37 AM   #3
 
Let me clear the cobwebs from out my skull...
Let T be a linear map from V to V'.

A_1=Ker(T)={v in V : Tv=0}.

A_2=Ker(T^2)={v in V : TTv=0}.

Note that T0=0 for all linear maps T. Here, the first 0 is in V and the second 0 is in V'.

Then A_1 is a subset of A_2 because:
v in A_1 implies
Tv=0 implies
TTv=T0=0
implies v in A_2.

I don't think you really need induction if you can get away with saying that (T^n)0=0. I suppose that technically you do need induction if it's not acceptable as being obvious: T0=0, so done when n=1. Then assuming (T^(n-1))0=0, we can apply T to both sides to get (T^n)0=T0=0. Done.

Then if you let A_n=Ker(T^n), go through the above proof to show that A_(n-1) is a subset of A_n (change 1 to n-1 and 2 to n).

Then you have the following result:
A_1 is a subset of A_2 is a subset of ... is a subset of A_n.

The image I'll work out if no one else does after I have a cigarrette...
 
Jan14-05, 09:52 PM   #4
AKG
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Image and kernel of T^n


Note that for a linear operator T on a vector space V, we have

[tex]Im(T^2) = T(T(V)) = T(Im(T))[/tex]

whereas [itex]Im(T) = T(V)[/itex]. Clearly, since [itex]Im(T) \subseteq V[/itex], [itex]T(Im(T)) \subseteq T(V)[/itex] follows immediately. For any n, we can compare [itex]Im(T^n)[/itex] with [itex]Im(T^{n+1})[/itex].

[tex]Im(T^{n+1}) = T^{n+1}(V) = T^n(T(V)) = T^n(Im(T))[/tex]

whereas [itex]Im(T^n) = T^n(V)[/itex]. Again, since [itex]Im(T) \subseteq V[/itex], it follows immediately that [itex]T^n(Im(T)) \subseteq T^n(V)[/itex], giving [itex]Im(T^{n+1}) \subseteq Im(T^n)[/itex]. This gives:

[tex]Im(T) \subseteq Im(T^2) \subseteq \dots \subseteq Im(T^n) \subseteq \dots[/tex]

which is what you wanted, I suppose.
 
Thread Closed
Thread Tools


Similar Threads for: Image and kernel of T^n
Thread Forum Replies
[SOLVED] Kernel and Image Calculus & Beyond Homework 12
How to capture live video/image using Matlab without Image acq toolbox Math & Science Software 1
[SOLVED] Kernel and image of a matrix A Calculus & Beyond Homework 4
kernel and image of linear transformation Calculus & Beyond Homework 3
Convert a text file into an image (or generate an image with fortran) Computing & Technology 1