Note: the two proofs are not the same!

AI Thread Summary
The discussion centers on proving that a function L: V -> W is a linear transformation if and only if L(au + bv) = aL(u) + bL(v) for any scalars a and b and vectors u and v in V. Participants clarify that this proof is essentially demonstrating the definition of a linear transformation, which includes two main conditions: L(u+v) = L(u) + L(v) and L(ku) = kL(u). It is suggested that the professor may want students to combine these conditions into the stated form. The consensus is that proving a definition is not typical, but the exercise requires establishing the equivalence of the two statements. Ultimately, the task involves proving both directions of the equivalence to satisfy the assignment requirements.
franz32
Messages
133
Reaction score
0
How will I prove that...
Show that L: V -> W is a linear transformation if and only if
L(au + bv) = aL(u) + bL(v) for any scalars a and b and and any
vectors u and v in V.

For L(au +bv), this is my proof. (Is this wrong?)

L(au + bv) = L [ a(a', b', c') + b(a'', b'', c'')]
= L [ aa' + ba'', ab' + bb'', ac' + bc'' ]
= (aa' + ab' + ac') + ( ba" + bb" +bc")
= a(a' + b' +c') =b(a" + b" + c")
= aL(u) + bL(v)
 
Physics news on Phys.org
I've never studied what you're doing formally, but I've always thought that what you're "proving" is the definition of a linear transformation. Why would you have to prove an arbitrary definition?

cookiemonster
 
Here's...

Yeah that's right. It's an arbitrary definition of the linear transformation. My professor wants me to do it...

In the textbook I'm using, it looks like this

1. L(u+v) = L(u) + L(v)
2. L(ku) = kL(u)
 
Well, since it's an arbitrary definition, I don't really see the point of "proving" it.

The only thing I can imagine him doing is asking you to combine the two conditions as it's usually stated. I usually see it in this form:

L[\boldsymbol{v_1}+\boldsymbol{v_2}] = L[\boldsymbol{v_1}]+L[\boldsymbol{v_2}]
L[a\boldsymbol{v}] = aL[\boldsymbol{v}]

My guess is that he wants to see you combine these.

Edit: Just noticed you typed the form yourself. Guess I should read a little more slowly next time...

cookiemonster
 
I'm with cookiemonster. There is no such thing as proving a definition aside from showing the entry in a dictionary.
 
Show that L: V -> W is a linear transformation if and only if
L(au + bv) = aL(u) + bL(v) for any scalars a and b and and any
vectors u and v in V.

Well, as has been pointed out,

"L: V -> W is a linear transformation" means
1. L(u+v) = L(u) + L(v)
2. L(ku) = kL(u)
for all vectors u and v in V and scalars k.

The problem is asking you to prove

L: V -> W is a linear transformation

if and only if

L(au + bv) = aL(u) + bL(v) for any scalars a and b and and any
vectors u and v in V.


So, you start with the assumption that "L: V -> W is a linear transformation" then prove "L(au + bv) = aL(u) + bL(v) for any scalars a and b and and any vectors u and v in V."

Then, (as a separate piece of work!) you start with the assumption "L(au + bv) = aL(u) + bL(v) for any scalars a and b and and any vectors u and v in V." and prove "L: V -> W is a linear transformation".
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top