Proof of sums of linear transformations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
veritaserum20
Messages
3
Reaction score
0
Given linear transformations S: Rn --> Rm and T: Rn --> Rm, show the following:
a) S+T is a linear transformation
b) cS is a linear transformation

I know that since both S and T are linear transformations on their own, they satisfy the properties for being a linear transformation, which is that for some transformation T, T(x+y)=T(x) + T(y), and T(cx)=cT(x). So I tried doing the same sort of procedure for the sum of the transformations, so that (S+T)(x)=S(x) + T(x) and S(cx)=cS(x). This just doesn't seem like a very intricate way of proving the sums of linear transformations is a linear transformation and that a scalar multiplied by a linear transformation is a linear transformation.

Any help is greatly appreciated!
 
Last edited:
Physics news on Phys.org
veritaserum20 said:
This just doesn't seem like a very intricate way of proving the sums of linear transformations is a linear transformation and that a scalar multiplied by a linear transformation is a linear transformation.

Why not? You defined (S+T)(x) = S(x) + T(x). Now you only need to check if S+T is a linear transformation, i.e. that for all x, y and [tex]\alpha[/tex], [tex]\beta[/tex] , (S+T)([tex]\alpha[/tex]x+[tex]\beta[/tex]y)=[tex]\alpha[/tex](S+T)(x) + [tex]\beta[/tex](S+T)(y) holds.