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?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top