A linear map is a function between vector spaces that preserves the vector space structure. The kernel and image are fundamental subspaces that characterize the behavior of linear maps.
Let and be vector spaces over the same field . A function is called a linear map (or linear transformation) if for all vectors and all scalars :
The linearity condition can be split into two separate properties:
Let be a linear map. Then:
Using homogeneity with :
The following are NOT linear maps:
A map is linear if and only if for all and :
The kernel (or null space) of a linear map is:
For any linear map , is a subspace of .
We verify the subspace criterion:
A linear map is injective (one-to-one) if and only if .
(⇒) If is injective and , then . By injectivity, .
(⇐) If and , then:
So , hence .
If is linearly independent and is injective, then is linearly independent.
If , then . Since (injectivity), . By independence, all .
The kernel measures how much a linear map "collapses" the domain. A large kernel means many different vectors map to the same output, indicating non-injectivity.
The image (or range) of a linear map is:
For any linear map , is a subspace of .
We verify the subspace criterion:
A linear map is surjective (onto) if and only if .
If spans , then spans . If is surjective, then spans .
The image measures how much of the codomain is "covered" by the map. If , the map is surjective; otherwise, it misses some vectors in .
If spans , then spans .
Any equals for some . Then:
So spans .
Let be defined by .
Kernel: gives:
So and . Thus:
Image: Apply to the standard basis:
So (since these span ).
For a linear map given by for matrix :
Row reduce to find kernel (free variables) and image (pivot columns).
Composing linear maps gives another linear map. Understanding composition is crucial for understanding how linear transformations interact and combine.
If and are linear maps, then their composition defined by is also linear.
For and :
For linear maps and :
(1) If , then , so . Thus .
(2) Any equals for some , so .
(3) If , then . Since is injective, , so .
(4) If , say , and is surjective, then for some , so .
Let be and be .
Then , so (identity).
Note: and (consistent with (3)).
For linear maps , , :
Linear maps interact naturally with subspaces through preimages and restrictions. These constructions are fundamental for understanding the structure of linear transformations.
For a linear map and a subspace , the preimage (or inverse image) is:
If is linear and is a subspace, then is a subspace of .
We verify the subspace criterion:
For a linear map and a subspace , the restriction of to is the map defined by for all .
For and subspace :
Let be and (y-axis in ).
Then (the yz-plane in ).
Let be (projection onto xy-plane).
Restrict to (xy-plane). Then (identity on ).
If is linear and is a subspace, then is a subspace of .
This is essentially the same as showing is a subspace, which follows from being linear.
These terms are often used interchangeably, but with slight distinctions: 'Linear map' is the most general term for any linear function T: V → W. 'Linear transformation' is synonymous, though some authors prefer it when V = W. 'Linear operator' typically refers to linear maps from a space to itself (T: V → V), also called endomorphisms.
Method 1: Verify both properties separately: (a) T(u + v) = T(u) + T(v) for all u, v (additivity), and (b) T(αv) = αT(v) for all scalars α and vectors v (homogeneity). Method 2: Verify the combined condition: T(αu + βv) = αT(u) + βT(v) for all scalars α, β and vectors u, v. Quick check: If T(0) ≠ 0, then T is NOT linear.
This follows from homogeneity: T(0) = T(0·v) = 0·T(v) = 0. This is a useful quick test: if T(0) ≠ 0, the map is definitely NOT linear.
For T represented by matrix A: ker(T) = null space of A (solution space of Ax = 0), im(T) = column space of A. This connects abstract linear algebra to matrix computations and row reduction.
The kernel is what T 'collapses' to zero. For a projection onto a plane, the kernel is the line perpendicular to that plane. For differentiation, the kernel is constant functions. It measures the 'dimension loss' of the map.