Linear Algebra: basic proof about a linear transformation

brushman
Messages
112
Reaction score
1

Homework Statement


Given:
T is a transformation from V -> W and the dim(V) = n and dim(W) = m (I think the dimensions were given for the purposes of another problem)

Prove:
If T is 1 to 1 and {v1, ..., vk} is a subspace of V that is L.I., then {T(v1), ..., T(vk)} is L.I in W.

The Attempt at a Solution


First we form the set of transformations

A = {T(v1), ..., T(vk)}.

Since v1, ..., vk are L.I., none of these vectors are equal to each other.

Then since T is 1 to 1, T(vi) =/= T(vj) where vi and vj represent any vectors from {v1, ..., vk}.

Finally, this means that c1T(v1) + ... + ckT(vk) = 0 has only the trivial solution c1...ck = 0.

Therefore, {T(v1), ..., T(vk)} is L.I in W.
 
Physics news on Phys.org
brushman said:

Homework Statement


Given:
T is a transformation from V -> W and the dim(V) = n and dim(W) = m (I think the dimensions were given for the purposes of another problem)

Prove:
If T is 1 to 1 and {v1, ..., vk} is a subspace of V that is L.I., then {T(v1), ..., T(vk)} is L.I in W.
{v1, …, vk} isn't a subspace, and it doesn't make sense to say a subspace is linearly independent. {v1, …, vk} is simply a set of k linearly independent vectors in V.

The Attempt at a Solution


First we form the set of transformations

A = {T(v1), ..., T(vk)}.

Since v1, ..., vk are L.I., none of these vectors are equal to each other.

Then since T is 1 to 1, T(vi) =/= T(vj) where vi and vj represent any vectors from {v1, ..., vk}.

Finally, this means that c1T(v1) + ... + ckT(vk) = 0 has only the trivial solution c1...ck = 0.
Just because two vectors aren't equal to each other doesn't mean they're linearly independent. The vectors (1,0,0) and (2,0,0) for example aren't equal to each other, but they are dependent.
Therefore, {T(v1), ..., T(vk)} is L.I in W.
You want to use the fact that T is linear. (You didn't say it was, but I assume that it's a given in the problem.) What can you say about the null space of T since it's one-to-one?
 
Thanks vela. Sorry about mis-wording the question, and yes, T is linear. Here is the revised version of my proof:Let A = {T(v1), ..., T(vk)} .

For {T(v1), ..., T(vk)} to be L.I., we must have the trivial solution for c1T(v1) + ... + ckT(vk) = 0 . Or, by linearity, T(c1v1 + ... + ckvk) = 0 .

Since T is 1 to 1, the null space of T must be 0. That is, T(0) = 0. This means that c1v1 + ... + ckvk = 0.

Because v1, ..., vk are L.I., all the c's must equal 0 (aka we have only the trivial solution).

Therefore we can conclude that {T(v1), ..., T(vk)} is L.I in W.
 
Perfect!
 
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