Is T^n Linear When T is Linear?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
cristina89
Messages
29
Reaction score
0

Homework Statement


If T is a linear transformation, proof that Tn is a linear transformation (with nEN).


Homework Equations


I know that T is a linear application if:
T(u+v) = T(u) + T(v)
T(au) = aT(u)

The Attempt at a Solution


Actually I don't know how to start using these two affirmations. Can anyone help me with it?
I know how to do this when it has numbers, but then it comes to these kind of proofs, I don't know how to do this.
 
Physics news on Phys.org
I'm trying to solve it by induction.

For n = 1 ok.

Assuming that's ok for n = k.

For n = k+1

I don't know if I'm doing it right in this part:

Tk+1 = Tk.T(u+v) = Tk.(T(u+v)) = Tk(T(u)) + Tk(T(v)). Can I just afirm that's ok since T(u+v) is an application and Tk is an application too?
 
I would have put in one more step. Tk(T(u+ v))= Tk(T(u)+ T(v)), using the "given" fact that T is linear, and then "= Tk(T(u))+ Tk(T(v))" using the "induction hypothesis" that Tk is linear.

And, of course, you now need to prove that Tn(au)= aTn(u) but that can be done the same way.