jinksys
- 122
- 0
Homework Statement
Show that 2.1.1 is equivalent to the totality of 2.1.2 and 2.1.3.
Homework Equations
The Attempt at a Solution
aTx + bTy = aT(x) + bT(y) = T(ax) + T(by) = T(ax + by) ?
jinksys said:I can 'get' that 2.1.1 follows from 2.1.2 and 2.1.3 and visa versa, but I'm not sure how to say it as a proof. I've never been good with proofs.
Dick said:You aren't bothered by (2.1.3) saying T(ax)=a*x?? You should be. But if you aren't good at proofs, maybe you aren't. Change (2.1.3) to T(ax)=a*T(x). The first stage of the proof is show that (2.1.1) implies (2.1.2) and (2.1.3). That's pretty easy. I'll give you a hint for the first part. Put a=1 and b=1 into (2.1.1). What do you conclude?
jinksys said:I meant to say that I understood that T(ax)=aT(x), but only because I have other linear algebra books to help me get through this class.
If a=b=1,
T(ax +by) = T(1x + 1y) = T(1x) + T(1y) = 1T(x) + 1T(y) = T(x) + T(y)
jinksys said:I'm not sure if you saw my edit or not, so I'll just give it its own post.
To show 2.1.3, do I let a=a and b=0?
T(ax + by) where a=a, b=0:
T(ax + 0y) = T(ax) = aT(x).
Conversely with a=0, b=b:
T(0x + by) = T(by) = bT(y)
jinksys said:If you let s = ax and t = by,
then T(s + t) = T(s) + T(t) = T(ax) + T(by) = aTx + bTy,
So, T(ax + by) = aTx + bTy ?
Any closer?
jinksys said:So letting s=ax and t=by was the right thing to do?
Are there other ways to say 2.1.1 stems from 2.1.2 and 2.1.3?