Primary Tool
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
Proof that the kernel of a linear map is a subspace
This is a standard linear algebra proof because it packages the subspace test into one reusable pattern: show zero is inside, then check closure under addition and scalar multiplication.
Open proof →
How a linear transformation changes the plane
A linear transformation of the plane is completely determined by where it sends the two standard basis vectors. From there, every grid point follows by the same linear combination.
Open explanation →
What a basis does in linear algebra
A basis is what turns a vector space into something you can navigate. It reaches every vector, and it does so without redundancy, so coordinates become possible.
Open explanation →
What linear independence means geometrically
Linear independence is the condition that nothing in the list is wasted. Geometrically, each new vector must add a new direction instead of repeating one you already had.
Open explanation →