ProofLinear AlgebraIntroProof Builder

Proof that the composition of linear maps is linear

Composing two linear maps does not break linearity. The proof is a careful unpacking of definitions: first pass through the inner map, then use linearity again in the outer map.

Primary Tool

Proof Builder

Open proof builder

This proof is mostly bookkeeping, which makes it a good Proof Builder page. The embed keeps the two required checks separate: addition first, scalar multiplication second.

What has to be shown

Let and be linear. The composition sends a vector first through , then through .

To prove is linear, you must check the two defining properties: it preserves vector addition and scalar multiplication.

The addition check

Start with . By definition this is .

Linearity of rewrites the inside as . Then linearity of separates the outside into , which is exactly .

The scalar check

The scalar step follows the same pattern. First because is linear.

Then because is linear. That leaves .

Common Pitfall

The proof does not say every composition of functions is linear. Both maps must already be linear, and the output space of the first map must match the input space of the second.

Try a Variation

Try composing with . Compute , then check the two linearity conditions directly.

Related Pages

Keep moving through the cluster

Back to Learn Math →