The Basis of the Domain Generates the Image of the Linear Transformation
📂Linear AlgebraThe Basis of the Domain Generates the Image of the Linear Transformation
Theorem
Let’s suppose we have a given linear transformation T:V→W. Assume V is finite-dimensional, and let S={v1,v2,…,vn} be a basis of V. Then, the image of any v∈V can be represented as follows.
T(v)=c1T(v1)+c2T(v2)+⋯cnT(vn)
Here, ci are coefficients that satisfy v=∑civi. In other words, {T(vi)} generates the range of T.
R(T)=span(T(S))=span({T(v1),T(v2),…,T(vn)})
Explanation
This means knowing how the bases transform under the linear transformation T allows us to know the image of all v∈V.
Proof
By the Uniqueness of Basis Representation, for all v∈V, the following linear combination uniquely exists.
v=c1v1+c2v2+⋯+cnvn
Then, due to the linearity of T, the following holds true.
T(v)=T(c1v1+c2v2+⋯cnvn)=T(c1v1)+T(c2v2)+⋯+T(cnvn)=c1T(v1)+c2T(v2)+⋯+cnT(vn)
■