The four consequences-cluster sections above isolate distinct ways that linearity propagates through operations on the transformations themselves. The table below collects them in one place: composition produces another linear map, inversion preserves linearity, and the pointwise sum and scalar multiple of linear maps are themselves linear — giving the full set of all linear transformations from V to W the structure of a vector space in its own right.
| Operation on linear maps |
Definition |
Result is linear? |
Structural payoff |
| Composition S ∘ T |
(S ∘ T)(u) = S(T(u)) |
yes — apply T's linearity inside S's |
corresponds to matrix multiplication; associative, not commutative |
| Inverse T⁻¹ |
T⁻¹ ∘ T = I, T ∘ T⁻¹ = I (when T is bijective) |
yes — the inverse of a linear bijection is linear |
an invertible T between equal-dim spaces is an isomorphism |
| Sum S + T |
(S + T)(v) = S(v) + T(v) |
yes — pointwise sum of linear maps is linear |
gives 𝓛(V, W) its addition |
| Scalar multiple cT |
(cT)(v) = c · T(v) |
yes — scaling a linear map keeps it linear |
gives 𝓛(V, W) its scalar multiplication |
| The whole set 𝓛(V, W) |
all linear maps V → W with + and scalar mult. |
— it is itself a vector space |
dim 𝓛(V, W) = dim(V) · dim(W) (finite-dimensional case) |