Linear Transformations Between Finite-Dimensional Vector Spaces
📂Linear AlgebraLinear Transformations Between Finite-Dimensional Vector Spaces
Theorem
Let V,W be a vector space. Let {v1,v2,…,vn} and {w1,w2,…,wn} be bases of V,W, respectively. Then there exists a unique linear transformation T:V→W that satisfies T(vi)=wi.
Corollary
Let V,W be a vector space. Let S={v1,v2,…,vn} be a basis of V. If U,T:V→W is a linear transformation and U(vi)=T(vi), then it follows that U=T.
Generalization
Let V,W be a vector field, and let β be a basis of V. Then for some function f:β→W, there exists a unique linear transformation that satisfies the following.
T:V→W by T(x)=f(x)∀x∈β
Proof
Let x∈V. Since {vi} is a basis,
x=∑aivi
there exist unique constants ai that satisfy the equation. Now, define T as follows.
T:V→W by T(x)=∑aiwi
Then T(vi)=wi is satisfied.
If x,y∈V, then
x=∑aivi,y=∑bivi
cx+y=∑(cai+bi)vi
Therefore,
T(cx+y)=∑(cai+bi)wi=c∑aiwi+∑biwi=cT(x)+T(y)
Let the linear transformation U:V→W satisfy U(vi)=wi. Then, for x=∑aivi∈V,
U(x)=∑aiU(vi)=∑aiwi=T(x)
■