Linear Operators and Dependence

In summary: T(v1)+b2T(v2)+...+bnT(vn)=0.Since {v1, . . . , vn} is linearly dependent, there exist constants c1, c2, ..., cn not all zero such that c1v1+c2v2+...+cnvn=0.Applying T to both sides, we get T(c1v1+c2v2+...+cnvn)=T(0).By the linearity property, this becomes c1T(v1)+c2T(v2)+...+cnT(vn)=0.Thus, for {T (v1), . . . , T (vn)}, there exist constants
  • #1
charlies1902
162
0
Suppose that T: V →V is a linear operator and
{v1, . . . , vn} is linearly dependent. Show that
{T (v1), . . . , T (vn)} is linearly dependent.



I'm pretty lost as to how to even go about doing this problem, but I'll take a crack at it.

I'm not sure what the operator "T:V→V" means. It seems it's transforming V to V, so I don't get the point.
If that's what it means then:
{T (v1), . . . , T (vn)} = {v1, . . . , vn}
Thus {T (v1), . . . , T (vn)} is linearly dependent?
 
Physics news on Phys.org
  • #2
charlies1902 said:
Suppose that T: V →V is a linear operator and
{v1, . . . , vn} is linearly dependent. Show that
{T (v1), . . . , T (vn)} is linearly dependent.
I'm pretty lost as to how to even go about doing this problem, but I'll take a crack at it.

I'm not sure what the operator "T:V→V" means

T is given to be a linear operator from V to V. I have a couple of things for you:
1. Show us the definition of a linear operator.
2. Show us the definition that {v1, . . . , vn} is linearly dependent.
Once you have those, write down what you are given and what you have to prove. Then let's see what happens.
 
  • #3
1. This is copied from the book but I understand it "Let V and W be vector spaces. The mapping T: V → W
is called a linear transformation if and only if
T (cu + v) = cT (u) + T (v)
for every choice of u and v in V and scalars c in . In the case for which V = W,
then T is called a linear operator."

2. There are vector(s) in {v1, . . . , vn} such that one is the linear combination of another.

if we write c1v1+...+cnv2=0, where c1...cn scalars. If they're linearly dependent they those scalars are not unique meaning that linear combos exist..
This is what my friend said:
{v1, . . . , vn} = {v1, ..., va, c*va, ..., vn} where va is a vector and there's a multiple of it somewhere
so T:{v1, . . . , vn} gives {T(v1), ..., T(vn)} = {T(v1), ..., T(va), T(c*va), ..., T(vn)} = {T(v1), ..., T(va), c*T(va), ..., T(vn)}.
c*T(va) is still a multiple of T(va), thus it is still linearly dependent.
 
  • #4
charlies1902 said:
1. This is copied from the book but I understand it "Let V and W be vector spaces. The mapping T: V → W
is called a linear transformation if and only if
T (cu + v) = cT (u) + T (v)
for every choice of u and v in V and scalars c in . In the case for which V = W,
then T is called a linear operator."

This is usually written as the two conditions: T(cv) = cT(v) and T(u+v) = T(u)+T(v). Alternatively it is sometimes written as the single condition T(cu + dv) = cT(u)+dT(v). That makes T linear and it doesn't matter whether V=W or not.

2. There are vector(s) in {v1, . . . , vn} such that one is the linear combination of another.

if we write c1v1+...+cnv2=0, where c1...cn scalars. If they're linearly dependent they those scalars are not unique meaning that linear combos exist..
Those are consequences of linear dependence. The actual definition is that there exist constants ##c_1,c_2,...,c_n## not all zero such that ##c_1v_2+c_2v_2+...,c_nv_n=\theta##, the zero vector.

Now, using the definitions I have written, write down what you are given and what you have to prove. Then see if you can prove it using the definitions.
 
  • #5
LCKurtz said:
This is usually written as the two conditions: T(cv) = cT(v) and T(u+v) = T(u)+T(v). Alternatively it is sometimes written as the single condition T(cu + dv) = cT(u)+dT(v). That makes T linear and it doesn't matter whether V=W or not.

Those are consequences of linear dependence. The actual definition is that there exist constants ##c_1,c_2,...,c_n## not all zero such that ##c_1v_2+c_2v_2+...,c_nv_n=\theta##, the zero vector.

Now, using the definitions I have written, write down what you are given and what you have to prove. Then see if you can prove it using the definitions.

If there exist constants c1,c2,...,cn not all zero such that c1v2+c2v2+...,cnvn=θ, the zero vector, then that would mean some vector is a linear combination of another.

Wouldn't this proof be valid?
{v1, . . . , vn} = {v1, ..., va, c*va, ..., vn} where va is a vector and there's a multiple of it somewhere
so T:{v1, . . . , vn} gives {T(v1), ..., T(vn)} = {T(v1), ..., T(va), T(c*va), ..., T(vn)} = {T(v1), ..., T(va), c*T(va), ..., T(vn)}.
c*T(va) is still a multiple of T(va), thus it is still linearly dependent.
 
  • #6
LCKurtz said:
Those are consequences of linear dependence. The actual definition is that there exist constants ##c_1,c_2,...,c_n## not all zero such that ##c_1v_2+c_2v_2+...,c_nv_n=\theta##, the zero vector.

Now, using the definitions I have written, write down what you are given and what you have to prove. Then see if you can prove it using the definitions.

charlies1902 said:
If there exist constants c1,c2,...,cn not all zero such that c1v2+c2v2+...,cnvn=θ
Good. That is what you are given.
the zero vector, then that would mean some vector is a linear combination of another.
Yes, it implies that, but let's use the definition.
Wouldn't this proof be valid?
There is the germ of an idea in that argument but it certainly isn't adequate. The problem is that you wrote down what you were given but you haven't written down what you are to prove, using the definitions. Write down, using the definition, what you are to prove.
 
  • #7
Suppose that T: V →V is a linear operator and
{v1, . . . , vn} is linearly dependent. Show that
{T (v1), . . . , T (vn)} is linearly dependent.

I must show that for {T (v1), . . . , T (vn)} there exist constants b1, b2, ..., bn not all zero such that b1T(v1)+b2T(V2),...,bnT(Vn)=0
 
  • #8
charlies1902 said:
Suppose that T: V →V is a linear operator and
{v1, . . . , vn} is linearly dependent. Show that
{T (v1), . . . , T (vn)} is linearly dependent.

I must show that for {T (v1), . . . , T (vn)} there exist constants b1, b2, ..., bn not all zero such that b1T(v1)+b2T(V2),...,bnT(Vn)=0

Good. Now start with what you are given, apply T to it, use the properties of a linear function step by step and see if you can show that.
 
  • #9
charlies1902 said:
Suppose that T: V →V is a linear operator and
{v1, . . . , vn} is linearly dependent. Show that
{T (v1), . . . , T (vn)} is linearly dependent.

I must show that for {T (v1), . . . , T (vn)} there exist constants b1, b2, ..., bn not all zero such that b1T(v1)+b2T(V2),...,bnT(Vn)=0
Yes, and you are given that the {v1,..., vn} are linearly dependent- that is,
[tex]b1v1+ b2v2+ ...+ bnvn= 0[/tex]
for some b1, b2, ..., bn that are not all 0. What do you get if you apply T to both sides of that?
 
  • #10
LCKurtz said:
Good. Now start with what you are given, apply T to it, use the properties of a linear function step by step and see if you can show that.

HallsofIvy said:
Yes, and you are given that the {v1,..., vn} are linearly dependent- that is,
[tex]b1v1+ b2v2+ ...+ bnvn= 0[/tex]
for some b1, b2, ..., bn that are not all 0. What do you get if you apply T to both sides of that?

T(b1v1)+T(b2v2)+...+T(bnvn)=T(0)
b1T(V1)+b2T(v2)+...bnT(vn)=0
= b1V2+b2V2+...bnVn=0,
thus it is still linearly dependent.Sweet, I think that's correct. Thanks for all the help.
 
  • #11
charlies1902 said:
T(b1v1)+T(b2v2)+...+T(bnvn)=T(0)
b1T(V1)+b2T(v2)+...bnT(vn)=0
= [STRIKE]b1V2+b2V2+...bnVn=0,[/STRIKE]
thus the set {T(v1),...,T(vn)} is [STRIKE]still[/STRIKE] linearly dependent.


Sweet, I think that's correct. Thanks for all the help.

I edited it a bit. You're welcome.
 
  • #12
charlies1902 said:
T(b1v1)+T(b2v2)+...+T(bnvn)=T(0)
b1T(V1)+b2T(v2)+...bnT(vn)=0
Yes that's what you want.

I don't know why you added this next equation which just restates what you are given.
= b1V2+b2V2+...bnVn=0,
thus it is still linearly dependent.


Sweet, I think that's correct. Thanks for all the help.
Note that the other way is not necessarily correct: if v1, v2, ..., vn are independent it does not follow that Tv1, Tv2, ..., Tvn are independent.
 
  • #13
LCKurtz said:
I edited it a bit. You're welcome.
Thanks again.
HallsofIvy said:
Yes that's what you want.

I don't know why you added this next equation which just restates what you are given.

Note that the other way is not necessarily correct: if v1, v2, ..., vn are independent it does not follow that Tv1, Tv2, ..., Tvn are independent.

I saw this as a definition in my textbook, but they didn't prove it.

If v1, v2, ... vn are independent then
c1v1+c2v2+...+cnv2=0, where c1, c2, ...cn are scalars and =0..

T(c1v1)+T(c2v2)+...+T(cnvn)=T(0)
c1T(v1)+c2T(v2)+...+cnT(vn)=0

For the case of T: V →V, wouldn't they still be linearly independent?
 
  • #14
charlies1902 said:
Thanks again.


I saw this as a definition in my textbook, but they didn't prove it.
Definitions are never proved.
charlies1902 said:
If v1, v2, ... vn are independent then
c1v1+c2v2+...+cnv2=0, where c1, c2, ...cn are scalars and =0..

T(c1v1)+T(c2v2)+...+T(cnvn)=T(0)
c1T(v1)+c2T(v2)+...+cnT(vn)=0

For the case of T: V →V, wouldn't they still be linearly independent?
 
  • #15
charlies1902 said:
Thanks again.


I saw this as a definition in my textbook, but they didn't prove it.

If v1, v2, ... vn are independent then
c1v1+c2v2+...+cnv2=0, where c1, c2, ...cn are scalars and =0..

T(c1v1)+T(c2v2)+...+T(cnvn)=T(0)
c1T(v1)+c2T(v2)+...+cnT(vn)=0

For the case of T: V →V, wouldn't they still be linearly independent?
If and only if T is invertible.

For example, Tv= 0 for all v is a linear transformation but it maps a set of independent vectors {v1, v2, ..., vn} to T(v1)= 0, T(v2)= 0, ..., T(vn)= 0 so certainly NOT a set of independent vectors.
 

Related to Linear Operators and Dependence

1. What are linear operators?

Linear operators are mathematical functions that operate on vectors and produce new vectors through a linear transformation. They are commonly used in linear algebra and functional analysis to study linear equations and systems.

2. How do linear operators differ from other types of operators?

Linear operators preserve the operations of vector addition and scalar multiplication, meaning that the output of a linear operator is a linear combination of the input vectors. This is in contrast to non-linear operators, which do not preserve these operations.

3. What is the dependence of linear operators?

The dependence of linear operators refers to the relationship between different linear operators. Two linear operators are dependent if one can be expressed as a linear combination of the other. This is similar to the concept of linear dependence of vectors.

4. How is the dependence of linear operators determined?

The dependence of linear operators can be determined through the use of linear algebra techniques, such as finding the null space and rank of a matrix representation of the operators. If the rank of the matrix is less than the number of operators, then the operators are dependent.

5. What are some real-world applications of linear operators and dependence?

Linear operators and dependence have numerous applications in fields such as physics, engineering, and data analysis. In physics, they are used to describe the motion of particles and the behavior of physical systems. In engineering, they are used in signal processing and control systems. In data analysis, they are used in machine learning algorithms and data compression techniques.

Similar threads

  • Calculus and Beyond Homework Help
Replies
24
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
433
  • Calculus and Beyond Homework Help
Replies
8
Views
804
  • Calculus and Beyond Homework Help
Replies
17
Views
3K
  • Math POTW for University Students
Replies
1
Views
709
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
Back
Top