Composition of Linear Transformations
📂Linear AlgebraComposition of Linear Transformations
Definition
Given linear transformations T1:V→W and T2:W→Z, the transformation defined by T2T1 is called the composition of T1 and T2.
(T2∘T1)(x)=T2(T1(x))x∈V
Explanation
The composition of linear transformations is often denoted simply as follows:
T2T1x=(T2∘T1)(x)
In finite dimensions, this is essentially the same as matrix multiplication, making it a natural notation.
Properties
Consider linear transformations T1:V→W and T2:W→Z.
(a) The composition T2T1 of T1 and T2 is also a linear transformation.
(b) The following holds for T,U1,U2∈L(V) and a∈R:
T(U1+U2)=TU1+TU2and(U1+U2)T=U1T+U2TT(U1U2)=(T1)U2TI=IT=Ta(U1U2)=(aU1)U2=U1(aU2)
If T1,T2 is injective, then the following holds:
(c) T2T1 is injective.
(d) (T2T1)−1=T1−1T2−1
(e) Let V,W,Z be a finite-dimensional vector space, and let α,β,γ be their ordered bases, respectively. And suppose T:V→W, U:W→Z are linear transformations. Then,
[UT]αγ=[U]βγ[T]αβ
[T]αβ is the matrix representation of T.
Proof
(a)
Given x1,x2∈V and let k be any constant. Since T1,T2 is linear, the following holds:
(T2T1)(x1+kx2)=T2(T1(x1+kx2))=T2(T1(x1)+kT1(x2))=T2(T1(x1))+kT2(T1(x2))=(T2T1)(x1)+k(T2T1)(x2)
■
(c)
Suppose that x1 and x2 are different vectors in V. Since T1 is injective, T1(x1) and T1(x2) are different vectors. Thus, since T2 is also injective, the following two vectors are also different:
(T2T1)(x1)=T2(T1(x1))and(T2T1)(x2)=T2(T1(x2))
Therefore, T2T1 is injective.
■
(d)
Let z be the image of x∈V by T2T1.
z=(T2T1)(x)=T2(T1(x))
Applying T2−1 to both sides yields:
T2−1(z)=(T2−1T2T1)(x)=T1(x)
Further applying T1−1 to both sides yields:
(T1−1T2−1)(z)=(T1−1T1)(x)=x
Thus, the following is obtained:
(T1−1T2−1)((T2T1)(x))=x
■