Additive identity over linear transformation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 4K views
autre
Messages
116
Reaction score
0
Given vector spaces V, W over a field, and linear transformation [itex]T:V\rightarrow W[/itex], prove [itex]T(0_{v})=0_{w}[/itex] where 0_v and 0_w are additive identities of V and W.

I'm trying to use the definition of additive identity. So, [itex]\forall\vec{v}\in V,\vec{v}+0=\vec{v+0=0}[/itex]. Where do I go from here?
 
Physics news on Phys.org
Woops, I meant [itex]\forall\vec{v}\in V,\vec{v}+0=\vec{0+v=\vec{v}}.[/itex] Not the additive inverse.
 
Here's a hint: Consider [itex]T(0_v+0_v)[/itex].
 
Would this line of reasoning work?

[itex]T(0_{v})=T(0_{v}+0_{v})=T(0_{v}+\vec{v}-\vec{v}+0_{v})=T(0_{v}+\vec{v})-T(0_{v}+\vec{v})=T(\vec{v})-T(\vec{v})=\vec{w}-\vec{w}=0_{w}.[/itex]
 
That looks good to me! In fact you can make it even simpler If you want by noting [itex]T(0_v)=T(0_v+0_v)=T(0_v) + T(0_v)[/itex] which is only possible if [itex]T(0_v)=?[/itex]
 
[itex]T(0_{v})=0_{w}[/itex], or the additive identity in W?
 
Exactly , it must be the zero of W.
 
autre said:
Would this line of reasoning work?

[itex]T(0_{v})=T(0_{v}+0_{v})=T(0_{v}+\vec{v}-\vec{v}+0_{v})=T(0_{v}+\vec{v})-T(0_{v}+\vec{v})=T(\vec{v})-T(\vec{v})=\vec{w}-\vec{w}=0_{w}.[/itex]
It's correct, but you're using the following two results without proving them
  • T(-x) is the additive inverse of T(x) for all x.
  • -0=0
The first one is no more obvious than the statement you're trying to prove.

If you're going to use these results, there's no need to involve a new vector v. You could just write [tex]T(0)=T(0+0)=T(0+(-0))=T(0)+T(-0)=T(0)-T(0)=0.[/tex] I prefer the method Theorem suggested.
 
An alternative way to write it down is:
T(0) = T(0 + 0) = T(0) + T(0) because of linearity.
Now add the additive inverse of T(0) (whatever it is, but there must be one) to both sides, and you get
T(0) + (-T(0)) = T(0) + T(0) + (-T(0))
0 = T(0)