Proving One-to-One Property of Linear Transformations with Dimension Equality

baileyyc
Messages
4
Reaction score
0
I am having trouble with this problem:
Let T:V->W be a linear transformation. Prove that T is one-to-one if and only if dimension of V = dim(RangeT).

I know that in order to be a linear transformation:
1) T(vector u + vector v) = T(vector u) + T(vector v) and
2) T(c*vector u) = cT(vector u), where c is a scalar

and I know that one-to-one means that there is exactly one x for every y, and that there are no unmapped elements.

and that the dimension of a vector space is the number of vectors in a basis.

But I'm not sure what I'm actually proving..
 
Physics news on Phys.org
Do you know a theorem that relates the dimensions of V, range(T), and kernel(T)?

Hint: T is one-to-one if and only if kernel(T) = {0}.

(kernel means the same thing as null space, in case you haven't seen the term)
 
What if there is are non-zero vectors k_i such that T(k_i)=0?. What can you say about T(c k_i) and dim(range(T))? Can you relate dim V to dim(range(T)) and the number of linearly independent such vectors k_i?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top