logo

Composition of Linear Transformations 📂Linear Algebra

Composition of Linear Transformations

Definition1

Given linear transformations T1:VWT_{1} : V \to W and T2:WZT_{2} : W \to Z, the transformation defined by T2T1T_{2} T_{1} is called the composition of T1T_{1} and T2T_{2}.

(T2T1)(x)=T2(T1(x))xV (T_{2} \circ T_{1})(\mathbf{x}) = T_{2}\left( T_{1}(\mathbf{x}) \right) \quad \mathbf{x} \in V

Explanation

The composition of linear transformations is often denoted simply as follows:

T2T1x=(T2T1)(x) T_{2}T_{1}\mathbf{x} = (T_{2} \circ T_{1}) (\mathbf{x})

In finite dimensions, this is essentially the same as matrix multiplication, making it a natural notation.

Properties1 2

Consider linear transformations T1:VWT_{1} : V \to W and T2:WZT_{2} : W \to Z.

(a) The composition T2T1T_{2} T_{1} of T1T_{1} and T2T_{2} is also a linear transformation.

(b) The following holds for T,U1,U2L(V)T, U_{1}, U_{2} \in \href{../3283}{L(V)} and aRa \in \mathbb{R}:

T(U1+U2)=TU1+TU2and(U1+U2)T=U1T+U2TT(U1U2)=(T1)U2TI=IT=Ta(U1U2)=(aU1)U2=U1(aU2) T(U_{1} + U_{2}) = TU_{1} + TU_{2} \quad \text{and} \quad (U_{1} + U_{2})T = U_{1}T + U_{2}T \\[0.5em] T(U_{1}U_{2}) = (T_{1})U_{2} \\[0.5em] TI = IT = T \\[0.5em] a(U_{1}U_{2}) = (aU_{1})U_{2} = U_{1}(aU_{2})

If T1,T2T_{1}, T_{2} is injective, then the following holds:

(c) T2T1T_{2} T_{1} is injective.

(d) (T2T1)1=T11T21(T_{2} T_{1})^{-1} = T_{1}^{-1} T_{2}^{-1}

(e) Let V,W,ZV, W, Z be a finite-dimensional vector space, and let α,β,γ\alpha, \beta, \gamma be their ordered bases, respectively. And suppose T:VWT : V \to W, U:WZU : W \to Z are linear transformations. Then,

[UT]αγ=[U]βγ[T]αβ [UT]_{\alpha}^{\gamma} = [U]_{\beta}^{\gamma}[T]_{\alpha}^{\beta}

[T]αβ[T]_{\alpha}^{\beta} is the matrix representation of TT.

Proof

(a)

Given x1,x2V\mathbf{x}_{1}, \mathbf{x}_{2} \in V and let kk be any constant. Since T1,T2T_{1}, T_{2} 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) \begin{align*} (T_{2} T_{1})(\mathbf{x}_{1} + k \mathbf{x}_{2}) &= T_{2} \left( T_{1} \left( \mathbf{x}_{1} + k \mathbf{x}_{2} \right) \right) \\ &= T_{2} \left( T_{1} ( \mathbf{x}_{1} ) + k T_{1} ( \mathbf{x}_{2} ) \right) \\ &= T_{2} \left( T_{1} ( \mathbf{x}_{1} ) \right) + k T_{2}\left( T_{1} ( \mathbf{x}_{2} ) \right) \\ &= (T_{2} T_{1}) ( \mathbf{x}_{1} ) + k (T_{2} T_{1})( \mathbf{x}_{2} ) \end{align*}

(c)

Suppose that x1\mathbf{x}_{1} and x2\mathbf{x}_{2} are different vectors in VV. Since T1T_{1} is injective, T1(x1)T_{1}(\mathbf{x}_{1}) and T1(x2)T_{1}(\mathbf{x}_{2}) are different vectors. Thus, since T2T_{2} is also injective, the following two vectors are also different:

(T2T1)(x1)=T2(T1(x1))and(T2T1)(x2)=T2(T1(x2)) (T_{2} T_{1})(\mathbf{x}_{1}) = T_{2} \left( T_{1}(\mathbf{x}_{1}) \right) \quad \text{and} \quad (T_{2} T_{1})(\mathbf{x}_{2}) = T_{2} \left( T_{1}(\mathbf{x}_{2}) \right)

Therefore, T2T1T_{2} T_{1} is injective.

(d)

Let z\mathbf{z} be the image of xV\mathbf{x} \in V by T2T1T_{2} T_{1}.

z=(T2T1)(x)=T2(T1(x)) \mathbf{z} = (T_{2} T_{1}) ( \mathbf{x} ) = T_{2} ( T_{1} (\mathbf{x}))

Applying T21T_{2}^{-1} to both sides yields:

T21(z)=(T21T2T1)(x)=T1(x) T_{2}^{-1}(\mathbf{z}) = ( T_{2}^{-1} T_{2} T_{1}) ( \mathbf{x} ) = T_{1} (\mathbf{x})

Further applying T11T_{1}^{-1} to both sides yields:

(T11T21)(z)=(T11T1)(x)=x ( T_{1}^{-1} T_{2}^{-1} )(\mathbf{z}) = ( T_{1}^{-1} T_{1} ) ( \mathbf{x} ) = \mathbf{x}

Thus, the following is obtained:

(T11T21)((T2T1)(x))=x (T_{1}^{-1} T_{2}^{-1}) ( (T_{2} T_{1} )(\mathbf{x}) ) = \mathbf{x}


  1. Howard Anton, Elementary Linear Algebra: Aplications Version (12th Edition, 2019), p465-468 ↩︎ ↩︎

  2. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p86-89 ↩︎